by Organisers @virtualddd | Dec 14, 2023
Top-down organizational journey to implement DDD, during the talk we will look at different decisions levels like, structural, technical, process and persons, because a change needs the enforcement of the organization to happen
by Organisers @virtualddd | Dec 13, 2023
In his book "The Software Architect Elevator" Gregor Hohpe uses the analogy of an elevator in a high building for the daily work which software architects should be doing: They are supposed to talk to folks who build and maintain stuff in the engine room but...
by Organisers @virtualddd | Dec 12, 2023
When kids learn to program they often use either a visual language like Scratch, or a textual language like Python. While visual languages are great for the first steps, children and educators often want to move on to a textual language. However early on, a textual...
by Organisers @virtualddd | Dec 11, 2023
Books, workshops, storming and more, all build up an idealized domain model. All describe great techniques for domain-driven greenfield applications. But what about the code we have? How can we take what's already built, and move it towards a better, more...
by Organisers @virtualddd | Dec 10, 2023
DDD's definition of Aggregate may seem somewhat confusing – "An aggregate is a cluster of associated objects that we treat as a unit for the purpose of data changes." Okay, let's try to clarify – "You should consider your aggregate...