How I Work on Four Git Branches at the Same TimeGit Worktrees Explained: What They Are and Why They ExistJun 29, 2026·7 min read
SSR vs SSG vs ISR — Part 2: The Build (SSG & ISR)In Part 1, I observed SSR the only way that made sense to me — through the Network tab. Every refresh cost ~800ms.The browser waited.The server worked.The timestamp changed. It was obvious what was haMar 4, 2026·5 min read
SSR vs SSG vs ISR — Part 0: Same Same But DifferentWhat Actually Happens — delivering HTML.Feb 28, 2026·3 min read
Mastering Dynamic URL Handling in Next.js 15 with RewritesAs a frontend developer, I've encountered various challenges with routing in modern web applications. With the release of Next.js 15, I wanted to share a useful pattern I've implemented to handle location-based URL paths efficiently—without creating ...Feb 26, 2025·3 min read