by Organisers @virtualddd | Oct 24, 2018
Guided by practical examples this talk conveys the value of how code can become clearer when focusing on behavior, language, responsibility and the chosen model to implement. The clarity that ensues can lead to a more supple design allowing to implement – or...
by Organisers @virtualddd | Oct 24, 2018
We struggle with good functional design for as long as we build software at scale – which is for roughly 60 years meanwhile, and we haven't solved the problem by far. But while in the past bad design only meant a hard to change and maintain codebase, the...
by Organisers @virtualddd | Oct 17, 2018
In this talk we demonstrate the idea of Sagas and process managers to control a flow of domain events across transactional aggregate and context boundaries. We will not just use slides but explore runnable code available on GitHub. We will use lightweight open source...
by Organisers @virtualddd | Oct 17, 2018
Nirgends wird die Notwendigkeit präziser Sprache und eines klar definierten Kontextes so deutlich, wie in einem sprachgesteuerten Benutzerinterface: In einer herkömmlichen grafischen Oberfläche sind die vorhandenen Konzepte oft auch bei ungenauer Benennung noch...
by Organisers @virtualddd | Oct 17, 2018
It started like a tool for discovering Aggregates, then became a teaching tool for the DDD-illiterates. Now EventStorming is a platform for collaborative modelling whose depth spans from business and organizational design to implementation level software design. In...