Selected work

A selection of projects I worked on, with the context, the choices I made, and what I learned from them. The goal is not only to show the final result, but also how I approached each subject.

Work / Case Studies

Complete projects

Projects built around a concrete need, with their context, technical and functional choices, and what I learned from them.

Thumbnail of the CorianderPHP documentation website. Case study CorianderPHP A personal PHP framework developed mainly as an R&D project. It lets me explore how a framework works internally, test architecture choices, and go deeper into subjects like routing, controllers, views, tests, and release automation. Read case study
Thumbnail of the RoomCalendars project, representing a mockup of the application. Case study Room Calendars An internal application designed to make room availability easier and faster to check. It also helps search for a meeting or a room without manually comparing several calendars in Outlook. Read case study

Components / Experiments

Components & experiments

Shorter projects for testing an idea, an interaction, or a technical approach.

Thumbnail of the vertical parallax component, representing a city in pixel art. Component Vertical Parallax A vertical parallax component developed in TypeScript to animate a desktop scroll scene. The goal was to keep the logic simple, readable, and easy to integrate without relying on an animation library. View component