Mauro Servienti
Mauro is a Solution Architect in Particular Software, the makers of NServiceBus. He spends his time helping developer building better .NET systems leveraging Service Oriented Architecture (SOA) principles and message based architectures. Mauro usually writes about technology, but not only, on his English blog at //milestone.topics.it and his Italian blog at //blogs.ugidotnet.org/topics. He is also passionate about skiing, classical dance and music, in general.
unfold_lessunfold_more All our aggregates are wrong
Key takeaways
- Basics of vertical slice service architecture
- Strategies for decomposing services into slices
- How services can communicate effectively
- Techniques for combining data from multiple services into a single ViewModel
It always starts well. At first glance the requirements seem straightforward, and implementation proceeds without hiccups. Then the requirements start to get more complex, and you find yourself in a predicament, introducing technical shortcuts that smell for the sake of delivering the new feature on schedule. In this talk, we’ll analyze what appears to be a straightforward e-commerce shopping cart. We’ll then go ahead and add a few more use-cases that make it more complex and see how it can negatively impact the overall design. Finally, we’ll focus our attention to the business needs of these requirements and see how it can shed light on the correct approach to designing the feature. Walk away with a new understanding on how to take requirements apart to build the right software.