I have several articles published on Medium that may be of interest to readers here.

requestAnimationFrame Scheduling For Nerds

Understand how rAF callbacks are scheduled and why it makes perfect sense to execute multiple callbacks in the same frame.

Debug Node.js using Chrome DevTools

Typical guide to debugging Node.js using the Chrome DevTools user interface. It definitely beats console.log;)


On top of that, I’ve been working on Lighthouse, performance metrics, tools, and DevTools.