Systems | Development | Analytics | API | Testing

Product Update: "Teams" Are Now Called "Spaces"

When we first introduced Teams in Databox, the goal was to give every team a “home base”, a shared space where they could collaborate around the metrics, Databoards, and Reports that mattered most. Executives could monitor company-wide performance at a glance. Team leaders could use it to organize dashboards around key initiatives and keep their teams aligned. And individual contributors could quickly access the data most relevant to their role. For many of you, that was the case.

Explicit Wait in Selenium: How It Works (A Simple Guide)

Not all elements show up at once. Some need time to load. Some depend on JavaScript or AJAX calls before becoming available. That’s why smart wait strategies matter in test automation. Explicit Wait in Selenium gives you control. It waits for specific conditions to be true before your script moves forward. You can wait for a button to become clickable, a form to appear, or an alert to pop up. All without guessing how long it will take. In this article, we'll explore: Let’s get started.

What is Test Analysis? A Simple (But Complete) Guide

Test analysis is the step where we translate ideas into testable checks. Think of test Analysis as a bridge from requirements to coverage. In this guide, we will keep it practical. We will show the steps in test analysis and how to apply them as well as sharing simple techniques for analyzing test results (with examples you can reuse). Let us dive in and make your work easier.

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 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.

PHP Queuing With ZendHQ & JobQueue

The ZendHQ JobQueue is a language-agnostic solution for PHP queuing and job automation. Unlike traditional CRON setups, it centralizes job management and eliminates the need to dig through system logs. With support for deferred, recurring, and scheduled jobs, you can streamline tasks like generating invoices asynchronously. Get the full details in this webinar clip!

Top Data and AI Opportunities | A Conversation With Snowflake CIO Mike Blandina

Snowflake CIO Mike Blandina talks with "Data Cloud Now" Anchor Ryan Green about issues that are top of mind for CIO's across all industries as they move their organizations through digital transformation journeys and evaluate the potential of GenAI. They discuss the challenge of separating hype from reality, the potential of AI agents, and the strategies company executives can employ to measure impact and ROI.

The Cure for Complexity: How Consolidation is Reshaping the Data Landscape

We’re at a pivotal moment in the data integration market. For years, the rallying cry for data professionals was to adopt the "modern data stack" (MDS), with the promise of a "best-of-breed" approach. This vision led many organizations to assemble a collection of specialized, single-purpose tools—one for ingestion, another for transformation, a third for quality, and so on—to create a highly effective data environment. However, reality has proven far more complex.

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.