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....
by Organisers @virtualddd | Jan 3, 2022
When dealing with (micro-) services, we often face business processes that span multiple bounded contexts. Different ways of implementing this lead to massively divergent results, varying above all in complexity and manageability. Especially when applying Event-driven...
by Organisers @virtualddd | Jan 3, 2022
DDD is all about modeling. Modeling the domain and modeling the solution. Modeling can’t take place without language, and language can’t exist without culture. Every language and every culture has a complex world model. Do these world models effect the way we create...
by Organisers @virtualddd | Jan 3, 2022
Domain-Driven Design Europe 2017 http://dddeurope.com – https://twitter.com/ddd_eu After all those years, a bottle neck in software development is still the lack of long-term understanding between developers and domain experts. Domain-Driven Design (DDD)...