Systems | Development | Analytics | API | Testing

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.

Building a Global Business Using Data | Part 1 | Snowflake Inc.

Michelin's goal of creating a global organization inspires Group CIO, Yves Caseau, automate IT operations and build predictive maintenance systems, so the company can monitor manufacturing processes & customer interactions on the fly. Rise of the Data Cloud is brought to you by Snowflake.

Predicting Ad Performance in Real-Time: PadSquad & Iguazio at the Data Science Salon

In this talk, Daniel Meehan, CEO & Founder of PadSquad explains how to build a predictive AI application which can analyze events and impressions from online ads in real-time. He discusses how to run and analyze thousands of real-time and batch events per second for ad performance optimization.

3 life-changing tips for Flutter apps on Bitrise | MATTHEW R. JONES

3 life-changing tips for Flutter apps on Bitrise, featuring Matthew R. Jones, Senior Customer Engineer at Bitrise. Bitrise is a Continous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android). ‎ Thank you for watching! Please feel free to comment your thoughts below.

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.