Systems | Development | Analytics | API | Testing

API-Managed Event Streaming with Kong Konnect and Amazon MSK

Event streaming allows companies to build more scalable and loosely coupled real-time applications supporting massive concurrency demands and simplifying the construction of services. Ultimately, we may need to grant access to such infrastructure to the most diverse entities, including external applications posting events that will be eventually consumed by internal systems. The purpose of such exposure is to promote development teams’ collaboration.

Kong Insomnia 2023.2.0 Released with Enhanced Import Flow

We’re thrilled to announce the latest release of Kong Insomnia, version 2023.2.0, packed with improvements and fixes that will make it even easier to manage your APIs. In this release, we introduce an enhanced Import flow, along with support for Kong 3.0 and the return of Swagger/OpenAPI preview. Continue reading to learn more about these exciting updates.

Making Kong Cloud-Native with the Kong Ingress Controller

There are lots of iconic duos out there. Batman and Robin, Jelly and Ice Cream, and now, Kong and Kubernetes. Join Michael as he shows what Kong Ingress Controller can do for you. We’ll take a look at how to secure your services with the KongPlugin CRD, how to use the Kubernetes events system to help debug when things go wrong, and we’ll even take a sneak peek at the upcoming Kubernetes Gateway API and how you can start using it today.

5 best chat APIs and messaging SDKs

Looking for the perfect chat solution can be a daunting task. You need a provider that not only supports all the necessary chat features but also offers delivery and scaling guarantees to ensure a smooth chat operation as your business grows. While it might be tempting to start with a simple solution and see how your needs evolve, underestimating the importance of finding the right provider can be a costly mistake.

What is API Management?

In today's digital age, Application Programming Interfaces (APIs) have become an integral part of businesses, connecting applications and data to deliver better products, services, and user experiences. For companies and organizations looking to use cloud technologies, APIs are essential. However, understanding how APIs work and how to manage them can be a daunting task for many companies.

Solve the Testing Challenges of Lazy Loading

A slow website is a major turn-off for potential customers. To address this, one technique is to load resources only once they are needed on a website, hence the term "lazy loading". Asynchronous, or lazy loading, is a technique where content below the viewport (like images, videos, text, and other objects) is either: This makes your website more efficient and increases your bandwidth, allowing you to deliver a faster and better user experience.