Ecosystem of Microservices
Explore essential design patterns for building and integrating microservices ecosystems. Understand the trade-offs between Monolithic UI, Client-Side UI composition, and Server-Side Page Fragment Composition to effectively deliver scalable and maintainable enterprise applications.
We'll cover the following...
As I mentioned earlier, microservices are an evolution of
In this section, I want to cover a couple of vital aspects for building and evolving an ecosystem of microservices. Specifically, how should we build UI in front of existing services? Do we go with ...