paint-brush
52 Stories To Learn About Api Gatewayby@learn
171 reads

52 Stories To Learn About Api Gateway

by Learn RepoApril 4th, 2023
Read on Terminal Reader
tldt arrow

Too Long; Didn't Read

Learn everything you need to know about Api Gateway via these 52 free HackerNoon stories.
featured image - 52 Stories To Learn About Api Gateway
Learn Repo HackerNoon profile picture

Let's learn about Api Gateway via these 52 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.

1. You're Not Using HTTP Status Codes Right

In this article, we will be discussing some of the common mistakes that developers do when using HTTP status codes.

2. API Gateway vs Backend for Frontend (BFF): Use Cases, Similarities and Divergencies

In this article, we are going to see what an API Gateway, BFFs, and how they are used for Client-Server communication in a Microservices architecture.

3. Doing API Monitoring the Right Way: Metrics and Best Practices

In this post, we'll go through the best practices for API monitoring, such as which metrics to prioritize and how to troubleshoot when an issue arises.

4. Stripe Vs. Braintree Vs. PayPal: Which Is The Best Payment Platform?

Online payment platforms have changed the way we shop every day. With the help of such payment platforms, we can easily send and receive without going to the bank.

5. Why We Need to Redefine the 3-Tier Architecture

The classic 3-tier architecture is need of a reboot. APIs have changed the way we write application code and we need to redefine how 3-tier architecture works.

6. An Introduction to API Gateways

Understanding what API Gateways are, how they differ from a reverse proxy & load balancer and their use in a microservices environment

7. 🔮 What Does the Future Hold for API Management, in 2023 and Beyond?

As the number of APIs continues to expand without bounds, what can we expect from API Management platforms in 2023? What are the important human interactions?

8. How to 'Architect' an Easy Way into the Serverless World

A easy way to jump to jump into the serverless world in AWS

9. How To Make A Cost Effective API Serverless Infrastructures

AWS API Gateway is a great service but can be quite expensive, and even cost-prohibitive in some cases.

10. Abstraction Layers and API's for Cloud Native Environments

Separation of concerns, abstraction layers and API's

11. Creating API with Bash Code in AWS Lambda and API Gateway

Amazon web services (AWS) is a powerful platform for almost every webservice you can imagine. With AWS API Gateway and Lambda you are able to create REST API’s with ease! API gateway is enables you to create the API. Lambda lets you execute code when the API is invoked. This code can be in many programming languages like Python or Node.JS.

12. What Developers Mean When They Talk About API

API has become one of those catch-all terms that developers throw around without really considering the context. On any given week, you will come across discussions like "How to use the Twitter API", "New framework X is great because it has a low API surface", and "Best practices for building an API."

13. Best Practices for API Security

APIs are a cohort of communication protocol that allows applications to communicate with one another. It works over the OS limitations and enables applications to share data without more complexities. And it is the magic bridge that possibly making things work together in our mobile applications and web interfaces.

Yet, its open doors and wide visibility makes it vulnerable to attacks. Also, attackers can easily find the way to the heart of applications and systems via APIs. Hence it is essential to fence APIs with all possible measures.

14. Breaking Up a Monolithic Database with Kong

If your microservice design results in a very large API or multiple services accessing a single database, check out Kong Gateway.

15. What is a Service Mesh?

In our previous post on API Gateways we discussed how services handle external client to service (North-South) traffic.

16. Path-Based Routing in Render with Kong API Gateway

It's good practice to put an API gateway in front of your microservices-backed application. Path-based routing makes this possible when deploying to Render.

17. Why and How to monitor Amazon API Gateway HTTP APIs

Monitoring your HTTP APIs can transform your decision process with actionable information instead of guessing around user complaints and high bills.

18. Building Graphql API with Spring Boot, Neo4j and Kong [Part 2]

Part 1 of this series provides detailed description on GraphQL server and how to start setting it up using springboot, Schema Definition Language (SDL) and its types.

19. Introduction to API Gateway

What's a gateway? It is an entry point. Things go in. People, traffic, requests. If you've spent any time with microservices, you may have come across the term "API gateway".

20. Build Your own Telegram Bot with AWS and Node.js

Automate thankless tasks like splitting grocery bills using a Telegram Bot and AWS.

21. Creating a Poor Man's API Using PostgREST

Creating a full-fledged API requires resources, both time and money.

22. A Look at Use of API Gateways When Creating Complex Systems

API Gateways can help you create microservices and micro frontends, and expose rich APIs to your customers while keeping things simple on your company.

23. What does API Gateway Encoding not Enabled mean?

In this quick debugging article, you'll learn what does the error api gateway encoding not enabled mean, and how to handle or debug it.

24. Public ASX100 APIs: The Essential List

We’ve conducted some initial research into the public APIs of the ASX100 because we regularly have conversations about what others are doing with their APIs and what best practices look like. Being able to point to good local examples and explain what is happening in Australia is a key part of this conversation.

25. Spending Weekend with GraphQL

Have you ever experienced an itch you just can’t scratch? If yes, then you will feel my pain. A few days back, everything was fine, I was happily writing code(!) and doing standup meetings regularly. Just before the weekend, my boss called me and shared this problem with me.

26. How To Unite Kuma Service Mesh With Kong API Gateway

