Blogs

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

Posts tagged "backend"(2 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