Systems | Development | Analytics | API | Testing

Construction feat. TF2 Object Detection API

Although the title might sound like a collaboration of two music bands with really bad names, this blog is all about understanding how computer vision and machine learning can be used to improve safety and security in a harsh and dangerous environment of a construction site. The construction industry is one of the most dangerous industries according to the common stats from OSHA.

Biba Helou of Capital One Asks 'What's In Your Data Cloud?' | Rise of The Data Cloud | Snowflake

On this episode of the Rise of the Data Cloud podcast, host Steve Hamm sits with Biba Helou, Senior Vice President of Enterprise Data at Capital One, and they talk about the agility the cloud provides, how data can help personalize customer's experiences, and much more. Connect with Biba Helou Inside the Data Cloud, organizations unite their siloed data, discover, and securely share data, and execute diverse analytic workloads across multiple clouds.

Integrating tests to your development pipeline. Quickstart guide to Loadero API.

Sometimes using a graphical user interface isn’t enough to fulfill your daily tasks, especially when you start automating your testing routines. Imagine a scenario, when you perform a regression test on a piece of functionality every time you push a new release or merge your code to a particular branch. It would be a nightmare to manually run those tests every time, especially if your team is rather large and you’re practicing continuous delivery.

Create and Run Jobs with a Cypress Test in Github Actions

In this video, you will learn to set up two simple jobs with GitHub Actions and Saucectl to create a pipeline that builds and tests an example web app, as well as runs a test on Sauce Labs' virtual machines using Testrunner Toolkit and Sauce Control. Starting from a project set up in a previous tutorial, learn to add jobs to a github workflow .yml file. Use Actions to start a Sauce Connect Proxy Tunnel, install saucectl, and use it to run an automated test using Cypress.