by Organisers @virtualddd | Jan 5, 2022
Domain-Driven Design Europe 2016 – Brussels, January 27-29 2016 http://dddeurope.com – https://twitter.com/ddd_eu In this talk, I'll share what my experience has been working in the gambling business, how moving to events helped us gain a better...
by Organisers @virtualddd | Jan 3, 2022
When we talk about implementing an event-sourced system, we hear from the experts in the subject that Event Sourcing, in essence, is an easy concept. You don't need a framework, they say. Or do you? When building a production-grade system, I personally always...
by Organisers @virtualddd | Jan 3, 2022
This is the story of how I used EventStorming to visualize, make explicit, discuss and fix the process of a non-digital company struggling with the typical mess of every other organization: unclear requirements, bad capacity management, and chaotic patterns...
by Organisers @virtualddd | Jan 3, 2022
One way or another, each system contains some kind of boundaries. I would go so far and claim that even the dreaded Big Ball of Mud systems consist of parts that could be perceived as separate though undoubtedly only under deep scrutiny. The difference is in the...
by Organisers @virtualddd | Jan 3, 2022
Have you considered using an actor model to build an event based CQRS system? Why not? Actors and DDD are a match made in heaven! There are many cool building blocks in actor frameworks like Akka.NET that make it easier to implement a CQRS system with Event Sourcing....