Blogarticles
some thoughts on design, code and workflows

some thoughts on design, code and workflows
Understanding how JavaScript handles asynchronous operations through the call stack, event loop, and browser APIs. A deep dive into the mechanics that make JavaScript's single-threaded nature work with concurrent operations.
Exploring trade-offs when switching from plain React to Next.js early.
Identify unnecessary code and streamline your project with simple refactors.
Step-by-step guide to managing projects with Monorepo and Turborepo efficiently.