Week 29, year 2016
- DDD Weekly: Issue #5 - Adaptive Consulting’s Reactive Trader Cloud Adaptive Consulting. Reactive Trader Cloud is a real-time FX trading platform demo showcasing reactive programming principles applied across the full application stack. Improvements have been made across the board since Reactive Trader v1. The UI is revamped with a modern Javascript framework (React), and an event sourcing approach is used by the backend services for data resiliency. Introducing Domain Map - The Domain Modeling Tool Mike Mogosanu. [DDD Weekly]
- DDD Weekly: Issue #4 - Reactors, Channels, and Event Streams for Composable Distributed Programming Aleksandar Prokopec, Martin Odersky. The “Reactor Model” offers some interesting improvements to the Actor Model. The Beating Heart of CQRS on the CLR Paulmichael Blasucci. CQRS and F# - 2 of my favorite things. Here is the source for the Message Router code from Quicken Loans’ Github repository. Hanselminutes: Exploring the Orleans Distributed Virtual Actor Model with Richard Astbury Scott Hanselman. Greg Young, in his talk “A Decade of DDD, CQRS, Event Sourcing,” mentions that “the rise of Actor Models has also happened around the same time as the rise of Event Sourcing, which also happened around the same time as the rise of Functional Programming. [DDD Weekly]
- Unit testing anti-patterns: Structural Inspection - This post is about the practice of Structural Inspection in unit testing and why I personally consider it an anti-pattern. [Enterprise Craftsmanship]