Théo DULUARD
Software Engineer
Master's graduate in Computer Science with 2 years of apprenticeship experience. I specialize in Java/JS backend development and React on the frontend. Curious, rigorous and reliable, I strive to bring value to every project I work on.
Main stack
01. Education
Master's in Computer Science — Software Engineering
University of Rennes • 2024 - 2026
Programme focused on complex software design, distributed architectures and software quality. Grounded in modern industry practices: microservices, cloud, formal verification and mobile development.
Topics covered
Technologies & Tools
Bachelor's in Computer Science
University of Le Mans • 2021 - 2024
Multidisciplinary programme covering the fundamentals of computer science: algorithms, object-oriented programming, databases, networking and web development. Completed alongside my apprenticeship at Horizon Trading Solutions.
Topics covered
Technologies & Tools
First year of Bachelor's — Mathematics & Applications
University of Le Mans • 2020 - 2021
University year centred on mathematical foundations and their application to computer science and natural sciences. Strengthened my analytical rigour and capacity for abstraction, both valuable in programming and algorithms.
Topics covered
Technologies & Tools
02. Work Experience
Java Developer
Horizon Trading Solutions · Rennes, France
Publisher of real-time algorithmic trading solutions for investment banks and brokers (130+ employees, international presence).
- Design and development of a Functional Monitoring system for the H3 platform: real-time capture of client activity metrics via a high-performance messaging framework (Aeron).
- Centralisation of market events (orders, volumes) in a time-series database (InfluxDB) with visualisation via Grafana.
- Development of a data extraction process (Flux queries, CSV export) for analysing client activity volumes and tracking usage metrics.
- Various contributions: bug fixes, business logic improvements, exception handling in a distributed environment, unit and integration tests (JUnit, Mockito).
- Agile Scrum cycle (2-week sprints): grooming, estimation, systematic code review, quality control and continuous delivery.
Stack
Java Developer — Integration & Onboarding
Horizon Trading Solutions · Rennes, France
Pre-hire internship ahead of the Master's apprenticeship, embedded in a Scrum team on the H3 trading platform.
- Onboarding and setup of the development environment (IntelliJ IDEA, Git, Gradle, Jenkins) and functional discovery of the H3 trading platform.
- Configuration of a full local trading environment: importing financial instruments, order management and reading the market depth book.
- Development of a Java market connectivity client: subscription to real-time event streams (orders, depth), order submission and implementation of an automated response strategy.
- Autonomous completion of first Jira tickets: feature development and Java fixes within the team Scrum cycle.
Stack
03. Personal & Academic Projects
VoiceMail AI Assistant
AI-powered voice email assistant built around a BFF pattern orchestrating multiple microservices (11 Docker containers) with local LLM processing.
- Privacy by Design: Automatic anonymisation of personal data before model processing.
- Local NLU: Intent analysis via Ollama (Llama 3.1) to generate schema-validated JSON action plans.
Tech Stack
Cliquez sur ▶ pour simuler un traitement de commande vocale.
Allo-Mission
Professional networking platform. Recruiters can post detailed job listings while candidates can browse and apply directly from their smartphone.
- Dual role: Dedicated recruiter interface (posting, offer management) and candidate interface (search, one-tap application).
- Firebase Auth: Account management, session persistence and real-time data security.
- Cross-platform: Expo app deployed on iOS and Android from a single TypeScript codebase.
Tech Stack
Jibrax API
Full team-oriented project management system, designed to apply advanced software design and data persistence principles. The architecture simulates a real collaborative environment.
- 4-entity architecture: Management of Users, Teams, Projects and Tasks.
- CRUD operations: Full lifecycle creation and management for each entity.
- Advanced queries: Active user filtering, project retrieval by leader, task filtering by assignment or team.
Tech Stack
"count": 3,
"users": [
{ "id": 1, "name": "t.duluard", "role": "ADMIN" },
{ "id": 2, "name": "a.martin", "role": "DEV" },
{ "id": 3, "name": "l.chen", "role": "DEV" }
]
}
"team": "Backend Squad",
"projects": [
{ "id": 1042, "name": "Jibrax Migration", "status": "IN_PROGRESS" },
{ "id": 1043, "name": "Auth Refactor", "status": "DONE" }
]
}
"open_tasks": 4,
"items": [
{ "id": 201, "title": "Fix N+1 queries", "priority": "HIGH" },
{ "id": 202, "title": "Add pagination", "priority": "MED" },
{ "id": 203, "title": "JWT refresh flow", "priority": "HIGH" }
]
}
{
"id": 204,
"title": "Write unit tests",
"assignee": "t.duluard",
"project_id": 1042,
"created_at": "2025-05-18T09:41:00Z"
}
RoboML
Design of a domain-specific language (DSL) for programming a four-wheeled robot. The project covers the full language development cycle: metamodel, editor with syntax highlighting, web interpreter and Arduino compiler.
- Abstract syntax: Metamodel defined with Ecore, handling movements, sensors, variables and control structures.
- VSCode editor: Langium grammar with built-in syntax highlighting and autocompletion.
- Dual semantics: Interpreter with visual simulator (P5.js) and compiler generating Arduino code executable on real hardware.
Tech Stack
RoboML — live simulation
GitLab CI/CD Pipeline
Implementation of a full CI/CD pipeline on GitLab for a Java Spring Boot application. The pipeline automates the entire delivery cycle, from build through to deployment on AWS EC2.
- 5-stage pipeline: Build → Tests (JUnit + JaCoCo) → Documentation (JavaDoc) → Automated release → SSH deployment to EC2.
- Built-in quality: JaCoCo code coverage, status badge generation and automatic artifact reports.
- Automatic versioning: GitLab releases with tags and generated changelogs on every delivery.
Tech Stack
.gitlab-ci.yml
At Wok
Console simulation of a restaurant's operation (waiters, cooks, customers). The goal of this application is to master concurrent programming and resolve simultaneous resource access issues.
- Semaphores: Complex queue management and concurrent access limiting.
- Synchronized blocks: Shared variable protection to prevent race conditions.
- Multithreading: Parallel execution of each restaurant actor's lifecycle.
Tech Stack
🍜 At Wok
🪑 Dining room (Customers)
📋 Terminal (WebSocket)
JacoBhashi
Desktop application developed in a team of 8 for the Hashi puzzle. It combines a rich JavaFX interface with a Spring Boot backend, offering both the classic mode and an innovative "Breaking Bridges" mode.
- Advanced assistance: Expert system suggesting moves, built-in solution checker, and "Hypothesis Mode" for testing paths.
- Persistence & Progress: Save games linked to user profiles, Undo/Redo system and integrated leaderboards.