Systems | Development | Analytics | API | Testing

Agencies Win With Data Streaming: Evolving Data Integration to Enable AI

With data streaming, public sector organizations can better leverage real-time data and modernize applications. Ultimately, that means improving the reliability of services that agencies and citizens depend on, enhancing operational efficiency (therefore cutting costs), and delivering critical insights the moment they’re needed.

What are Agentic Workflows?

Organizations are moving beyond simple automation towards a future where systems are intelligent enough to tackle complex tasks with minimal human intervention. Agentic workflows are the driving force behind this shift. According to Gartner, a staggering 33% of enterprise software applications are projected to integrate agentic AI by 2028, enabling them to autonomously make decisions for as much as 15% of routine work.

The Rise of Agentic Automation: What It Means for Enterprises

By 2025, one in four enterprises using Gen AI will have AI agents in place, and that number will double by 2027. As organizations race to integrate these intelligent technologies, the spotlight is on agentic automation, a transformative approach reshaping how businesses operate. Right now, enterprises are at a key turning point.

The Evolving Role of Test Automation in Accelerating Software Delivery

Software quality today is not the responsibility of just one team-it’s a shared mission across development, QA, product, and operations. As systems grow more complex and software delivery cycles shrink, test automation has moved from being a luxury to an operational necessity. But adopting automation tools isn’t enough.

How to Fix the Unsupported Operation Exception in Java

Java throws an UnsupportedOperationException when you attempt to modify an object that was designed to be viewed but not changed. Think of UnsupportedOperationException as trying to open a door with the wrong key. The door exists and looks like any other door, but your particular key (or operation) simply isn't compatible with its lock.

A QA's Complete Guide to LLM Evals: What You Need to Know

Let’s get straight to the point—this post is vital and couldn’t have come at a better time. As QA professionals, we’ve always been the gatekeepers of software quality. But with the rise of AI and LLMs, our role is evolving. Writing evaluations—assessments of AI systems—is quickly becoming a core skill for anyone working with AI products, and soon, this will include nearly everyone in tech.

Data compliance in 2025 - what you need to know

Data leaders face a high-stakes challenge as stricter global and state-level privacy laws, like the American Privacy Rights Act (APRA), ramp up financial penalties — potentially up to 4% of a company’s global revenue — for compliance failures. Organizations must prepare for increased accountability and standardization in data privacy, sovereignty, and ethical AI governance, all of which demand stronger data safeguards and transparent practices.

APIs Over IPAs 18: Platform Engineering and Reducing Operational Overhead with Nuwan Dias, WSO2

In this episode, Nuwan Dias, Vice President and Deputy CTO at WSO2, joins to explore what effective API lifecycle management really looks like. Drawing on his deep experience building API platforms, Nuwan outlines the key pillars of successful API programs—from strategy and governance to security, testing, and deployment. He shares how organizations can operationalize API-first thinking at scale, and the role of dedicated API teams in enabling this shift.

Smoke Testing vs Sanity Testing: What's the Difference?

Say you’re a new developer, and you were just hired to test an e-Commerce website before it goes live. You want to make sure that the login function is working. Is it time for a smoke test or a sanity test? Well, it depends. If a login bug was recently fixed, then you’ll want to run a sanity test to check whether users can successfully log in with valid credentials or if the bug broke the login’s functionality.