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”.