Systems | Development | Analytics | API | Testing

Playwright Regression Testing Test Plan: Best Practices & Tools

In the dynamic world of software development, ensuring that applications remain stable and functional as they evolve is crucial. This is where regression testing plays a vital role, especially when employing powerful test automation tools like Playwright. For software developers and QA professionals, creating a detailed test plan for regression testing using Playwright can significantly enhance the efficiency and reliability of testing processes.

Make your business apps smarter with ThoughtSpot Embedded

In today’s digital economy, businesses aren’t just competing on products and services—they’re competing on insights and decisions. The ability to deliver real-time, contextual analytics within applications and portals isn’t just a nice to have; it’s a critical advantage. Your users expect instant access to insights without switching between tools, hunting for reports, or waiting for analysts to provide answers. This is where embedded AI-powered analytics comes in.

Unleashing AI's Full Potential: Hitachi Vantara to Help Solve the Data Challenge Using NVIDIA AI

Every article I read highlights the need for rapid adoption of AI, with emphasis on agentic and generative AI redefining the boundaries of data architectures. As organizations expand automation, personalization and real-time decision-making, they face a fundamental challenge: data gravity – especially to meet the demands of AI reasoning inference workloads – is pulling AI workloads toward storage, but disaggregated architectures struggle to keep pace with the need for rapid data access.

5 Enterprise AI Trends You Need to Know

The era of AI experimentation is over. Organizations want to see ROI. And they will—as long as they understand that the competitive edge isn’t in AI itself. With AI evolving rapidly, businesses need a clear strategy that cuts through the noise and generates ROI. This key strategy is to embed AI into core business processes. This post will cover five enterprise AI trends for the new era of AI and why process is the key to ROI. The most talked-about trend today is agentic AI.

Ep 4 - From Legacy to Cutting-Edge: Henry Schein One's Data Streaming Vision

Despite its value, legacy data can feel like a roadblock in a fast-paced digital world—Henry Schein One is clearing the path forward with real-time data streaming. In this episode, Chris Kapp, Software Architect at Henry Schein One (HS1), shares how his team modernizes data management to stay competitive and unlock real-time insights. You’ll learn about: Get ready to future-proof your data strategy with this must-listen episode for technology leaders facing scalability, governance, or integration challenges.

The FinOps Advantage: Aligning Data Teams with Financial Goals in Databricks Environments

Aligning technical operations with financial objectives is crucial yet challenging. Join us for this session in our Weekly Walkthrough drop-in series, "Controlling Cloud Costs," where we'll explore how to unite data teams and finance for Databricks success. You will gain the knowledge and tools to create a FinOps framework that aligns your Databricks operations with your organization's financial goals. With Unravel's Data Actionability Platform, you can see deep insights into your cloud spending and make informed decisions that balance innovation with cost-efficiency.

Getting Started with Dialyzer in Elixir

Dialyzer (DIscrepancy AnaLYZer for ERlang programs) is a powerful static analysis tool that helps developers identify potential issues in their Elixir code without executing it. It excels at finding type mismatches, unreachable code, and unnecessary functions through sophisticated flow analysis. In part one of this two-part series, we'll first get to grips with the basics of Dialyzer. In part two, we'll examine more advanced use cases.