|
|
|
|
|
by zeroc8
2011 days ago
|
|
I'm in the midst of an event driven microservice project. On our first try, we've created a distributed monolith.
That's why we decided to rewrite it in a more DDD driven way.
I've started reading the blue book, the red book and Scott Millett's "Patterns and Principles of DDD".
But the most helpful book I've found so far was "Domain-Driven Design in PHP", which I find a lot easier to grasp thanks to its hands on approach. That said, as a Go/Javascript person I really appreciate another book on the topic. I appreciate the effort and I am going to buy it. |
|
This has various benefits but the biggest one being you get to play with the design of the 'microservices' before actually committing to making them microservices allowing you to make better informed decisions. The harder part is that it does require stronger discipline and if not done correctly, a harder transition to microservices (e.g. pulling out the components)