Ecosystem of Microservices
Learn how to build and evolve an ecosystem of microservices.
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 Monolithic UI, ...