Blogs

Thoughts, tutorials, and insights on engineering, and programming.

Latest Posts(5 posts)

Building a Smarter Caching System for Faster Web Apps

Building a Smarter Caching System for Faster Web Apps

Lessons from my internship on designing a high-performance caching system with SWR pattern, localStorage, and Firebase integration.

backenddevelopmentreact+1 more
Read More
Event-Driven Architecture

Event-Driven Architecture

Event-Driven Architecture is a way of designing software architecture in which microservices (think it as independent workers that only care about its work only), so when a microservice is given a task, it completes it and emits an event globally to announce its work is “done”.

backenddevelopmentreact+1 more
Read More
Next.JS Data Fetching mistakes & Security vulnerabilities

Next.JS Data Fetching mistakes & Security vulnerabilities

A guide to Next.js data fetching mistakes & security vulnerabilities

frontenddevelopmentnextjs
Read More
JavaScript for Frontend Development: A Beginner's Guide

JavaScript for Frontend Development: A Beginner's Guide

A guide to JavaScript for frontend development for beginners part 1

frontenddevelopmentjavascript
Read More
Routing in Next.js (App Router) - A Complete Guide (2025)

Routing in Next.js (App Router) - A Complete Guide (2025)

A guide to routing in Next.js (App Router) covering Catch-All Segments, Dynamic Routes, Nested Routes, and more.

frontenddevelopmentnextjs
Read More