Systems | Development | Analytics | API | Testing

Securing, Observing, and Governing MCP Servers with Kong AI Gateway

The explosion of AI-native applications is upon us. With each new week, massive innovations are being made in how AI-centric applications are being built. There are a variety of tools developers need to consider, be it supplying live contextual data via the Model Context Protocol (MCP) or leveraging the new Agent2Agent Protocol (A2A) to standardize how their agentic applications will communicate. The modern AI application can include communication between many different entities, including.

Drive Governance Without Sacrificing Velocity With Scorecards

Discover how to effectively balance governance and velocity using Kong Konnect's Service Catalog and Scorecards. In this webinar, Alex and Michael from Kong dive deep into strategies for streamlining API governance, enhancing visibility across your services, and automating compliance to accelerate your API lifecycle. Learn how to eliminate shadow APIs, integrate seamlessly with third-party tools, and ensure organizational best practices are consistently met.

How SeatGeek scaled to 86M+ monthly API requests with Kong Konnect

If fragmented APIs are impacting your organization’s agility or developer experience, this quick case study offers valuable insights and actionable solutions. SeatGeek transformed its fragmented API infrastructure with Kong Konnect. In this success story, discover how SeatGeek streamlined API management, enhanced visibility, and scaled effortlessly to handle over 86 million monthly requests.

How To Write Unit Tests in Node.js Using Mocha

Increasing the test coverage of a backend application is key to ensuring its reliability, functionality, and robustness. Thanks to its intuitive API and agnostic approach to assertions, Mocha has emerged as one of the most popular choices for unit testing in Node.js. In this guide, you'll learn what Mocha is, understand how it works, explore its features, and see it in action with a complete example. Time to become a Mocha unit testing expert!

Insomnia 201: How Can Insomnia Support Real World API Development & Testing

Insomnia is a critical tool for the design, development, and testing of your business critical APIs. In the 101 course, we covered the basics of the API client for new users. For the 201 course, we will develop a basic REST API to demonstrate how Insomnia is an essential tool in the build stage of the API lifecycle. Join this workshop to learn how to: In preparation for the workshop, please make sure you have the following ready.

Getting Started with gRPC: A Developer's Guide

Within the realms of microservices and distributed systems, gRPC has emerged as a cornerstone technology. Its adoption by tech giants like Google, Netflix, and Square underscores its capability to facilitate high-performance, scalable inter-service communication. Built as a modern take on the traditional Remote Procedure Call (RPC) paradigm, gRPC enables services, potentially written in different languages, to communicate efficiently and reliably across networks.

Android Emulator Setup Guide for App Testing

The Android emulator is an Android virtual device that is used to test and debug Android code. It looks and behaves the same as a physical Android device, and while it has some limitations (more of which later), it provides real time and cost savings for developers. Unlike the iPhone, which is limited to one manufacturer and a specific number of iOS versions, there are thousands of Android device types out there.