Dictionary
Microservices
Architectural approach where applications are built as collections of small, independently deployable services, each handling a specific business function. Microservices communicate through APIs and can be developed, scaled, and maintained separately by different teams. This architecture enables greater flexibility, fault isolation, and scalability compared to monolithic application structures.