by Organisers @virtualddd | May 10, 2021
Cloud-native systems increasingly integrate services, or functions. Microservices and serverless patterns produce many small parts. See how effective visualization matters in solution design and implementation. Understand emergent visualization by example.
by Organisers @virtualddd | May 10, 2021
Half a century of software development has been marked by a surprising phenomenon: we, the developers and architects, have not only repeatedly created new technologies and architectural approaches, but have also devised methods and procedures that go beyond the mere...
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...
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 19, 2020
Domain-Driven Design Europe 2017 http://dddeurope.com – https://twitter.com/ddd_eu Pure and lazy functional programming languages seem a perfect fit to implement Domain Driven Design using Event Sourcing as a domain storage principal. Immutable and persistent...