Systems | Development | Analytics | API | Testing

Technology

The Hole Story and Bias in AI

AI and its enabled tools continue to enthrall business with its promise of efficiency and innovation. But, one of the things AI is also clearly enabling is the bias. We’ve all read the news and heard the scaremongering stories around potential flaws and biases in Artificial Intelligence systems. I believe for this technology to reach its full potential, addressing bias will need to be a top priority.

How to bulk load Snowflake tables using Talend Cloud Platform

Talend Cloud is an Integration platform as a service (iPaaS) offering by Talend. It is a fully managed cloud option which has the capabilities of data integration, data stewardship, data preparation, API designer and Tester and Pipeline designer. These tools can be used for lightweight ETL and detecting the schema on the fly. One of the unique features of Talend Cloud is it provides both on premise and cloud execution environments.

Microsoft Azure & Talend : 3 Real-World Architectures

We know that data is a key driver of success in today data-driven world. In fact, according to Forrester, data and insight-driven businesses are growing at an average of more than 30% annually. However, becoming a data driven organization is not easy. Companies often struggle with speed in accessing and analyzing their data, as well with ensuring delivery of trustworthy data that is free of critical errors.

Understanding what Machine Learning is and what it can do

As machine learning continues to address common use cases it is crucial to consider what it takes to operationalize your data into a practical, maintainable solution. This is particularly important in order to predict customer behavior more accurately, make more relevant product recommendations, personalize a treatment, or improve the accuracy of research.

Katalon and Sauce Labs: A Better Cloud-based Automation Solution

We are excited to announce a partnership establishment with Sauce Labs – a cloud-hosted, web, and mobile application automated testing platform company. This collaboration aims at delivering better automated cloud execution, allowing software development businesses to release high-quality products faster. “One of the challenges that software development teams often face is not having a user-friendly test automation tool, or insufficiency in testing environments.

Updates from Bugfender Q2, 2019

Welcome to the Bugfender summer newsletter. Over the past few months you may noticed a few improvements to Bugfender’s web app, if not, we’ve summarised them here and you should go and check them out. The machine learning algorithm, which solves problems without requiring detailed instructions, is one of the most exciting technologies on the planet.

Reactive X: RxJava Data Flows: Observable, Flowable, Single, Maybe and Completable

Reactive programming is a programming technique for asynchronous applications that lets you structure your code based on “reaction” to data input changes instead of an imperative programming style where you have to poll or block and wait for changes to happen. If you’re not 100% familiar with ReactiveX (RxJava being the implementation for the JVM), perhaps you know Java Stream, which is a similar concept introduced in Java 8.