Systems | Development | Analytics | API | Testing

Parser Combinators in Elixir: Taming Semi-Structured Text

The need to manipulate strings comes up quite often, whether it's to validate user-provided values or transform text into structured data that can be used programmatically. Most often, we'll reach for regular expressions to accomplish this task, but sometimes there's a better solution to the problem: parser combinators. In this two-part article, we'll explore how they work. Before moving on, let's define what 'parsing' is: Source: Wikipedia.

Cloudera Uses CDP to Reduce IT Cloud Spend by $12 Million

Like all of our customers, Cloudera depends on the Cloudera Data Platform (CDP) to manage our day-to-day analytics and operational insights. Many aspects of our business live within this modern data architecture, providing all Clouderans the ability to ask, and answer, important questions for the business. Clouderans continuously push for improvements in the system, with the goal of driving up confidence in the data.

4 Challenges in Test Automation (and How to Solve Them)

Let’s take a look at some of the most common challenges that arise when QA teams begin implementing an automated testing strategy, along with tips for addressing them. If you’re like most app development and QA teams, you’ll discover that adopting automated testing requires clearing some hurdles.

API Integration: Top 5 "Must Haves" in the Future of APIs

As time goes by, technology leaders are having a hard time improving IT architectures by using API integrations. Also, data management has become more complex because of the acceleration of digital transformation in companies that want to remain competitive in the market. Do companies know that the urgency of digitalization is here? Are companies aware of the importance of workflow automation and what is the role of APIs in connecting services, applications, and clouds?

The 2022 Guide to API Adoption

You must constantly innovate and expand your offerings to stay ahead of the curve. One way to do this is by adopting APIs. API adoption can help you improve customer experience, increase efficiency, and drive innovation. This guide will discuss APIs, including how they work, what benefits API adoption offers, and how to get started.

Performance Testing in Production

In this Blog Post we are going to discuss performance testing in production. Now before you think we have gone mad and lost our minds completely this is not as crazy as it sounds. Production is an environment that: All the things you spend a significant amount of time getting right in your performance testing environment and that can be difficult to achieve. Therefore, it seems like the perfect environment to performance test in.