Systems | Development | Analytics | API | Testing

%term

From Data to Delight: Unleashing AI to Transform Contact Center Performance and CX

As customer expectations evolve, contact centers face an immense challenge: turning massive volumes of interaction data into meaningful insights. Traditional performance management systems often fall short of fully capturing the nuances of customer conversations and employee performance, limiting their ability to provide actionable insights. But what if every interaction could be harnessed to improve customer satisfaction, reduce operational redundancies, and prevent customer churn?

Apple Intelligence is here. What does it mean for developers, consumers, and innovation?

It’s often said that being first to market with a new product or idea is the key to success, and in many cases it is. But Apple has never chased the so-called first-mover advantage. Apple wasn't the first to release an MP3 player or even the first on the market with a smartphone, yet it has consistently redefined what's possible with technology.

Introducing qTest Copilot: Your AI-powered test generation assistant

We are excited to announce the launch of Tricentis qTest Copilot, a generative AI assistant that helps save significant time in the creation of manual test cases. qTest Copilot is seamlessly embedded into the Tricentis qTest user interface as an expansion of our unified test management platform.

Using Composer Patches to fix Performance in Third-Party PHP Libraries such as Symfony ErrorHandler

Every so often, a careful profiling analysis of your application detects the bottleneck in third-party code and there is little remedy for you to override or change that code. In this blog post I want to present a solution to fixing performance problems in third-party libraries by using the composer patches plugin. I use the the Symfony ErrorHandler as an example.

Scaling Kafka with WebSockets

Kafka is a highly popular realtime data streaming platform, renowned for handling massive volumes of data with minimal latency. Typical use cases include handling user activity tracking, log aggregation and IoT telemetry. Kafka’s architecture, based on distributed partitions, allows it to scale horizontally across multiple brokers. But although Kafka excels at high data throughput, scaling it to manage thousands of client connections can be costly and complex.

Monitoring Cost and Consumption of AI APIs and Apps

The rise of AI has transformed how businesses operate, creating a surge in demand for AI-driven APIs, particularly those that leverage Large Language Models (LLMs). These APIs are at the heart of many modern applications, driving automation, customer interaction, and sophisticated data analysis. However, with this increased use comes a need for organizations to effectively monitor and manage the costs and consumption of these APIs.

Unlock Deep API Insights with Moesif's HTTP Body Analytics

Understanding how your APIs handle and process data drives better decision-making. Different kinds of data flow through APIs and the services that consume them. But the actual information lives inside the HTTP request and response bodies. If you can effectively leverage that data with the contextual API metrics like status codes and routes, you can better understand how your customers consume your services.

Kong Gateway Operator 1.4: Konnect Edition

It’s here! The Kong Gateway Operator release we teased at API Summit is now available for you all to use. KGO 1.4 allows you to configure Kong Konnect using CRDs, attach your DataPlane resources to Konnect with minimal configuration, and even manage the deployment of custom plugins using Kubernetes CRDs. Keep reading to find out more.

Android Push Notifications Step by Step Guide

Push notifications play an important role in user engagement and retention in your mobile app, keeping users up to date and creating a sense of urgency that leads to purchases. And in Android, we get the added benefit of Firebase Cloud Messaging (FCM) notification service, which acts as a middleman between the app server and the user’s Android device. It helps the delivery of push notifications, even if the app is not active or the user is using a different app on their device.