Notes on Microservices
My notes as I read through Sam Newman’s excellent Building Microservices book. Microservices are small services working together (usually known as Microservice architecture) to enable functionality in software. They allow organizations to deliver software faster, embrace new technologies while giving more freedom to react and respond to changes (agile). The opposite of Microservices architecture is a Monolith, and it can be looked as a solution to the problems with Monolithic architecture....