jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#pattern

4 articles tagged #pattern.

  • 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
  • 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
  • Strangler Fig Pattern

    Incremental migration strategy that gradually replaces a legacy system with new components, progressively routing traffic until the old system can be retired.

    seed#strangler-fig#migration#legacy#pattern#modernization#architecture
All tags