jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#microservices

6 articles tagged #microservices.

  • API Gateway Pattern

    Pattern providing a single entry point for multiple microservices, handling routing, authentication, rate limiting, and response aggregation.

    seed#api-gateway#pattern#microservices#routing#aggregation
  • Backend for Frontend

    Pattern where each client type (web, mobile, IoT) has its own dedicated backend adapting microservice APIs to that client's specific needs.

    seed#bff#pattern#frontend#api#microservices#architecture
  • Cloud Native

    Development approach leveraging cloud advantages: containers, microservices, immutable infrastructure, and declarative automation for scalable and resilient systems.

    seed#cloud-native#containers#microservices#cncf#kubernetes#devops
  • Microservices

    Architectural style structuring an application as a collection of small, independent, deployable services, each with its own business logic and data.

    seed#microservices#architecture#distributed-systems#api#decoupling
  • Saga Pattern

    Pattern for managing distributed transactions in microservices through a sequence of local transactions with compensating actions to handle failures.

    seed#saga#pattern#transactions#distributed#compensation#microservices
  • Service Mesh

    Infrastructure layer dedicated to managing communication between microservices, providing observability, security, and traffic control transparently.

    seed#service-mesh#istio#envoy#networking#microservices#observability
All tags