© 2023 Hashnode
#api-gateway
GraphQL is a powerful query language for APIs that allows developers to define the structure of the data they need from the server, and the server responds with only that data. This makes it much more…
Hello all, Here I have created an architecture such that when a user clicks a link(given by API Gateway), users get a Custom HTML link which has some information/functionality like your public IP addr…
Lots of companies are eager to provide their identity provider: Twitter, Facebook, Google, etc. For smaller businesses, not having to manage identities is a benefit. However, we want to avoid being lo…
API Gateway is an Amazon service that makes it easy to develop APIs at scale. It handles the logic to process concurrent API requests, manages auth concerns, and handles API versioning. You can also u…
Introduction If you have a website or an application that receives a lot of traffic, you might need to use some tools to manage and optimize your network performance. Two of these tools are API gatewa…
Users can connect their GitHub project to WunderGraph Cloud. Once they make a commit, "The Builder" will build a new docker image and deploy it across the globe in 13 seconds. The Builder is standing …
Apache APISIX API Gateway enables professional developers to publish their backend service as APIs, monitor the usage and easily expose these APIs to the Power Platform (Power Apps and Power Automate)…
"So this is the part of the challenge that separates the wannabes from the champions." - CRC And it is true, speaking for Chunks 2 and 3. This part is the most challenging thus far. This is where the…
What is an API gateway? An API gateway acts as a "front door" for applications to access data, business logic, or functionality from your backend services. It is software that takes an application use…