Systems | Development | Analytics | API | Testing

Latest Blogs

cdpcurl: Low-Level CDP API Access

Cloudera Data Platform (CDP) provides an API that enables you to access CDP functionality from a script, or to integrate CDP features with an application. In practice you can use the CDP API to script repetitive tasks, manage CDP resources, or even create custom applications. You can learn more about the API in its official documentation. There are multiple ways to access the API, including through a dedicated CLI, through a Java SDK, and through a low-level tool called cdpcurl.

Accelerating Code Quality with DORA Metrics

What do Google’s DevOps Research and Assessment (DORA) and Rollbar have to do with each other? DORA identified four key metrics to measure DevOps performance and identified four levels of DevOps performance from Low to Elite. One way for a team to become an Elite DevOps performer is by focusing on Continuous Code Improvement.

What is Java Memory Analysis

Java memory analysis is an important process in checking the performance of a Java application. It helps Java developers ensure the stability of the application by checking the memory consumption. There are several factors to look into when doing memory analysis. But to get to the bottom of this process, it is vital to learn first how memory works.

Key benefits of networked testing on real devices

Fast product iteration yields low time-to-market, rapid response to user needs, and faster validation of new features. However, it also leads to tight testing windows. Automating software testing may be an instinctual response to demands for speed, yet striking a balance between automated and manual testing allows for greater control over the end-user experience.

5 Ways to Improve Data Quality with Teradata

In 1979, Teradata began life as a collaboration between Caltech and Citibank. Today, this enterprise software group is all about redefining business intelligence tools and data management. The Teradata Database is now the Teradata Vantage Advanced SQL Engine, The name not only highlights the evolution of the company but also recognizes that tech consumers now expect more from their tools.

How to automate your web testing on real mobile and desktop browsers

In the good old days when we were using a basic phone, the web application used to run on only a desktop. Mobile phones were not so evolved to run a web application in the browser. But today, each of us uses a mobile phone for running web applications and websites. When we are talking about web testing, we mean web applications and website testing in web browsers. Here, we are dealing with the web-based programs accessed by multiple users at a time.

Historical Test Report Portal - How Developers Accelerate the Testing Process

Your testing team, from developers to testers, has put out a great amount of work to design test cases. Knowing that an error-free testing process simply does not exist, when it comes to the test execution, this one fails, while the rest passes. Or, is one of them is taking much longer to complete compared to previous runs? How do you determine if your tests have slowed down or increased their probability of failing? This requires context–historical logs from past sessions to be more specific.

Pub/Sub Examples: 5 Use Cases to Understand the Pattern and its Benefits

In this post, we take a look at 5 pub/sub examples that will help us understand how companies and organizations across all types of industries are leveraging this architectural design pattern to solve common engineering challenges and improve their architecture.