Thoughts, tutorials, and insights on engineering, and programming.
Lessons from my internship on designing a high-performance caching system with SWR pattern, localStorage, and Firebase integration.
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”.
A guide to Next.js data fetching mistakes & security vulnerabilities
A guide to JavaScript for frontend development for beginners part 1
A guide to routing in Next.js (App Router) covering Catch-All Segments, Dynamic Routes, Nested Routes, and more.