Systems | Development | Analytics | API | Testing

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.

Jet Analytics Flyover

See Jet Analytics in Action Watch how Jet Analytics helps Microsoft Dynamics organizations connect to modern cloud platforms in hours — not months — while eliminating the fragmented data stack that slows teams down and drives up costs. This flyover demo shows how a unified, zero-access platform delivers the governed, AI-ready data foundation your organization needs, without rebuilding pipelines from scratch or starting over.

AI is Exposing Observability's Dirty Secret

The 3 pillars of observability are breaking. For years, dev teams relied on Logs, Metrics, and Traces to know when something went wrong. But now? AI agents are writing, deploying, and changing code in real-time. When an AI hallucination pushes a bug to production, standard monitoring sees nothing wrong.To survive the AI era, we need a 4th Pillar of Observability. Watch to find out what it is and why the old way of monitoring just became obsolete.

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.

How Agentic AI and Cloudera are Transforming Crisis Response

Can AI actually save lives? In this video, see how Cloudera and Mercy Corps have partnered to put people—not just technology—at the heart of humanitarian aid. Through a two-and-a-half-year collaboration, we’ve worked side-by-side with analysts to map real-world workflows and co-create AI solutions that solve their most pressing daily challenges.

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.