French developer expatriated in Montreal, I always have several side projects ongoing, and I love sharing what I learn on this blog, in talks, on LinkedIn, or occasionally in books.
Latest articles
If Claude Writes the Code, What Makes Me Still a Developer?
It's been three months since I last wrote a line of code.
Watching, Not Waiting: When AI Coding Crossed the Speed Threshold
I know that feedback about using AI as a dev is so mid-2025, but I feel there are still some things to say.
Designing AI‑Ready Systems: Making Code Easy for Assistants
Most leverage from AI doesn't come from writing AI code—it comes from writing code that AI can use. When your system exposes clear contracts and ex...
Building a Modular AI Copilot: From Monolithic to Dynamic Context
How we built Vasco's Copilot — from a LangChain-and-Gemini prototype to a modular architecture where each page declares its own context and tools.
Current projects
since 2026
- Next.js
- React
- TypeScript
Collecte MTL ↗
Garbage & recycling collection schedules for Montreal addresses.
Collecte MTL helps Montreal residents find their garbage, recycling, food-scrap, and bulky-waste collection schedules by address, or by browsing any of the island’s 32 neighborhoods and 19 boroughs. It’s built on top of the City of Montreal’s official “Secteurs Info-collectes” open dataset, refreshed roughly monthly.
Not affiliated with the City of Montreal.
- SwiftUI
- SwiftData
- CloudKit
Kadō ↗
A privacy-first habit tracker for iPhone and iPad
Kadō is a free, open-source habit tracker for iOS that prioritizes privacy. It uses an exponential moving average scoring system instead of traditional streaks, so missing a day doesn’t reset your progress to zero.
All data stays on-device unless you opt into iCloud sync. No account required, no analytics, no third-party SDKs.
- Cursor
- Claude Code
Between the Prompts ↗
A blog documenting my journey in AI coding tools
After a long time of skepticism, I finally started using AI coding tools such as Cursor and Claude Code. I’m documenting my journey in this new blog, and sharing my learnings with the community.
- React
- Next.js
- TypeScript
Spliit ↗
An alternative to Splitwise, no account needed
Spliit is an alternative to Splitwise. Use it to share expenses with friends and family, without creating any account.
I first built this app in 2022 while I was learning Go, then I rewrote it with Next.js and made it open source. Many developers contribute by creating issues and pull-requests.