Database
Browse 5,303 skills across 372 packs and 37 categories
Cqrs
159LImplement Command Query Responsibility Segregation to separate write and read models in event-sourced architectures
Event Store
163LDesign and implement event stores for persisting domain events with append-only semantics and optimistic concurrency
Event Versioning
186LEvolve event schemas safely over time using upcasting, weak schema strategies, and version negotiation
Eventual Consistency
197LHandle eventual consistency challenges in distributed event-sourced systems with practical patterns and strategies
Projections
191LBuild and maintain read model projections from event streams for optimized query performance
Sagas
184LCoordinate long-running business processes across aggregates and services using sagas and process managers
Snapshots
234LOptimize aggregate loading with snapshot patterns to avoid replaying long event streams from the beginning