Posts from 2023-01-10

Microservices - an architecture that enables DevOps

What are microservices and how do they differ from monolithic architecture?

Microservices are a software architectural style in which a large application is built as a suite of small, independently deployable services. Each microservice is designed to perform a specific task or set of tasks and communicates with other services through well-defined interfaces, typically using APIs.

Continue reading