Dec 12, 2019
For the past decade and a half, Domain-Driven Design has been
giving teams the tools to successfully tackle the complexity at the
heart of software. But lots of people fail when they try to put its
techniques and patterns into practise, especially at scale.
Why? It can't just be because the Bluebook is so thick?
We're...
Dec 4, 2019
On twitter, a discussion started between Trond, Anton and
Krisztina about working in agile product development without a
clear business goal. Since twitter is a restricted medium to
discuss these issues, we are taking it upon our VirtualDDD
Meetup.
Join us with Trond, Anton and Krisztina and let's have an...
Dec 2, 2019
Getting started or advancing your Domain-Driven Design knowledge
on your own can be a frustrating experience. Especially when you
have so many questions to ask and exciting domains to model. How do
you then grow if there is no one in your company or area that
shares your passion for DDD?
During this Virtual DDD meetup...
Nov 13, 2019
Even with perfect naming and perfect code, it is hard to read the story of your domain straight out of it. You can be certain that you’ll have forgotten some of the nuances about the code the next time you see it. Or someone else sees it, because very few of us live our professional coding lives in an area where...
Nov 6, 2019
Within the community, there is been an ongoing discussion about the aggregate pattern. From Eric Evans perspective it is:
An architectural pattern that enforces the consistency of a set of interrelated constraints, by defining a transactional boundary, a concurrency boundary, and a distribution boundary.
A lot of people...