Things worth writing down.
Notes on frontend craft, developer tools, and the occasional rabbit hole that kept being useful.
Building this site with Claude Code: A frontend engineer experience
How I collaborated with Claude Code to build a modern Next.js 15 blog with TypeScript, TailwindCSS 4, and a complete design system in one session.
read ↗Why you should use Volta
VoltaVolta is a tool that will make your life better
I'm joining Capdesk
CareerThree years later it's now time for me to seek new challenges.
Building a color palette generator
Node.jsVery few of the projects I begin end up being released. For once, I managed to build something useful. Here is how I built Paletteify.
How to integrate Strava into Slack
StravaIf like me you use Strava and want to brag about your latest PR with your coworkers here's the best way I found to automatically post my results in Slack. Thanks Zapier!
Moving Toward 2021
Year ReviewIt's the first time I try this exercise. It's time to wrap up 2020 and set sail toward 2021.
How to make a gradient transition in CSS
CSSCSS doesn't support transition for background gradient. It will instead change the whole gradient suddenly. But what if you could? I wanna show you how I worked around the limitation of CSS with this nice little trick.
When you need experience to gain experience
CareerAcquiring new skills takes time. Quite a lot in some cases. How do you validate your skills in the tech industry? Do you really have to work with a tech stack for years to be hirable?
Publishing a react library with minimal config
ReactLooking to create your own react library? Want to avoid using create-react-library? Let me walk you through a super simple solution using microbundle!
About accessible components
AccessibilityI set myself on the quest of being more inclusive in my web development. This starts by making sure everyone can use and profit from the websites I build.
How to generate your sitemap.xml for Next.js and Netlify CMS
Next.jsThere are many steps to improve the SEO ranking of your website. Having a sitemap cannot hurt. Here is a method to generate a proper and up-to-date sitemap for a Next.js website powered by Netlify CMS.
How to use Icomoon as a font-familly in Next.js
Next.jsMost of the icon libraries available are SVG based. In some project, I found useful to have your icons as a font-family instead. Here is how I integrated Icomoon in a Next.js project.