Blogs
05 articles01
How the Event Loop Works: What, Why, and How Explained
Understanding the event loop is crucial for mastering JavaScript. A deep dive into microtasks, macrotasks, and the runtime model.
02
Vite Part I — The Build Tool That Changed Everything
A first-principles look at why Vite is fast, what it does differently, and when you should reach for it.
03
Transitioning from Angular to React
Lessons from leading a framework migration: what transfers, what doesn't, and the mental model shift required.
04
Garbage Collection in JavaScript
Why most developers ignore GC and why senior engineers shouldn't. Mark-and-sweep, generational collection, and what it means for your app.
05
Getting Up and Running with Vite
Creating a vanilla JS project with Vite and understanding what actually happens under the hood.