Delving deep into how to determine whether a JavaScript native function has been monkey patched, and why it's not possible to determine it reliably.| mmazzarolo.com
A simple pattern for enabling conditional logging using query parameters in your web applications.| Matteo Mazzarolo's blog
Barrel files can be a pain to deal with. Here's a jscodeshift codemod to refactor your codebase to stop referencing barrel file imports.| Matteo Mazzarolo's blog
Notes and gotchas on how to deal with CORS, opaque responses, and Cache Storage API in Service Workers| Matteo Mazzarolo's blog
Improve the performance of client-side rendered SPAs by avoiding the waterfall effect caused by route-based lazy-loading.| Matteo Mazzarolo's blog