Systems | Development | Analytics | API | Testing

%term

Error Monitoring Across the SDLC with Mac Clark

Can your software handle the pressure when bugs slip through the cracks? In this episode of Test Case Scenario, Jason Baum and Evelyn Coleman chat with Mac Clark, Senior Solutions Engineer at Sauce Labs, about the dynamic world of shift-left and shift-right testing. Mac shares how gaming and software industries leverage AI-driven testing, real-time error monitoring, and feature flags to catch issues before they snowball into costly problems in production.

Cloudera AI Inference Service Enables Easy Integration and Deployment of GenAI Into Your Production Environments

Welcome to the first installment of a series of posts discussing the recently announced Cloudera AI Inference service. Today, Artificial Intelligence (AI) and Machine Learning (ML) are more crucial than ever for organizations to turn data into a competitive advantage. To unlock the full potential of AI, however, businesses need to deploy models and AI applications at scale, in real-time, and with low latency and high throughput. This is where the Cloudera AI Inference service comes in.

Fueling the Future of GenAI with NiFi: Cloudera DataFlow 2.9 Delivers Enhanced Efficiency and Adaptability

For more than a decade, Cloudera has been an ardent supporter and committee member of Apache NiFi, long recognizing its power and versatility for data ingestion, transformation, and delivery. Our customers rely on NiFi as well as the associated sub-projects (Apache MiNiFi and Registry) to connect to structured, unstructured, and multi-modal data from a variety of data sources – from edge devices to SaaS tools to server logs and change data capture streams.

Cloudera announces 'Interoperability Ecosystem' with founding members AWS and Snowflake

Today enterprises can leverage the combination of Cloudera and Snowflake—two best-of-breed tools for ingestion, processing and consumption of data—for a single source of truth across all data, analytics, and AI workloads. But now AWS customers will gain more flexibility, data utility, and complexity, supporting the modern data architecture.

Why Short-Lived Connections Are Killing Your Performance! | Kafka Developer Mistakes

Constantly starting and stopping Apache Kafka producers and consumers? That’s a recipe for high resource usage and inefficiency. Short-lived connections are heavy on resources, and can slow down your whole cluster. Keep them running to boost performance, cut latency, and get the most out of your Kafka setup.

Coverage Requirements Discovery with WSO2 Accelerator for Healthcare

In this video, we showcase how the Coverage Requirements Discovery (CRD) workflow integrates seamlessly into clinical actions, such as ordering a CT scan within Electronic Health Record (EHR) systems, using the WSO2 Healthcare solution. The demo setup demonstrated consists of two main components: Backend/CDS Server: Developed using the Ballerina language, this component implements the Clinical Decision Support (CDS) server API. Source Code Web Application: This is a demo application, Built with React, to showcase EHR functionality with necessary CDS workflows. Source Code.

Ep 07: Unlocking ROI with Generative AI in Banking

How are banks leveraging generative AI to deliver real ROI? Join us as we sit down with Nuwan Bandara from AWS to explore how progressive banks are transforming workflows, optimizing processes, and elevating customer experiences with generative AI. From quick wins in intelligent document processing to long-term use cases like personalized banking and fraud prevention, discover the key areas where AI is making its biggest mark. Watch now to learn what works, what doesn't, and how your organization can capitalize on the Gen AI revolution.

AI-Driven Phishing Detection in Choreo

One of the major challenges in detecting phishing is the limitations at the Internet Service Provider (ISP) level. Traditional tools often lack the visibility and ability to recognize phishing sites in real time, as they mostly rely on network-level information. Phishing schemes frequently use complex, changing tactics, like rotating domains or imitating legitimate sites, which can go unnoticed without a detailed analysis of the site’s content.

What Is Platform Engineering?

Platform engineering is a software development approach that combines DevOps principles to elevate the developer experience. It focuses on designing and constructing toolchains and workflows that promote self-service capabilities for software engineering teams. By addressing security, compliance, and operational efficiency, platform engineering enables organizations to build robust internal systems tailored to the needs of both developers and operations teams.

Kotlin Flow Tutorial: Build Reactive and Scalable Applications

Efficient handling of asynchronous data streams is an important tool of modern application development. Kotlin Flows, part of the Kotlin Coroutines library, provide a flexible and elegant solution for working with such data streams. Kotlin Flows are part of Kotlin Coroutines – unlike traditional callbacks or RxJava handling, which can be clunkier and may not directly integrate with your existing code structure easily.