Systems | Development | Analytics | API | Testing

%term

Rainforest Automation - Testing a Google Drive upload

Testing Google Drive file upload using Rainforest Automation, which is a no code testing platform for automated and manual QA testing. This is an interesting example because it requires access to and interaction with the filesystem, as well as several complex interactions including drag and drop. This kind of automated test is impossible with traditional test automation.

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.

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.