Blog
Thoughts & Tutorials
Writing about what I learn — JavaScript, web dev, and everything in between.
2026-03-012026-02-202026-02-102026-01-28
Getting Started with Next.js: A Practical Guide
Next.js makes building React apps a breeze. Here is everything you need to know to get your first project off the ground.
Next.jsReactTutorial
2026-03-01JavaScript Closures: Finally Making Sense of Them
Closures are one of the most powerful concepts in JavaScript. Let me break them down with clear examples.
JavaScriptFundamentals
2026-02-20Async/Await Patterns Every Developer Should Know
Move beyond basic async/await with these practical patterns for error handling, concurrency, and more.
JavaScriptAsyncPatterns
2026-02-10CSS Grid in the Real World: Layouts That Actually Work
Stop fighting with flexbox for everything. CSS Grid handles complex layouts with elegance.
CSSLayoutTutorial
2026-01-28