Systems | Development | Analytics | API | Testing

MCP Tutorial: Build a Secure REST API & Dashboard in 5 Minutes | DreamFactory + Claude

In this 5-minute demo, we use DreamFactory’s MCP server with Claude Code and Claude Desktop to: This isn’t AI writing SQL. This is AI orchestrating secure APIs—fast, safe, and auditable. DreamFactory MCP is the secure API gateway that turns databases into AI-ready endpoints—with RBAC, parameterization, and audit logging built-in.

Kong Named Across Eight Categories in 2025 Gartner Hype Cycle Reports

Third-party recognition is always a significant milestone, but being included across multiple categories by a leading research firm like Gartner? That's definitely worth celebrating. Kong has been featured in eight different categories across six Gartner hype cycles for 2025*— our most comprehensive inclusion to date. This recognition spans the entire gamut of API platform capabilities: from API observability to vertical-specific healthcare solutions.

API Management as a Central Security Hub

While many organizations mistakenly believe a single tool can solve all their API security woes, the truth is far more complex. This blog post will dismantle the myth of the "silver bullet" and demonstrate how a comprehensive, defense-in-depth strategy, centered around a robust API management platform, is essential for truly securing your API ecosystem.

Kong Plugins 101 | API Governance, Security & Rate Limiting Explained

Welcome to Kong Plugins 101 – your introduction to applying governance, security, and control to every API call using Kong Konnect. In this session, we cover: What Kong plugins are and how they work Applying authentication, authorization, throttling, and rate limiting Securing services with advanced governance rules Real-world demo: setting a 5 calls per minute rate limit on an HTTPBin service route How plugins can be applied at different levels – global, service, route, or consumer.

Finding the Ghost in the Machine

The industry is rapidly moving towards deeper AI integration than ever before. What was once simply focused on chatbots or recommendation engines has pivoted significantly to AI systems communicating with other AI systems. These AI tools are leveraging multi-agent workflows to accomplish complex tasks that traditional systems have struggled with. Innovation without validation is a liability. Any developer worth their salt will know that these systems require ample testability and validation.

Event Schema Evolution for API Gateways

Managing event schema evolution is a key challenge for API gateways, especially in systems relying on real-time data and microservices. Schema evolution ensures that updates to data structures remain compatible with existing integrations, preventing issues like service outages or data corruption. The article explores methods to handle schema changes effectively and highlights DreamFactory’s automated solution.

RAG for SQL Server, MySQL, Postgres - Best Practices for Secure AI + Database Integration

Retrieval-Augmented Generation (RAG) lets LLMs deliver current, context-rich answers by fetching live data—customer records, knowledge articles, metrics—from SQL Server, MySQL, and PostgreSQL. Reports suggest RAG can boost answer accuracy dramatically (in some cases up to 90%), making it compelling for BI, support, and operations. The challenge: enabling on-the-fly retrieval without opening security, compliance, or scalability risks. Executive takeaway: Don’t let LLMs write SQL.

What Is Random Testing In Software Testing?

Software testing is so crucial in the SDLC. People use many types of testing like API testing, integration testing, unit testing, and so on to check the quality of the software and detect bugs. But one test which people don’t care about is random testing, though it plays a vital role in ensuring software reliability. In this blog, let’s see what random testing is, why you need to perform it, its types, and also how to perform it effectively.