Systems | Development | Analytics | API | Testing

From Bug Counters to Risk Officers | Rupernita Sahoo

In this fireside chat, Rupernita Sahoo explore the fundamental shift taking place in software quality assurance. Executive teams no longer want traditional defect counts - they want QA leaders to quantify business risk, security posture, and compliance. However, many QA organizations, legacy tools, and success metrics are still anchored in the past. This fireside chat explores how QA leaders can navigate this transition while maintaining strong operational delivery and driving greater business impact.

Introducing Kong Operator 2.3: AI Gateway & More

Today we're announcing Kong Operator 2.3. Building on 2.2's expansion into supporting Event Gateway and Dev Portal, this release significantly broadens our feature set. While 2.2 introduced foundational event-driven capabilities, 2.3 brings Kong **AI Gateway** fully into the Kubernetes-native fold, enabling teams to manage LLM routing and policies through familiar GitOps workflows. This update also rounds out Gateway API coverage with `TCPRoute`, `UDPRoute`, and `GRPCRoute`.

Scanned PDF Processing in Astera ReportMiner

Watch Astera ReportMiner's Text Converter object automatically pick the right OCR engine for a creased fax, a skewed bill of lading, and a handwritten log, then turn each one into structured, exportable data. This demo walks through intelligent character recognition (ICR) in practice: a business receiving a mix of degraded scanned documents that would break a single fixed OCR engine.

AI Literacy Starts at the Top

AI literacy across 60,000 people starts with the C-suite. In this clip from podcast, Bethany Miles, Chief AI Officer at Advantage Solutions, shares how she built enterprise-wide AI fluency, starting with 10+ hours of hands-on executive training and a CEO coding workshop. What you'll learn in the full episode:→ Why AI literacy has to start at the top before it can scale anywhere else→ How Advantage Solutions redesigned broken processes before automating them→ What to measure beyond adoption (service excellence and time-to-complete)

Cloud vs On-Premise Load Testing: 2026 Guide

Choosing between cloud-based and on-premise load testing solutions is a strategic decision in performance assurance. Picture cloud load testing as casting a wide net – covering broad territory and adapting to changing conditions. On-premise is more like fishing with a spear, offering precise control but with limited reach.

$4.48 a Gallon: Your Holiday Checkout Is the New Mall

Remember when “going shopping” meant getting in the car? This fall, filling the tank feels like applying for a small loan. U.S. regular gasoline averaged about $4.48 a gallon for the week of September 21, 2026. A round trip to the store starts competing with free shipping. And free shipping never needs a parking spot. That doesn’t tell us how many shoppers will move online this holiday season.

Test PostgreSQL With the Queries Your App Actually Runs

The first number from my local PostgreSQL 16 test was roughly 1,600 statements per second. It looked impressive. It was also the least useful result in the run. The useful part was the workload. It came from queries the demo app had actually sent: the same prepared statements, parameters, reads and writes. A synthetic benchmark tells you how PostgreSQL handles a synthetic workload. It does not tell you whether your migration just broke the UPDATE your app depends on.

Self-Driving Regression Testing with AI Agents | Somu Suryanarayanan

This session looks at how agentic automation can take over web and mobile regression. We start with the regression tax: the slow 3-day cycle, the manual triage, and the flaky reruns nobody trusts. We then cover why scripted suites hit a wall and make the case for handing regression to agents instead. The core of the talk is how it actually works, with Appium MCP driving mobile and Playwright MCP driving web, interpreting intent rather than hard-coded steps and adapting when the UI shifts.

Design Load Tests for Progressive Web Apps 2026

Load testing for progressive web apps requires a fundamentally different approach than traditional web applications. Relying on legacy test scripts risks overlooking critical performance issues. Features like service worker caching and offline functionality can distort response times unless your tests are designed to account for them. Ignoring these aspects often leads to misleading results and an inaccurate view of real-world performance.

Manual tester: Why one job title means two jobs

"Manual tester" lands differently depending on who's wearing the title, and both reactions are usually right. Ask someone stuck clicking through the same regression suite every release, no ownership, no say in what gets tested, and "manual tester" feels like a job you're trying to escape. Ask someone who can look at a new feature and instantly spot the edge case nobody thought to script, and the same title undersells what they actually do. Same word. Two different jobs.