writing.
Notes on the tools and tradeoffs behind what I build.
April 20, 2026 · 9 min read
Next.js Performance Optimization: Complete Guide
Learn how to optimize your Next.js app for maximum performance. Improve load times, reduce bundle size, and deliver a faster user experience.
Read article ↗
April 19, 2026 · 9 min read
Next.js Authentication: Complete Guide (JWT, OAuth, Sessions)
Learn how to implement authentication in Next.js using JWT, OAuth, and sessions. Understand best practices for secure and scalable apps.
Read article ↗
April 18, 2026 · 8 min read
Next.js Server vs Client Components: Complete Guide
Understand the difference between Server and Client Components in Next.js. Learn when to use each for better performance, SEO, and user experience.
Read article ↗
April 17, 2026 · 6 min read
Next.js SSG vs SSR: Which One Should You Use?
Learn the key differences between Static Site Generation and Server-Side Rendering in Next.js. Discover when to use each for better performance, SEO, and scalability.
Read article ↗