Introduction
In this lesson, we'll walk through what this chapter holds for us.
Motivation
Microservices provide much better decoupling. Therefore, they help to modularize and isolate software modules (see Advantages). However, microservices are modules of a larger system. Therefore, ...