Best of API GatewayOctober 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP81: How Companies Ship Code to Production

    This article covers the process of shipping code to production, translating a URL into an IP address, and the use cases of an API gateway.

  2. 2
    Article
    Avatar of awstipAWS Tip·3y

    Using Nginx as an API Gateway

    This article explores how Nginx can be used as an API Gateway to manage and direct incoming requests to different microservices. It explains the role of Nginx as a reverse proxy and load balancer, as well as the benefits of using an API Gateway. The article also covers topics such as routing, caching, rate limiting, and API key authentication.

  3. 3
    Article
    Avatar of dzDZone·3y

    Building a Microservices API Gateway

    Learn how to build a Microservices API Gateway using YARP in ASP.NET Core with step-by-step instructions and code examples.