Systems | Development | Analytics | API | Testing

Confluent: The Real-Time Backbone for Agentic Systems

In the evolving landscape of agentic systems, Confluent and Google Cloud together emerge as critical enablers, providing the real-time infrastructure that underpins efficient, reliable, and intelligent data flow. This powerful synergy addresses key challenges in agent-to-agent (A2A) communication, interaction with external resources, and the overall stability and observability of complex multi-agent environments.

API Summit 2025 Recap: AI Connectivity and the Agentic Era

That’s a wrap on API Summit 2025! At our eighth annual event, the brightest minds in the worlds of APIs and AI gathered in New York City to define the next chapter of digital innovation. We're entering an era where APIs are not just connecting services but connecting intelligence. APIs are the neural pathways of this new AI world, where agents will reason, act, and collaborate through endpoints. At this year's API Summit, we saw how quickly this vision is becoming reality.

Master Data Management: What It Is & How MDM Tools Can Organize ERP Data for Enhanced Business Intelligence

Summarize with AI: ChatGPT Claude Google AI Mode Grok Perplexity In today’s data-driven world, business intelligence and analytics play a huge role in better understanding your customers, improving your operations, and making actionable business decisions. While there’s no doubt about the value of implementing a BI solution, many ERP users face the same challenges around the quality and credibility of their data.

The CI Infrastructure Behind Bitrise: Build Without Compromise

As a developer, when you think about CI/CD, you probably focus on build times, test results, and deployment pipelines. The infrastructure powering those builds? It's invisible (unless something goes wrong!). At Bitrise, we've spent 10 years refining infrastructure decisions that most developers never see. In this post, we are pulling back the curtain on the infrastructure choices we've made and why they matter for reliability, consistency, and performance.

Best Practices for Docker Logging Configuration

When managing Docker containers, effective logging is essential for troubleshooting, monitoring, and ensuring compliance. Mismanaged logs can lead to disk space issues, performance bottlenecks, and lost diagnostic data. Here's a quick breakdown of what you need to know: Choose the right logging driver: Options include json-file (default), syslog, journald, fluentd, and none. Each has unique benefits depending on storage, performance, and integration needs.

Bridging the Gap Between Reliable APIs and Unpredictable AI

APIs and AI are on a collision course. For decades, APIs have been the foundation of digital reliability: deterministic systems where you send a request, get a predictable response, and trust that what’s defined is what will happen. AI doesn’t play by those rules. Large language models and AI agents operate in probabilities. They don’t just follow contracts; they interpret them. They learn, infer, and sometimes hallucinate.

How to Test Your AI Apps and Features: A Comprehensive Guide for QA Leaders

Your CEO just announced the company’s AI-first strategy and the product team is shipping AI features faster than ever. Marketing is promising intelligent automation to customers, while the QA team is left wondering how to actually test this stuff. Every QA team is grappling with the same challenge as AI becomes the default solution for everything from customer service to content generation.

[Previous] Product Spotlight: AI is the new BI - Full Session

Welcome to a new era of analytics—where AI isn’t just a feature, it is BI. In this previous product spotlight, ThoughtSpot unveils six groundbreaking capabilities that let users move beyond dashboards to agentic analytics—asking questions and getting answers instantly. What you’ll see: If you’ve ever been frustrated with static dashboards, lagging insights, or endless analyst requests—you’ll want to watch this.

How to get the full potential of Xray with Xray Academy

Software teams today face increasing pressure to deliver high-quality applications at speed. Continuous testing, test automation, and traceability are no longer optional — they’re must-haves for scaling development. Tools like Xray provide the structure and visibility teams need, but their success ultimately depends on how effectively people use them. That’s where Xray Academy comes in.

MySQL Mocking with Speedscale's Proxymock: A Complete Guide

Testing database-driven applications is notoriously painful. If your app depends on MySQL, you’ve probably spent hours setting up local databases, running migrations, loading data, and then cleaning everything up just to rerun your tests. This repetitive cycle slows development, breaks pipelines, and introduces inconsistency between local and production environments.