Systems | Development | Analytics | API | Testing

%term

Integrating Microservices with Confluent Cloud Using Micronaut Framework

Designing microservices using an event-driven approach has several benefits, including improved scalability, easier maintenance, clear separation of concerns, system resilience, and cost savings. With Apache Kafka as an event plane, services now have a durable, scalable, and reliable source of event data. From Kafka topics, a microservice can easily rebuild and restore the state of the data used to serve end users.

Navigating the Future of AI at Yellowfin: Innovation with Care

In this blog, Yellowfin GM Chance Coble discusses the integration of artificial intelligence into our embedded analytics suite, including how we balance innovative features with a responsible approach to the rapidly-evolving fields of AI technologies. At Yellowfin, our philosophy toward artificial intelligence (AI) in business intelligence (BI) solutions is grounded in a deep commitment to innovation and responsibility.

Beyond Selenium: Choosing the Right Library for Your Testing

Is Selenium still the best choice for your test automation needs? In this episode of Test Case Scenario, Jason Baum sits down with Diego Molina, Staff Software Engineer for Open Source & Community at Sauce Labs, to unpack the complexities of selecting the right testing framework. They discuss the evolution of Selenium, the rise of modern tools like Playwright and Cypress, and the nuances of browser automation standards like WebDriver and CDP.

EP 4: Bridging the Gap: Data Professionals, AI, and Real Business Outcomes

Data professionals are at the forefront of today’s digital economy, driving organizational transformation through AI. Yet, despite the vast opportunities AI presents, many data professionals encounter challenges that hinder their ability to lead effectively in this space.

S1.E29: How to complement Automation with Exploratory Testing with Bas Dijkstra

In this episode, we sit down with Bas Dijkstra to explore the harmony between Test Automation and Exploratory Testing. Learn how these two approaches can work together to improve software quality as Bas talks about when to automate, when to explore, and how to use both to your advantage. Tune in to discover how to maximize the strengths of automation while unleashing the creative power of exploratory testing!

What is PHP FPM? An In-Depth Guide

PHP is one of the most widely used server-side scripting languages, driving a significant portion of the web. As websites grow in complexity and traffic, optimizing PHP for performance and scalability becomes essential. PHP FPM (FastCGI Process Manager), is a tool designed to enhance PHP's efficiency. In this blog, we will explore what PHP FPM is, how it works, and why it is essential for modern web applications.

Should I Use an API Wrapper for SQL Server?

SQL Server is a cornerstone RDBMS for enterprise applications, handling transactional workloads, analytics, and complex querying. As modern architectures increasingly rely on APIs for data access—particularly in microservices, cloud-native systems, and third-party integrations—efficient exposure of SQL Server data has become essential. API wrappers simplify this process by automating the creation of RESTful endpoints for SQL Server, reducing the need for custom API development.