Systems | Development | Analytics | API | Testing

Latest News

Best Practices For Leading A High-Performing Developer Team In 2023

Every engineering leader wants to build a high-performance team that can set the standard for velocity, quality, and innovation. Yet, to do that, you need to focus on creating a culture of continuous improvement where everyone in the team is committed to learning and growing.

API vs UI Testing: Which One Should You Pick

In today’s fast-paced world of software development, it’s crucial to ensure that the products you build meet the needs and expectations of your users. This is where testing comes in, and there are various types of testing that you can perform to achieve this goal. The two important types of testing are API and UI testing.

Diving into Custom Exceptions in Ruby

Customizing exceptions is usually not a common concern during software development. But if you catch an error in an observability tool and can't correctly and quickly identify the problem, you may need more information and details about an exception. This article will show you how to customize exceptions in Ruby and mitigate potential future problems due to a lack of error information. Let's dive straight in!

Run JMeter tests in Java code

In this blog post, we will run JMeter tests from code. First we will look at how we can create an IntelliJ project in Java to build a JMeter performance test. Once you understand how JMeter tests in code can be written you can start to build tests in your development code base to compliment unit tests or functional tests written by developers during the creation of application and services.

4 Reasons Why You Should Upgrade to Hubble Enterprise

Your team needs the latest, cutting-edge upgrades for reporting so they can communicate and collaborate via a central platform. How can you ensure they are enabled to access the real-time data and build the reports they need? Keep reading to see some benefits that upgrading to Hubble Enterprise can provide. Hubble Enterprise allows existing Hubble customers to achieve their business goals with easy, immediate access to business-critical data.

How to optimize your cloud data costs: 4 steps to reduce cloud data platform costs

If you have managed a cloud data platform, you have undoubtedly gotten that call. You know the one, it's usually from finance or the office of the CFO, inquiring about your monthly spend. And it usually comes in one of two forms: While both are clear and present dangers to cloud data platform owners, they don’t have to be.

Model-based and record & playback automation techniques: The ultimate guide

Model-based test automation and record and playback — have you heard these buzz phrases before in the world of software testing? They’re two similar approaches to testing, yet they’re vastly different in their execution. But what exactly is the difference between these two techniques and why does it matter?