Systems | Development | Analytics | API | Testing

Cloudera's AI Studios: Making Advanced AI Accessible to All

The demand for AI-driven applications is surging, and enterprises have reached an inflection point where they can no longer afford fragmented, siloed development. Traditionally, AI development is done by data scientists or machine learning experts with deep expertise in multiple tools and frameworks.

Excel-Based Solutions for User-Friendly Oracle Reporting

Every day, finance teams using Oracle ERPs find themselves bogged down by the inefficiencies of manual processes—relying on spreadsheets, juggling data extracts, and waiting on IT for access to the information they need. Even with Excel as the go-to tool, managing large datasets and producing accurate reports becomes a time-consuming ordeal, pulling focus away from strategic analysis and decision-making. Enter Spreadsheet Server from insightsoftware.

Protect Your UI with WordPress Automated Testing

Many people don’t test their WordPress websites, and it’s a problem. While the core of WordPress is fairly well-tested by its creators, users, and the open-source community, the same cannot be said for every plugin and theme. There’s an infinite combination of versions, hosting environments, plugins, themes, and configurations. You can’t trust the community to catch every bug that could affect your website.

Unlocking AI: Auto-Documentation & Debugging for Distributed Systems

AI is everywhere. Depending on who you ask, it’s either making developers obsolete, or it’s just hype. But for those of us who’ve actually used AI tools in real-world engineering workflows, especially in complex distributed systems, the truth lies somewhere in between. At Multiplayer, we’ve spent the past few years exploring how AI can—and can’t—help solve two of the most persistent challenges in distributed systems: documentation and debugging.

NeoLoad 2025.2: Performance testing for IAM at scale

In many enterprise organizations, particularly across public sector and regulated industries, identity and access management (IAM) are not just a best practice; it’s a mandate. From federal agencies and financial institutions to healthcare and utilities, internal IT policies often require every application to integrate with a centralized identity provider (IdP) such as Microsoft Entra ID or Okta.

Guide To Automated Testing Tools In 2025

Manual testing gets old fast. You end up clicking through the same workflows over and over, and it’s easy to miss bugs when you’re going through dozens of test cases. Automated testing tools handle the repetitive stuff for you, running tests in the background while you work on actual development. This guide looks at some solid automated testing tools for 2025 that can help streamline your testing process.

How to Query Apache Kafka Topics With Natural Language

Modern companies generate large volumes of data, but often the internal users who need that data to do their jobs—data engineers, managers, business analysts, and developers—can find it challenging to quickly figure out answers to their questions. Apache Kafka is a powerhouse for real-time data processing of high-throughput workloads, and many organizations use Kafka to enable self-service access to data streams.

Right-sizing MS SQL Server Storage Balancing Cost and Performance

As your business grows, so does your data. And if you’re running Microsoft SQL Server, you’ve likely faced the challenge of managing storage in a way that doesn’t break the bank but keeps your applications running smoothly. It’s a balancing act that many IT professionals and business leaders struggle with daily. We hear from numerous mid-sized companies that hit a wall with their Microsoft SQL Server database.

Regression Testing: achieving seamless test automation and coverage

Regression testing is a software testing practice that ensures recent code changes do not negatively impact the existing functionality of an application. It involves re-running previously executed test cases to verify that new updates - such as bug fixes, enhancements, or feature additions - do not introduce defects into previously working software components. The primary goal of regression testing is to maintain software stability while allowing continuous improvements.