Tag:

Event Driven Architecure

4 posts found

10/6/2021
4 min read

Message Delivery Semantics in Event-Driven Architectures

In the world of **event-driven architecture (EDA)**, services communicate through events instead of direct API calls. This decoupling unlocks scalability, resil...

By Misbahul Munir

9/22/2021
4 min read

The Outbox Pattern: Reliable Messaging in Microservices

In the world of microservices, where services are often distributed and loosely coupled, ensuring **reliable communication** between them is crucial. Especially...

By Misbahul Munir

8/18/2021
8 min read

Distributed Transactions: 2PC & Saga Pattern

In a **Microservices Architecture**, each service typically manages its own database to ensure **loose coupling and autonomy**. However, this creates a challeng...

By Misbahul Munir

7/31/2021
3 min read

Why Microservices and Event-Driven Architecture Matter: A Beginner’s Guide

When you’re building software, the way you organize your code and services can make or break your ability to scale, move fast, and stay efficient. In this post,...

By Misbahul Munir