Blog
You can find here all texts I've written elsewhere (work, magazines, etc.) and exclusive posts about everything that crosses my mind — mostly web development stuff.
-
Native Network Overrides : Overview of the Three Major Browsers
How to work on front-end code without awaiting back-end data? Complex proxies, manual mocks... Since 2025, all major browsers have a native solution: network overrides directly from the devtools. Safari is the most comprehensive, Chrome the most intuitive and Firefox isn't really there yet. Let's compare the three implementations and their use cases.
-
My time with Claude
In making this website I had the opportunity to use Claude Code extensively, here are my thoughts on that!
-
Making-of: building a technical blog in 2026
An overview of all the technologies I used and the problems I faced when making this website.
-
Switching from Babel to SWC: Balancing performance with modern tools and legacy code
From Babel to SWC: our journey of migrating from a 10-year-old transpiler to a next-gen compiler, overcoming challenges and achieving build performance improvements.