Event sourcing

Event Sourcing Pattern: An In-Depth Guide for Software Architects
- Sudhir mangla
- Cloud Design Patterns , Design patterns
- 30 May, 2025
1. Introduction to the Event Sourcing Pattern 1.1. What is Event Sourcing? Beyond State-Oriented Persistence Traditional applications persist the current state of entities—think of the ro
Read More
CQRS Pattern: A Complete Guide for Modern Software Architects
- Sudhir mangla
- Cloud Design Patterns , Design patterns
- 26 May, 2025
1. Introduction to the CQRS Pattern 1.1 Defining CQRS: Separating Reads from Writes Command and Query Responsibility Segregation (CQRS) is a powerful architectural pattern that splits the
Read More