In his blog post, Marco Palladino, Kong CTO and co-founder, went over the difference between API gateways and service mesh. I highly recommend reading his blog post to see how API management and service mesh are complementary patterns for different use cases, but to summarize in his words, “an API gateway and service mesh will be used simultaneously.” We maintain two open source projects that work flawlessly together to cover all the use cases you may encounter.

27. API DevEx Portals: A Definitive Guide

A definitive guide to building an API DevEx Portal for your API users.

28. Why Every API Needs a Clock

Limiting flow was fundamental to TCPs success, why is it any different for APIs?

29. Tips for Developers to Survive API-First

The world of API-First has swept developer marketing by storm. Learn some tips to get a grip on this trend and avoid being blindsided!

30. 5 Major Factors Impacting the Evolution of APIs

In today’s world of ever-increasing digital interconnectivity, APIs (Application Programming Interfaces) have emerged as essential tools for integrating data efficiently and cost-effectively.

31. Using AWS API Gateway as a Load Balancer

TL;DR: yes, API Gateway can replace what a Load Balancer would usually provide, with a simpler interface and many more features on top of it. The downside is that it doesn’t come cheap.

32. How to Set up an API Gateway for Your Microservices

How to deploy a single node Kong API gateway in front of multiple microservices?

33. Amazon API Gateway Vs. Application Load Balancer

We recently wrote about whether API Gateway can act as a Load Balancer. The answer is yes and, in many cases, they are substitutes for each other. But how should we choose which one to use?

34. Going From Open API Specification To Development Portal

API Economy is taking off exponentially and its every business need to expose their digital services and assets in a secure way. I'll walkthrough in this article how one can take a API-first , design first approach to take into the account, the needs of API consumers and various steps that lead to creating a Developer Portal using all the tools that we've currently. Please note that these tools have alternatives in the market, but these are what got me to the goal post in the fastest way and case could differ for others.

35. WebSockets & API Gateway

A quick, hands-on demo

36. How To Use Amazon API Gateway to Decouple and Scale Serverless Architectures

One of the benefits of Serverless architectures is the possibility of scaling applications without worrying about load balancers and clusters of servers. While services like AWS Lambda hold their promises on this area, there are usually misconceptions about how they work.

37. What's New in WSO2 API Manager 3.2.0?

WSO2 API Manager 3.2.0 the third release of the API Manager 3.x series, simplifies integrating with other ecosystems while reducing complexity of large scale deployments.

38. AWS Lambda For Dummies [Part 2]

In Part 1 of our Complete AWS Lambda Handbook for Beginners, we gave a refresher on the fundamentals of AWS Lambda and what is AWS Lambda. In this post, we’ll look at AWS Lambda pricing, some interesting Lambda facts and examples of great AWS Lambda use cases in your serverless application.

39. API Integrations Can Give Your Business A Single Source of Truth

An Application Program Interface (API) is a bunch of capacities or systems that gives programs admittance to a typical information source.

40. How to Set up Custom Domain Names for AppSync

One thing that API Gateway supports but you can’t do with AppSync out-of-the-box yet is custom domain names.

41. The 6 Core Concepts for HTTP Caching

The 6 core concepts you need to know to understand HTTP caching.

Don’t want to spend hours and hours reading RFCs and documentation ? Read this guide instead!

42. How to Radically Simplify Operations by Plugging Your API Gateway into an OpenAPI Spec

OpenAPI Spec — The blueprint for your API

43. Monetizing APIs with WSO2 API Manager

Today APIs have become a key way for application developers to generate revenue, meaning monetisation is becoming a sought-after feature in the API Management space. Even though API monetisation has a broader meaning than simply charging for APIs; in our experience, most companies want to charge for API usage. There are a number of different ways that this can be achieved, but let’s take a look at the two most popular and how they can be effectively rolled out to bring in revenue.

44. How to Secure Admin Access to Apache APISIX

In this post, I've shown several non-exclusive options you should consider to secure Apache APISIX.

45. Why API Management and Service Mesh Are Complementary Patterns for Different Use Cases

Insights into the Differences Between API Gateways and Service Mesh

46. Authentication Middleware in Express Gateway using JWT

I was trying to create my first actual microservice program and very soon I faced an issue: "How many times I should do the authentication?"

47. How to Successfully Set Up KrakenD on GKE: A Step by Step Guide

Definitive guide to setup KrakenD on GKE

48. Use the Kong Gateway to Stop Coding Repetitive Service Components

Discover a new toolset aimed at solving application and API connectivity challenges, while still staying focused and meeting business needs.

49. Essential Tips To Manage Your gRPC Services With Kong Like A Pro

What follows is a step-by-step tutorial on how to set up Kong to proxy gRPC services, demonstrating two possible scenarios.

50. API Development in the Time of COVID-19

Let’s face it.

51. Simplifying API with Tyny.dev Founder Patrick Pittich-Rinnerthaler

Totally Nerdy Cofounder Patrick Pittich-Rinnerthaler joins us in this Slogging AMA to talk about his API technology tyny.dev.

52. Basic Elixir Api Guide

Elixir represents relatively new programming language for wider audience. It was published back in 2011, and is in development ever since. His main trait is that adops functional pardigm because it is built on top of Erlang and runs on BEAM(Erlang VM).

Thank you for checking out the 52 most read stories about Api Gateway on HackerNoon.

Visit the /Learn Repo to find the most read stories about any technology.