Systems | Development | Analytics | API | Testing

Konnect Wins InfoWorld's 2025 Technology of the Year for API Management

We’re thrilled to share that Kong Konnect, our unified API and AI platform, has been named a winner of Foundry Co.'s InfoWorld Technology of the Year Awards 2025 in the API Management category. InfoWorld’s annual awards recognize the most innovative software development, DevOps, cloud, data management, and AI/ML products on the information technology landscape.

How to Test Your React Frontend When the Backend Is Offline

Picture this: You’ve spent hours perfecting your React component. The animations are smooth, the responsive design works flawlessly, and you’re ready to test the user flow. You click “Submit” and… nothing happens. Or worse, you get a cryptic CORS error. The problem? Your backend isn’t running. Again.

A Complete Guide To CI Testing: Benefits, Tools & Workflow

Imagine pushing a new feature to production, only to discover that it crippled half your APIs, pushed other teams into delays, and launched a series of frantic bug repairs in the middle of the night. For most dev teams, this is not a describe-a-scenario but a reality. With increasingly intricate apps and quickening release rhythms, making sure each code change integrates just right is a vital need. That’s where CI testing enters the picture.

Secure Your AI Agents and MCP Servers - New in WSO2 Identity Server 7.2

AI agents are becoming more autonomous — making decisions, taking actions, and accessing sensitive data — but traditional IAM systems weren’t built for them. How do you secure, control, and audit AI agents in your apps? In this video, Savindi Waduge introduces *WSO2 Identity Server 7.2,* a major release designed to address the security challenges of the AI era. From defining "Identity for AI Agents" to securing the *Model Context Protocol (MCP)* , this update ensures your autonomous systems are secure, accountable, and manageable.

How to Configure GitHub OAuth Authentication in DreamFactory: Complete Setup Guide

OAuth 2.0 is an industry-standard authorization framework that enables applications to obtain limited access to user accounts on third-party services without exposing passwords. When implemented as an authentication mechanism, OAuth provides secure single sign-on capabilities. GitHub OAuth offers several advantages as an identity provider.

Insights from eBay: How API Ecosystems Are Ushering In the Agentic Era

The rise of intelligent agents and AI prompts is transforming APIs from mere infrastructure into the capability ecosystem of the agentic era, driving a new model of ecosystem-led growth. To prepare for the inevitable explosion of agent-driven API traffic, enterprises are prioritizing a strategic approach to API governance, developer experience, and scalable infrastructure.

Keep Pact Tests Up to Date Automatically | SmartBear MCP Server

Tired of manually updating your Pact contract tests? Learn how to automate the entire process using AI agents with SmartBear MCP tools and GitHub Copilot! In this video, we walk through how AI-assisted contract testing helps you automatically upgrade Pact tests when new features are added to your API.
Sponsored Post

Mocking PostgreSQL the Easy Way: Simplifying Testing with Speedscale Proxymock

Every developer who's worked with PostgreSQL knows the pain: testing against a real database slows everything down. You need the database running locally, loaded with the right data, and configured to match production as closely as possible. Every time you run a new test or build, you're forced to repeat that setup migrate schemas, seed test data, and clean everything up again. It's time-consuming, brittle, and hard to scale across a team.

How to Generate a REST API for Tekla PowerFab Data: A Step-by-Step Guide

In the steel fabrication industry, operational efficiency is defined by how well you manage data. Tekla PowerFab is the undisputed heavy lifter for estimating, production control, and inventory management. It is robust, reliable, and deeply integrated into shop floor workflows. However, as steel fabricators look to digital transformation—building custom mobile apps for site managers or feeding data into modern analytics platforms—they hit a roadblock.

JWT Rot: Why Traffic Replay Tests Expire #speedscale #jwt #trafficreplay #apitesting #testautomation

Are your traffic replay tests crumbling because of expired tokens? You've got JWT Rot! When recording production traffic for integration or load testing, the embedded JSON Web Tokens (JWTs) often have a short expiration date. Once those tokens expire, your entire test suite fails, rendering your valuable traffic snapshots useless. Stop wasting time re-recording traffic. Learn how to defeat JWT Rot and ensure your security and API tests run reliably every time!