I'm a Freelance Front-End Architect in Paris.
I leave code cleaner than I found it.
I tweet (@atomrc) and I code (atomrc)
A quick comparison of the tools available for building TypeScript libraries in 2023: tsup, swc, esbuild and tsc
Let's inspire from React's useEffect pattern to design easy-to-use and encapsulated effectful APIs
Where I discuss the idea of replacing filter + map calls with a single flatMap call
Any move you make in a git repository is recorded by git. Let's use this to our advantage and never lose a commit again!
The performance profiler can feel a little overwhelming and scary. But once you understand its basic principles it becomes the most powerful performance debugging tool
Did you know that you cannot condition React Hooks? Here is the reason why
Lately, at Deezer, I have been implementing monitoring for a feature I was working on. I took this opportunity to document how I designed the monitoring mechanism to be as non-intrusive as possible