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.

Highlights from Confluent AI Day 2024

We hosted our first-ever Confluent AI Day on October 23 in San Francisco and virtually. It was sponsored by Confluent, AWS, and MongoDB, with a vibrant gathering of talent and innovation. With 200 attendees, the full-day event brought together AI developers, technology leaders, and startup innovators to explore how data streaming powers generative AI (GenAI) applications.

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.

How We Built It: Managing Konnect Entities from K8s Clusters with KGO

We recently released Kong Gateway Operator 1.4 with support for managing Konnect entities from within the Kubernetes clusters. This means users can now manage their Konnect configurations declaratively, through Kubernetes resources powered by Kong’s Custom Resource Definitions. For example, here’s how you can use a KongConsumer resource in Kubernetes to configure a Consumer in Konnect.

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.

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.

IoT app development: Use cases, Strategy & Cost

Have you come across the term IoT app development? Of course, you have! Given the widespread popularity of IoT devices and applications, it’s no surprise. However, while many of us understand the basics of IoT, its potential extends far beyond what meets the eye. There’s so much more to explore when it comes to IoT application development and its devices.

Unit Testing Vs Integration Testing: A Comprehensive Guide

When we develop a software, ensuring its reliability, functionality, and maintainability is our highest priority. And for that, Software testing is a vital pa rt of the software development lifecycle, and unit testing and integration testing are two crucial testing methodologies used to validate code quality. While both play essential roles, they focus on different aspects of the application and serve distinct purposes.

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.

How to build a React rich text editor with CKEditor 5

Creating a dynamic, user-friendly interface for your React application can be a challenging task. One of the most important aspects of many modern web applications is the ability for users to easily create and edit text content. That's where a WYSIWYG (What You See Is What You Get) editor comes in. A WYSIWYG text editor provides a rich text-editing experience for users, allowing them to easily format text, add images and links with embedded media, and more.