Recent Posts

Event Sourcing: Snapshots

4 minute read

In this post, I will talk about snapshots in event sourcing and how they can be used to optimize read performance in an event-sourced system.

Event Sourcing: Core Concepts

5 minute read

In this post, I will explain the core concepts of event sourcing as well as its relationship with Domain-Driven Design (DDD) and Command Query Responsibility...