Week 33, year 2021
- Introducing The AxonIQ Initializr - The AxonIQ Initializr is a web application that creates an Axon project structure for you. It doesn’t generate any application code, but it will give you a solid project structure, offering either a Maven or a Gradle build specification to suit your needs. Once you’ve downloaded your generated project, all that remains is to unzip, open, and begin work on your Axon code. [Axon Framework and related blogs via Aggregater Linklog]
- Anti-patterns in event modelling - Property Sourcing - The first time I got down to work at Event Sourcing, I was very energized. Book knowledge almost fell out of me. However, when I sat down to… [Event-Driven by Oskar Dudycz]
- Noisy Decisions - “The world is noisy and messy. You need to deal with the noise and uncertainty.”–Daphne Koller I have tinnitus. When there isn’t much sound in my environment, for me it still isn’t quiet. I hear a constant background hum. It … Continue reading → [The Responsible Designer]
- Domain-Driven Refactoring: Encapsulating Data - In the last post, we looked at using a few common refactorings to encapsulate operations and push behavior down into our domain model. While this works to encapsulate operations, we haven't [Jimmy Bogard]
- A Brief History of High Availability - In this post, we take a look at how distributed databases have historically handled fault tolerance and—at a high level—what high availability looks like. We also walk through different types of high availability systems. [Cockroach Labs Blog via Aggregater Linklog]