Systems | Development | Analytics | API | Testing

API

API Infrastructure: ESB versus API Gateway (Part 2)

In our last blog, we discussed the connectivity solution – Enterprise Service Bus (ESB) which was a preferred method for connecting monolithic applications. In this blog, we will discuss the role of an API gateway in today’s modern distributed world. We’ll also compare ESBs with API gateways and discuss how these connectivity solutions can co-exist to support both legacy and modern applications.

Open Banking With BIAN and Kong Gateway | Grant McKeen and Jonathan White | Kongcast Episode 8

In this Kongcast episode, Grant McKeen and Jonathan White from IntegrationWorks, chat with us about how open banking and BIAN (Banking Industry Architecture Network) work with Kong Gateway to create simplicity from complexity in the banking and financial services industry.

Open Banking Platform Strategy and the Need for APIs

There is simply no other industry in the world like banking. In addition to dealing with and handling large amounts of financial data, this industry also places the highest priority on security concerns and measures. For businesses using an open banking platform strategy, APIs present a safer, smarter, and better way to do banking and business. The future of banking is here, and it is the open banking platform.

Top 8 Moesif Competitors and Alternatives in 2022

Moesif offers self-service analytics for everyday use, as well as features that aid with cost-effective analytics expansion. Customers use it to monitor features to better understand when there are API difficulties, and there are extra features to determine who is using the API, how often they use it, and who is likely to discontinue using it based on how they use it.

How to Choose the Best API Management Platform

An API or Application Programming Interface is how two applications communicate with one another; it is also the way users access an application. All websites and applications use some form of API through an API gateway, which serves as an entry point to a service. Unfortunately, over 90% of businesses have suffered from a security problem related to their APIs, making API security a top concern. For this reason and more, many businesses require a dedicated API management platform.

Insomnia Projects: API Collaboration and Documentation

We don’t build our own ticket tracking systems or email clients, so why do we expect every person who joins a team to build their own collection of snippets for interacting with internal systems? These systems are usually not well documented, and the only way to learn how to use them is by asking someone or reading source code. Let’s learn how to use Insomnia Projects with our new collaboration features to provide a prebuilt collection of sample requests, plus documentation about the purpose of each endpoint so that your new team members can be productive on day one.

REST API Observability for Python

In this blog post we’ll help answer the age old question, “What does this service talk to and what does it say?” We’ll see how to inspect inbound and outbound REST API calls to see what calls are being made and what incoming traffic causes a reaction. This can be pretty handy when you’re taking over maintenance of an existing service, or if your code just isn’t behaving the way you expect.