Bobur UmurzokovforApache APISIXapisix.hashnode.dev·Sep 25, 2023How to prevent breaking API changes with API GatewayWhen you develop APIs, you sometimes change things that might cause problems for current API consumers. Evolving your API product without affecting current users is essential, otherwise, they might lose trust in your offer. It’s impossible to altoget...Discuss·42 likesAPIs
Farzana Rahmanlearningwithfarzana.hashnode.dev·Sep 23, 2023How to use a single base URL for multiple services in big serverless applications — SAM, API gatewayWhen you are working on a big application, you may have to use multiple backend services like authentication, payment, access management, and so on. If your architectural design is based on microservices, then all these services will have their own U...DiscussAPI Gateway
Felipe Faragutifaraguti.hashnode.dev·Aug 28, 2023The Cloud Resume Challenge: Exploring AWS, IaC, and DevOpshttps://resume.faraguti.cloud/ Introduction In my journey to learn more about AWS and showcase my skills, I took on the Cloud Resume Challenge. The challenge involves creating a resume website that's not just static HTML but also incorporates AWS ser...DiscussCloud Computing
JERRY ISAACblog.jerrycloud.in·Aug 26, 2023Go Server less - Build a web App Notification using AWS Lambda, API Gateway and SNSHello everyone welcome to this Simple project session we are going to do a small project session that is going to give you a basic understanding of AWS API_Gateway, AWS Lambda, and AWS SNS and how to integrate them. Let's get started !!! Project Requ...Discuss·59 readsAWS
Gaurav Dhakgaurav789.hashnode.dev·Aug 22, 2023"Microservices Revolution: API Gateways as the Architectural Vanguard"Hello, tech enthusiasts! Get ready to journey with me into the fascinating world of technology as we explore API gateways. I'm Gaurav, your guide through the maze of system design. In this adventure, we're going to uncover what API gateways are all a...Discuss·1 like·69 readsAPIs
Hemant Singhmemorycrypt.hashnode.dev·Aug 21, 2023Creating an API Gateway with Web APIAPI gateways have become an essential component in modern microservices architectures, acting as a central entry point for handling API requests, authentication, load balancing, and more. In this article, we'll explore the process of creating an API ...DiscussC# and .NETC#
Sri rama krishnasolutionarchitecture.hashnode.dev·Aug 11, 2023Right Infrastructure: API Gateway vs. Service Mesh in Modern ArchitecturesAPI Gateway and Service Mesh are both important architectural components used in modern software systems, but they serve different purposes and are used in different contexts. Here are some of the differences between them and how to decide which one ...Discuss·3 likesAPI Gateway
Bobur UmurzokovforApache APISIXapisix.hashnode.dev·Aug 7, 2023Monitor API Health Check with PrometheusAPISIX has a health check mechanism, which proactively checks the health status of the upstream nodes in your system. Also, APISIX integrates with Prometheus through its plugin that exposes upstream nodes (multiple instances of a backend API service ...Discuss·64 likes·42 readsWeb Development
Rajiv Ranjan Singhiamrajiv.hashnode.dev·Aug 5, 2023API Gateways Load Balancers Reverse ProxiesAre you familiar with the essential components of managing inbound traffic in modern application architectures? Let's explore the key concepts behind API Gateways, Load Balancers, and Reverse Proxies, and how they play a vital role in optimizing traf...Discuss·45 readsAPI Gateway
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Aug 3, 2023System architecture: move authentication to the API GatewayWhen exposing an application to the outside world, consider a Reverse-Proxy or an API Gateway to protect it from attacks. Rate Limiting comes to mind first, but it shouldn't stop there. We can factor many features in the API Gateway and should be bol...Discuss·53 likes·28 readsSystem Architecture