Systems | Development | Analytics | API | Testing

Latest News

The Developer's Guide to Contextual Analytics

As a specialized and mature form of embedded analytics, contextual analytics is a game-changer if you're a software vendor looking to further augment your customers’ user experience, without requiring developers to completely reengineer your offering. Contextual analytics blends the data your users need for decision-making right at the point of their daily work, directly inside the interface and transaction flow of your software.

Performance Regression Testing

Regression Testing, as all Quality Assurance professionals know, is ensuring that previously developed and tested software continues to operate after a change. Performance Regression being a subset of regression testing as a discipline is therefore ensuring that previously developed and tested continues to meet its performance criteria after a change.

3 Keys to Resilience You Should Know

Even before COVID-19 became the biggest challenge to operational resilience in a generation, organizations were struggling with a gap between digital transformation and internal processes that felt decidedly “pre-digital.” Automation presents a solution, connecting new tools to old, legacy systems through three key shifts in technology.

Improve Your Business Intelligence With a Modern Data Stack

F5 Networks modernized its data stack, boosted time to insight, and placed actionable data in the hands of the right decision-makers. F5 Networks is a Seattle-based application services and application delivery networking company. Because its revenue depends on speed and accuracy, the company is always looking for ways to improve business insights and support data-driven decision-making.

The Top 8 Data Analysis Mistakes To Avoid

Data analysis is incredibly useful for all kinds of businesses and also has academic and hobbyist applications. Nonetheless, it’s still possible to fall into numerous traps when trying to accurately interpret your data. That’s why we’re giving you a list of the top 8 common data analysis mistakes to avoid at all costs. Our first expert Jitin Narang, CMO at TechAHead contributed the following five top data mistakes to avoid:

Fifteen years of making data useful

Happy anniversary to us! Fifteen years ago, Talend’s founders anticipated the business need to have data accessible to all users across an organization. I’ve been with Talend since the beginning, and I wanted to celebrate this milestone by sharing our product innovation and evolution through the years. Talend was created with the idea that we could offer something new to the market: open source ETL.

Performance testing gRPC services

v0.29.0 contained a lot of interesting features. Have a look at the release notes for details! gRPC is a light-weight open-source RPC framework. It was originally developed by Google, with 1.0 being released in August 2016. Since then, it's gained a lot of attention as well as a wide adoption. In comparison to JSON, which is transmitted as human-readable text, gRPC is binary, making it both faster to transmit and more compact.

How to Use the Javascript Debugger

As developers, we’ve traditionally rooted out errors in our programs (we’ll call them bugs from now on if that’s ok) by using meaningful log statements. JavaScript has the famous console.log() method for that. But while log statements are good, they are less efficient than a tool that enables you to carry out step-by-step debugging. So in this article, we will learn how to use Google Chrome developer tools (also known as DevTools) to debug any JavaScript application effortlessly.