Jun 20266 min
Understanding SSR, CSR and SSG in Next.js
A practical guide to understanding SSR, CSR, and SSG in Next.js, why they exist, how they work, and the trade-offs behind each rendering strategy.
nextjsreact
Read more
Not a regular blog. Just ideas, systems, and technical concepts that made me pause and dig deeper.
A practical guide to understanding SSR, CSR, and SSG in Next.js, why they exist, how they work, and the trade-offs behind each rendering strategy.
A practical look at how a GitHub outage turned into a lesson on retry storms, circuit breakers, exponential backoff, and building fault-tolerant distributed systems.