TypeScript CQRS and Event Sourcing in TypeScript: A Production Walkthrough Most CQRS explainers reach for a bank account aggregate. This post uses an actual production system example.
Development Practices Plan Ahead to Maintain Compatibility in Event-Based Architectures Event-based architecture is great for decoupling services, but it can be tricky when you need to make changes to existing event definitions.
Web Apps How to Implement Click Analytics with the Event Capture Phase Understanding the event capture phase meant we could leave our code untouched and our event listener will fire even if a component stops event propagation.