Posts from 2022-10-31

The What, Why, and How of a Microservices Architecture

What are microservices?

Microservices are a way of delivering software as a series of small, self-contained services. These services can be deployed together as a single system or distributed across multiple systems. Microservices are a type of software architecture that allows for different parts of an application to be built and deployed independently. This can be contrasted with the more traditional monolithic approach, where an entire application is built and deployed as a single unit.

Continue reading