[Workshop] DDD in action. Evolution of the application architecture with Domain Driven Design [ukr]
Building apps is easy, or is it? Simple crud microservices or fancy monoliths don't require any advanced modeling and event storming. As long as BA provided good user stories, and everything seemed to be super obvious. But it is until you get a new set of complex business rules?
We will cover application evolution step-by-step, from simple PoC with crud to a complex solution with microservices. You will get an idea of anemic and rich domain models, anti-corruption layer when to avoid DDD, and why building it upfront can be a bad idea. You will also get a GitHub repository with complete code.