Systems | Development | Analytics | API | Testing

%term

Answer Data Questions FAST (and Make Better Decisions)

The Databox Growth plan is designed for teams who need quick answers and for analysts who don’t want to be the bottleneck. We took powerful analytics tools you normally find in expensive BI tools, made them easy to use, and packed them into one plan. Then we added AI to help you get those answers even faster!

7 Must-Know Techniques for Effective REST API Testing | Júlio de Lima | #Testflix2024

In this session, we’re diving into seven powerful approaches to take your REST API testing to a whole new level. It’s not just about covering the basics – it’s about digging deeper to uncover hidden issues and truly understand how your APIs perform in various scenarios. You'll walk away with techniques that don’t just make your tests more effective but also give you insights that are critical for building resilient, reliable systems.

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.

The Importance of Digital Product Data Privacy for User Trust and Security

We previously discussed what can possibly go wrong without data privacy in your business. To tackle this from the other side, here is a quick summary of the importance of data privacy if you are running a digital product, and the reasons why Countly is a first choice for privacy-compliant product analytics tools.

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.

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.

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.

Empowering Enterprise GenAI Development with New Choreo Features

Choreo is a powerful internal developer platform (IDP) as a service built for enterprises, offering a comprehensive suite of tools for CI/CD, API management, DevOps, observability, and business insights. It provides an all-in-one solution for building, deploying, governing, and monitoring enterprise applications—eliminating the need for developers to build complex CI/CD workflows or set up custom platforms.

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.