Best of API GatewayMarch 2023

  1. 1
    Article
    Avatar of codemotionCodemotion·3y

    What Are Microservices Design Patterns?

    Microservice architecture is an organizational approach to software development where the programmer has to use a collection of small autonomous services. As autonomous services, they are able to complete certain functions independently from other services with which it interacts. Microservices use two types of load-balancing architecture, and these are server-side load balancing.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·3y

    Microservice decomposition Patterns

    Learn about different microservice decomposition patterns, such as Domain-Driven Design (DDD), API Gateway, and Backend for Frontend (BFF). Each pattern has its own advantages and disadvantages, and the best pattern(s) to use will depend on the specific requirements of your application.

  3. 3
    Article
    Avatar of btrprogBetter Programming·3y

    The Solution Architect’s Guide to Serverless

    Allen Helton: Serverless services are great, but let’s be honest — not every business has the budget to upskill its entire engineering staff. He says you can use serverless services in any software, be a Kubernetes-based app, an on-prem solution, or a serverless API.