What are Microservices?
As set out by Lewis and Fowler, microservices are defined as an architectural style that follows the following architectural decisions:
A single application is to be comprised of a suite of small services.
Each service is to run its own process and...
architectural-patterns-in-microservices.hashnode.dev3 min read