Systems | Development | Analytics | API | Testing

AI writes code in seconds, but delivery still takes days

The pitch for AI coding was speed. Claude Code, Copilot, Cursor, whatever you’re running, they all generate business logic faster than you can review it. That part is real. But look at what happens after the code gets written and the numbers get ugly. CircleCI’s 2026 State of Software Delivery Report found AI drove a 59% increase in average throughput.

Accelerate eCommerce with Marketing Intelligence on Snowflake

Marketing data is scattered across ad platforms, CRMs, eCommerce tools, and analytics solutions. Without a unified view, measuring campaign performance, customer acquisition, retention, and revenue becomes slow and unreliable. In this webinar, PROLIM and Hevo demonstrate how modern eCommerce and D2C companies build a centralized marketing intelligence platform on Snowflake. Learn how to automate data ingestion with Hevo, create a single source of truth, and build executive-ready Streamlit dashboards that help teams make faster, data-driven decisions.

How to Trace Microservices WITHOUT OpenTelemetry

Learn how to trace complex multi-hop transactions across microservices when OpenTelemetry isn't available or trace parents get lost. This quick tutorial demonstrates how to use full-text search in proxymock (a free CLI and UI tool) to isolate user journeys (like looking up a specific username) and instantly generate waterfall tracing views. Whether you are working locally or in a Kubernetes cluster, you can record API traffic, visualize multi-hop requests, and easily transition those captures into load or regression tests.

Scaling Enterprise GenAI on AWS: Security, Governance & Compliance

Hey, did you know that Cloudera has achieved the AWS Generative AI Competency? This major specialization milestone continues to validate the technical work we're doing to deliver high-impact Generative AI solutions on AWS. Because AWS Competencies require rigorous technical validation and verified customer success reviews, this achievement proves real-world impact where it matters most.

Why AI agents need a durable session layer - and why HTTP isn't enough

HTTP works fine for a chatbot that responds in seconds. Add token streaming, and it mostly still works. But once an agent starts doing things that take real time, reasoning across multiple tool calls, spawning sub-agents, running for minutes instead of milliseconds, the UX starts to falter. The connection drops while the agent is mid-thought. The user switches tabs, comes back five minutes later, and the session is gone. The agent finishes its work, but the client has already moved on.

Perforce Autonomous Testing for Web, Mobile & Desktop Apps

Traditional test automation is slowing teams down with brittle scripts, constant maintenance, and growing complexity. Perforce Autonomous Testing changes the game with enterprise-grade AI-powered testing that helps teams create, execute, maintain, and analyze tests using natural language—without scripts, frameworks, or ongoing upkeep.

Ship production-ready APIs faster and confidently with SmartBear ReadyAPI | Demo Den

API testing gets harder as it grows: fragmented tools, brittle scripts, thousands of endpoints, and external dependencies that block progress. SmartBear ReadyAPI lets teams ship production-ready APIs faster by validating functionality, performance, and security in one test, with virtualization built in – no separate tools to juggle. In this Demo Den, Thomas Hurley, senior manager of product management at SmartBear, shows how one test does the work of three, so teams cut maintenance time and stop waiting on external dependencies.

Thousands of Migrations, Zero Data Loss: OCBC's Confluent Playbook | Life Is But A Stream

Migrating an entire bank's infrastructure without losing a single transaction sounds impossible. Yet, OCBC successfully modernized their event-driven architecture across Singapore, Malaysia, and Hong Kong with zero data loss. In this episode, George Goh (Executive Director at OCBC) joins Joseph Morais and Sami Amed (Staff Solutions Engineer at Confluent) to pull back the curtain on a massive data streaming migration, how the team executed a flawless migration of thousands of producers and consumers in a single weekend.

CI/CD Testing Guide: What to Test at Every Pipeline Stage

Shipping fast is great until the wrong thing ships fast. A CI/CD pipeline can move code from commit to production in minutes, but speed alone does not tell you whether a login still works, a checkout flow still completes, or a critical form still submits. That is the job of CI/CD testing. The best pipelines do more than pass builds. They catch small problems before they become customer-facing ones, using the right mix of unit, integration, API, browser, smoke, and post-deployment tests.