by Organisers @virtualddd | Dec 28, 2020
How does your system react if a key resource fails? The database becomes unavailable or the message broker fails? What if you get a current surge of load that you have to keep up? Real life and other engineering disciplines can teach us a thing or two on software...
by Organisers @virtualddd | Oct 5, 2019
We’ve all heard of the idea of ‘software architecture’. We’ve read books about domain-driven design and event sourcing, we’ve been to conferences and learned about micro services and REST APIs. Some of us remember working with n-tiers and stored procedures… some of us...
by Organisers @virtualddd | Oct 5, 2019
We know it's useful to split up complex systems. We've seen the benefits of modular deployment of microservices. Dealing with only one piece of code at a time eases our cognitive load. But how do we know where to draw the service boundaries? In complex...
by Organisers @virtualddd | Oct 5, 2019
Event sourcing is not new – the prase that you can hear on most of the talks delivered by Greg Young, the “father” of CQRS. People were using ledgers to ensure the correctness of their record for ages. Suddenly, this pattern got popular, when developers for...
by Organisers @virtualddd | Oct 5, 2019
This talk is for you if: 1) you already use Domain-Driven Design to ease collaboration between developers and subject matter experts, and 2) you need to convince a greater audience across the enterprise of DDD's value proposition. Together we'll go through...