About
Sessions at dev up 2022
Domain-Driven Refactoring
Books, workshops, storming and more, all build up an idealized domain model. All describe great techniques for domain-driven greenfield applications. But what about the code we have? How can we tak...
Observability Made Easy with .NET 6 and OpenTelemetry
When something goes wrong in a single application, we get a nice stack trace. In a distributed system, we get almost nothing! We add some logging, but now we have to comb through logs to understand...
Fixing Distributed Systems Fail
It seemed like an easy feature to implement, a checkout page to place an order. But this payment gateway has a simple API, so we added that. And this email service provider makes it possible to sen...