by Organisers @virtualddd | Feb 16, 2021
Those ones who know me they know that I'm a big fan of business modeling and business model innovation. I ran quite a few workshops in this topic, I really like how people come up with great ideas to disrupt a business model. In these pandemic times if companies...
by Organisers @virtualddd | Feb 2, 2021
There are a few ways to split and protect your domain code from the intrusion of the technical stacks and other IT fads. After having promoted Hexagonal Architecture during all those years, we would like now to show one of its alternative: the Functional Core...
by Organisers @virtualddd | Jan 26, 2021
One of the more confusing concepts in Domain-Driven Desing is that of problem and solution space. There has been a long debate on Twitter and the ddd-crew github: https://github.com/ddd-crew/strategic-architecture-building-blocks/pulls?q=is%3Apr+is%3Aclosed People...
by Organisers @virtualddd | Jan 12, 2021
There are many reasons to split up large-scale systems towards more modular, smaller services with their own model and language. You can decouple teams and give full autonomy of that service to a team. By decoupling services and teams you can handle changes to the...
by Organisers @virtualddd | Dec 28, 2020
Statically typed functional programming languages encourage a very different way of thinking about types. The type system is your friend, not an annoyance, and can be used in many ways that might not be familiar to OO programmers. Types can be used to represent the...