/blog / #event-sourcing
$ tag: #event-sourcing
4 post(s)
$ Related series
$ Posts in this tag
20 min read
Securing Event-Sourced Financial Systems: From Encryption to Observability
Imagine this scenario: a customer exercises their right to erasure. Delete their data, simple as that. Except the event store is immutable…
9 min read
Why Your Event Store Becomes a Bottleneck (And How NestJS Microservices Can Fix It)
Your event store processes 10K events/min smoothly, then Black Friday hits. How to scale with distributed NestJS microservices.
3 min read
Building Scalable and Maintainable Systems with Event Sourcing
Event sourcing can enhance your systems scalability and maintainability. Learn how to implement it effectively with this comprehensive…
2 min read
Unleash the Power of Efficiency with Command-Query Responsibility Segregation (CQRS)
Command-Query Responsibility Segregation (CQRS) is an architectural pattern that separates the responsibilities of writing data (commands)…