Systems | Development | Analytics | API | Testing

%term

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.

App Design: The Key to Unlocking Your Creative Potential

Are you ready to step into the digital world where the possibilities are boundless and the pace is exhilarating? The world is indeed embracing the digital revolution with open arms, and the gateway to this extraordinary universe lies in the palms of our hands. Yes, you guessed it right! Smartphones and mobile devices have become an integral part of our lives. As a result, this has led to the significant popularity of app development among businesses.

3 Transformational Use Cases for Relational Access to Log Data

Modern organizations generate and collect vast amounts of log data each day from an ever-increasing number of sources that includes IT infrastructure, networking devices, applications, cloud services, security tools, and more. This data is essential for powering use cases from security operations and threat hunting to application performance monitoring, but tapping into the full potential of log data can be challenging for organizations without the right tools and capabilities.

Software Testing Benefits: From Manual to Automation Testing

Software testing stands as a cornerstone of successful software development, delivering crucial benefits that extend far beyond simple bug detection. In today's rapidly evolving digital landscape, understanding the comprehensive benefits of software testing has become essential for organizations aiming to deliver high-quality products while maintaining competitive advantage.