Go to main content
Picture of me
Hi, I'm Romain!
Software engineer from France 🇫🇷
I'm passionate about discovering how things work and exploring open source codebases.
Welcome to my world, where I write articles about my discoveries and things I find interesting, mostly in the web ecosystem.

Recently published

February 15, 2026

How to attach a debugger on Node.js spawn(), fork() and Worker Threads

`console.log` works for simple debugging, but when things get complex, the `Node.js` **inspect mode** is your best friend. Let’s see how to attach your devtools and debug your processes like a pro.

See more posts