Latest news and articles about DDD, CQRS, Event Sourcing and Software Architecture in general, aggregated daily and delivered weekly to your feed (RSS) reader. Subscribe here!

Week 20, year 2021

  • Snapshots in Event Sourcing - One of the great benefits of Event Sourcing is that you don't lose any business data. Each business operation ends with a new event appended to the event store. The business object is represented by the sequence of events called a stream. When we want to execute business logic, we're reading all events from a specific stream. We're recreating the current state by applying all the events one by one in order of appearance. Based on the current state, we verify and execute the business logic. [Event Store blog]
  • Sponsored Post - Failover Conf!, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte [High Scalability]
  • The “It's Just Like...” Heuristic - There’s a common bias in the tech industry, and I imagine everywhere. When there’s a new idea, and some very smart people will say that the new idea X is really just the old idea Y. The idea could be a model for looking at things, a way of doing things, a technology, a pattern. People will make the case that X is nothing but Y in new packaging. Brain Rewards Sometimes it really is just new packaging. But: Your brain rewards you for classifying new information into existing buckets1. [Mathias Verraes]
  • Why are senior devs afraid to code? - The job interview is a stressful situation, usually for both parties. Some time ago, I had to recruit senior developers. I had the idea to… [Event-Driven by Oskar Dudycz]
Permalink | From 17 May 2021 to 23 May 2021 | Last updated on: Fri, 2 Sep 2022 13:08:41 GMT