Systems | Development | Analytics | API | Testing

Architecture Diagramming: From L0 to Ln - Simplifying for Every Audience #WordsUnplugged

Architecture diagrams are crucial, but the complexity of modern systems demands a better way to communicate. WSO2 CTO *Asanka Abeysinghe* and Lead Solutions Engineer *Erandi Ganepola* break down the L0-Ln Methodology—a simplified, level-based approach to visual abstraction. Watch our Words Unplugged video to discover how this scales from a team view to an organization-wide enterprise architecture, providing durable anchors (L0) and change-friendly details (L1-Ln) that evolve with the business.

From Zero to API in 10 Minutes | DreamFactory

A hands-on tutorial that takes you from nothing to a working REST API. No prior API experience required. By the end of this tutorial, you'll have a working REST API with multiple endpoints. You'll understand HTTP methods (GET, POST, PUT, DELETE) and know how to test your API. You'll also see why teams often choose auto-generation over hand-coding for production APIs. Prerequisites: Node.js installed (v18+), a code editor, and basic terminal familiarity.

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.

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.

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.

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.