Week 14, year 2021
- PHP and Event Sourcing - Whether you like it or not, all of us, including you and I; are constantly influenced by external factors. We often think of our own view as the least subjective one, but that's rarely the case. Our own view is rarely as objective as we'd like to think. [Event Store blog]
- Scheduled backups for Event Store Cloud - We are delighted to share that scheduled backups are now available with Event Store Cloud! [Event Store blog]
- Sponsored Post - Failover Conf!, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte [High Scalability]
- Tensions when Designing Evolvable Bounded Contexts - (This is a small snapshot from a longer conversation I’m having with Rebecca Wirfs-Brock about Bounded Contexts. It’s very incomplete but I’m posting it anybody who get some value from it in its present form. ) Context A Bounded Context is an “understandability boundary”, a boundary around a model and its language. You can understand the model and the language in isolation, without having to understand other Bounded Contexts. An Interface is the set of contracts or message types or APIs between Bounded Contexts. They translate from one model and language to another. [Mathias Verraes]
- Bitemporal History - It's often necessary to access the historical values of some property. But sometimes this history itself needs to be modified in response to retroactive updates. Bitemporal history treats time as two dimensions: actual history records what history should be given perfect transmission of information, while record history captures how our knowledge of history changes. more… [Martin Fowler]
- How to create projections of events for nested object structures? - Did you ever feel so encouraged so much that you immediately thought, “This is great, let’s do it!“. I’m sure you did. I’m also sure that… [Event-Driven by Oskar Dudycz]
- Local Development with Azure Service Bus - For teams new to Azure Service Bus, one of the first questions you have to answer is "how do I develop against this?" And it turns out the answer isn't that straightforward - because it's currently impossible to run Azure Service Bus outside of Azure. There's no install. There's no [Jimmy Bogard]
- Making Complex Topics Stick (Part 5: Waveforms) - Weaving two threads into a single presentation. [The Architect Elevator]