#agile #analytics #aop #architecture #ci-cd #cqrs #ddd #decorator #events #firestorm #jekyll #logging #meetings #microservices #platform #refactoring #rest-api #speaking #sre #teams #this

Events are notifications of things that have happened. They are fundamental in event-driven systems where services communicate by publishing events when their state changes.

Event Sourcing

We explain the pros and cons of Event Sourcing compared to traditionally updating the current state in a database. We cover trade-offs with Eventual Consistency, problems with concurrency, and options to solve those with optimistic concurrency techniques.

Watch Online

Domain Events vs Integration Events

There are different kinds of events found in event-driven systems. They often represent the same thing that has happened, but serve different purposes and have different advantages. Here I’d like to outline the differences between a few terms.

Read More