by Organisers @virtualddd | May 15, 2020
Let’s write some event sourced projections! Our weapons of choice include higher order functions, algebraic data types, pattern matching, all the goodies of a modern programming languages. But the secret behind our success will be our Dogged Determination to...
by Organisers @virtualddd | May 15, 2020
Just when I thought I squeezed everything out of context mapping I've found myself using the format in unconventional ways. If you're interested in what happens when your organization is dealing with multiple business lines, when your technology stack is...
by Organisers @virtualddd | May 15, 2020
Bourdieu's social theory applied to tech Every workplace, every community, and in fact every social interaction, is governed by various forces, hidden power structures, implicit oppression and submission. We oppress people by accident, and we are oppressed by...
by Organisers @virtualddd | May 15, 2020
From Capabilities to Services: Modelling for business-IT alignment Service-orientation is still a surprisingly hard and complex endeavour after all these years and the risk of getting it wrong, potentially ending up with a distributed monolith with its devastating...
by Organisers @virtualddd | May 15, 2020
The `traverse` function is so pervasive in functional programming that it became a joke: — How do I do— It's traverse https://twitter.com/search?q=%22it%27s%20traverse%22&src=typed_query Since it's a bit abstract until you actually encounter it,...