Week 41, year 2016
- DDD Weekly: Issue #15 - Eventsourcing: Why Are People Into That? [blog] Robert Reppel. “What makes the combination of eventsourcing, Domain Driven Design and CQRS so attractive is that it can greatly simplify building software which keeps subsystems cleanly separated and independently maintainable as more features are added over time…” Event sourcing, CQRS, stream processing and Apache Kafka: What’s the connection? [blog] Neha Narkhede. “Event sourcing enables building a forward-compatible application architecture — the ability to add more applications in the future that need to process the same event but create a different materialized view. [DDD Weekly]
- Pragmatic Unit Testing Pluralsight course - My new course Building a Pragmatic Unit Test Suite for Pluralsight went live. Building a Pragmatic Unit Test Suite Unit testing can be applied differently. Like many other things in programming, there are a lot of ways to mess up with it. It’s important to differentiate unit testing techniques that help bring confidence in your code base correctness from techniques that can potentially have a devastating effect on your entire test suite. [Enterprise Craftsmanship]