Systems | Development | Analytics | API | Testing

Connecting Kong and Solace: Building Smarter Event-Driven APIs

Bringing APIs and events together has always been a challenge. REST APIs give developers a familiar interface, while event brokers like Solace Broker excel at fan-out, filtering, and scalable, reliable event delivery. The tricky part? Bridging these two worlds without building a lot of custom glue. That’s exactly what the new Kong plugin for Solace upstream mediation does.

Introducing AI-Powered Automation with Xray's AI Test Script Generation

Test automation is essential for modern software delivery. It supports faster feedback loops, strengthens release confidence, and enables continuous integration at scale. Yet despite its importance, many teams struggle to expand automation at the pace they need. The biggest obstacle is not validating functionality. It is converting structured manual tests into actionable automation scripts. Manual tests already represent validated logic.

The missing transport layer in user-facing AI applications

Most AI applications start the same way: wire up an LLM, stream tokens to the browser, ship. That works for simple request-response. It breaks when sessions outlast a connection, when users switch devices, or when an agent needs to hand off to a human. The cracks appear in the delivery layer, not the model. Every serious production team discovers this independently and builds their own workaround. Those workarounds don't hold once users start hitting them in production.

Application Migration Simplified: How to Optimize Data for the Cloud

Organizations over the years have seen the writing on the wall: The future is cloud. Now, these companies and their DevOps teams areevolving, innovating, and pursuing new technologies, to gain a competitive edge and create new efficiencies. One of the ways they’re doing this is through application migration to cloud. In this blog, I’ll detail the nuances of application migration and how to best manage data during it, including various challenges and their solutions.

Government and Defense: Air-Gapped LLM Data Access | DreamFactory

Government and defense agencies require extreme security measures to protect sensitive data like classified intelligence and military operations. Air-gapped systems, which are physically isolated from external networks, provide a robust solution by ensuring no remote access is possible. These systems are critical for deploying large language models (LLMs) safely in secure environments, enabling advanced AI capabilities like intelligence analysis and mission planning without risking data breaches.

ClearML Introduces Floating NVIDIA AI Enterprise License Management with One-click NVIDIA NIM Deployments

ClearML has announced native floating license management for NVIDIA AI Enterprise licenses with one-click deployment of NVIDIA NIM microservices across AI infrastructure. The feature, available now to ClearML enterprise customers, fundamentally changes how organizations consume NVIDIA AI Enterprise software licenses, moving from a static per-GPU assignment model to a dynamic pool that follows active workloads.

LLM Testing Checklist: 50 Validations Before Production

A financial services startup launched its AI assistant without doing a proper LLM testing checklist. Within 72 hours, it gave three customers dangerous advice, telling them to withdraw their retirement savings and invest in penny stocks. The problem? The advice was completely made up. There was no validation, no factual grounding, just confident and detailed responses that were entirely wrong. The company then spent the next six months addressing regulatory issues and rebuilding customer trust.

JavaScript debugger Statement: How to Use It and When

The JavaScript debugger statement is a built-in keyword that tells the JavaScript engine to pause execution at a specific line of code. When execution stops, you can inspect variables, function scope, and the call stack using developer tools. It is commonly used during development to analyze how values change and where logic breaks, without relying on repeated logging or assumptions. No more guesswork. No more partial truths.