Enter your name and email below to start learning right away!
I hate SPAM and promise to keep your email safe.
- CQRS & Event Sourcing -
I'm sharing everything on my journey to mastering CQRS and Event Sourcing. I'm learning a lot and so will you. Sign up today.
This is a practical example and tutorial on building aggregate roots for use in an event sourced context. Read More...
In this infographic you discover many of the common mistakes we make when trying to 'do domain-driven design'. I know, I've made most of them :) Read More...
Sometimes all you need is a map to see where everything fits together. This post is designed to just that in a step-by-step approach. Read More...
A major advantage of event sourcing is the ability to have a much finer control of the way your optimistic concurrency works. In this article I explore a way to programmatically test if a conflict has actually occurred. Read More..
Here are 6 common 'smells' to watch out for when designing your CQRS events. Stick to these rules of thumb and avoid a painful refactor later on. Read More...
Validation is a solved problem, right? Yes and no. When it comes to a CQRS application what is validation logic and what is domain logic and where should it be done. Find out in this article. Read More...