Microservices
M
Microservices
Definition
An architectural style that structures an application as a collection of small, loosely coupled, independently deployable services. Each microservice owns its data, communicates via APIs, and can be developed, deployed, and scaled independently.