Organizing (Commands, Events & Handlers) in Microservices
In a message-driven architecture such as SOA or Microservices, organizing commands and events, along with their respected handlers, can have a big impact on have you navigate your codebase. You might be surprised by the progression of how I organized them initially to what I do now! Also a tip on how to name commands and Events instead of after CRUD. YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything that is in this post. Building Blocks When moving into a message-driven system, you’re likely going to fall down… Read More »Organizing (Commands, Events & Handlers) in Microservices