Systems | Development | Analytics | API | Testing

Beyond Dashboards: Verivox's Path to Agentic Analytics

For years, the "Data-Driven" dream has looked a lot like a crowded screen. We built dashboards for every department, every KPI, and every niche project. But as we reached "peak dashboard," a frustrating reality set in: we were drowning in visualizations but starving for immediate insights.

How to Create Data-Driven Load Testing Scripts for Complex User Journeys (2026 Guide)

Picture this: you’ve completed a round of performance testing, and your load testing scripts all pass with flying colors. The release goes live, but within hours, users report sluggish performance and intermittent failures. What happened? In most cases, traditional scripts relied on static payloads and linear request patterns, failing to reflect the unpredictable, multi-step journeys of actual users.

Disaster Recovery for Retail: Are You Protecting Systems or Protecting Revenue?

Every year, retailers invest millions in uptime. Yet when disaster strikes, most discover their DR plan protects infrastructure, not the business that runs on it. “It wasn’t the outage that hurt us most. It was the 45 minutes we had no idea it was happening.” – CTO, UK fashion retailer, post-incident review You have a DR plan. Your infrastructure team tested it six months ago. Your board presentation has a green tick next to Business Continuity.

The Skill AI Can't Generate: Why Discernment Is the New Data Literacy

For more than a decade, I have argued that the most valuable skill in a data-driven organisation is not access to information. It is the judgment to know when that information is wrong. AI has made that skill more important, not less. When I wrote about AI literacy in 2023, the pushback I heard most often was that the technology was not yet good enough for the question to matter. Now it is. AI can generate answers, summaries, recommendations, code, analysis, and increasingly, actions.

Kafka in a DMZ: Protecting AWS MSK with Kong Event Gateway

Running Apache Kafka on Amazon Managed Streaming for Apache Kafka (MSK) gives you a managed broker with no ZooKeeper to operate, automated patching, and multi-AZ replication handled by the service. What it doesn't give you is a safe, governed way to expose Kafka access beyond your VPC boundary. That problem looks simple on the surface. It isn't. And how you solve it has significant implications for security posture, operational complexity, and monthly cost.

Agentic AI Test Execution Inside Jira with Xray and Lynqa

AI is becoming part of every stage of the testing lifecycle. Teams are using it to analyze requirements, design test cases, generate automation scripts, and accelerate execution activities that previously required significant manual effort. Within Xray, AI already helps transform Jira requirements into actionable test cases with AI Test Case Generation.
Sponsored Post

Build WireMock mappings fast from real traffic

I'm a big fan of service mocking. I've been working in and around software for about 25 years, and one thing never changes: when you sit down to work on your code, you almost never have everything available. The database, the third-party API, the message queue, the service two teams over. Something's missing. So you've got to stub it out or mock it out and keep moving.