HomeBlogsProjects

When to Use SSR, CSR, and Everything in Between

2 July, 2025

Building web apps today feels like navigating a maze of acronyms. SSR, CSR, SSG, ISR - it's enough to make your head spin. But here's the thing: each of these rendering strategies exists for a reason

Vertical Scaling vs Horizontal Scaling

20 May, 2025

A detailed comparison of vertical and horizontal scaling in distributed systems, including their advantages, disadvantages, and use cases.

Implementing Authentication in NextJS 15 with better auth and MongoDB

12 May, 2025

I found better-auth strikes the perfect balance between simplicity and flexibility. It's lightweight, well-documented, and most importantly, it just works without too much configuration headache.