6 articles tagged #microservices.
Pattern providing a single entry point for multiple microservices, handling routing, authentication, rate limiting, and response aggregation.
Pattern where each client type (web, mobile, IoT) has its own dedicated backend adapting microservice APIs to that client's specific needs.
Development approach leveraging cloud advantages: containers, microservices, immutable infrastructure, and declarative automation for scalable and resilient systems.
Architectural style structuring an application as a collection of small, independent, deployable services, each with its own business logic and data.
Pattern for managing distributed transactions in microservices through a sequence of local transactions with compensating actions to handle failures.
Infrastructure layer dedicated to managing communication between microservices, providing observability, security, and traffic control transparently.