Systems | Development | Analytics | API | Testing

Latest Posts

Observe Your Phoenix App with Structured Logging

In this post, we'll configure a Phoenix LiveView application to use a structured logger. We'll then use AppSignal to correlate log events with other telemetry signals, like exception reports and traces. Along the way, you'll learn about the benefits of structured logging, and you'll see how to configure a distinct framework and application logger in your Phoenix app. Let's get started!

Google's Best-Kept Secret: How Page Speed Insights Can Skyrocket Your Rankings!

Hey there, savvy business owner, product manager, or software tester! Ever wondered why your perfectly designed website isn’t ranking as high on Google as you think it should? Well, it might be because of something called page speed. In fact, it plays such a pivotal role in Google’s ranking algorithms that PageSpeed Insights could be your solution. So, buckle up because we’re about to take a thrilling ride into the world of how to use PageSpeed Insights for higher Google ranking.

API Analytics and Monetization with Choreo and Moesif

We're excited to announce the partnership between Choreo and Moesif, bringing you an integration for improved API analytics and monetization. Choreo is our application development suite designed to accelerate the creation of digital experiences. It simplifies the process of building, deploying, and monitoring cloud-native applications, boosting productivity and fostering innovation in organizations.

AI Testing: Unlocking The Future of Software Testing

In the span of only a few months, AI has reshaped the landscape of almost every industry around the world in both positive and negative ways. Indeed, there is still a lot of room for improvement for this groundbreaking technology, but if businesses don’t embrace it, they’re sure to be left behind. In the QA industry, “AI testing” will become the norm in the next few years, bringing incredible advancements in the way we think and do software testing.

Why data integrity is essential for sports, media, and entertainment apps delivering realtime updates

Hardly anyone is stricter about data integrity than people who closely follow the news – even if they don’t use the term. If a user is monitoring a live feed of updates about a legal case or a bill in progress, they will switch feeds without hesitation if updates are repeated or out of order.

One Big Cluster Stuck: Environment Health Scorecard

Throughout the One Big Cluster Stuck series we’ve explored impactful best practices to gain control of your Cloudera Data platform (CDP) environment and significantly improve its health and performance. We’ve shared code, dashboards, and tools to help you on your health improvement journey. We’d like to provide one last tool.

Yellowfin 9.9 Release Highlights

With updates to our installer user interface (UI), advanced functions, filters and more, Yellowfin 9.9 is a must-have update to streamline and improve your analytics experience. The latest release brings a fresh look for the Yellowfin installer to make it easier to install and upgrade Yellowfin, along with additional enhancements added for existing parts of the suite, including new Custom Advanced Functions, predefined filters and Bookmarks.

Building APIs with Node.js and gRPC

Building applications with gRPC is becoming an increasingly popular choice because of its performance and scalability. gRPC provides many benefits over traditional REST-based services, such as faster response times, better performance, and simpler code structure. In this comprehensive guide, we will walk you through the process of building a gRPC server using Node.js.