Instructional Video11:35
Science Buddies

How to Use a Potentiometer with Arduino analogRead

K - 5th
Learn how to use a potentiometer with one of the Arduino's analog input pins and the analogRead function. Visit the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video5:07
Science Buddies

PING Ultrasonic Distance Sensor and Arduino

K - 5th
Learn how to the PING))) ultrasonic distance sensor from Parallax, also called a sonar sensor, with an Arduino to measure the distance to a target object. Visit the Science Buddies website for cool science projects you can do with an...
Instructional Video5:22
Science Buddies

HC-SR04 Ultrasonic Distance Sensor and Arduino

K - 5th
Learn how to use the HC-SR04 ultrasonic distance sensor, also called a sonar sensor, to measure the distance to a nearby object using an Arduino. Visit the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video13:42
Science Buddies

Model Artificial Pancreas Science Project

K - 5th
This video is a walk-through of the "Dealing with Diabetes: The Road to Developing an Artificial Pancreas" project at Science Buddies:...
Instructional Video8:11
Science Buddies

Control a Positional Servo Motor with an Arduino

K - 5th
Learn how to use the Arduino servo library to control a positional servo motor in this video. Visit the the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video4:31
Science Buddies

Continuous Rotation Servo Motors and Arduino

K - 5th
Learn how to use the Arduino servo library to control a continuous rotation servo motor in this video. See the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video4:40
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Code Generation Test

Higher Ed
[Hands-On] gRPC Project Overview & Setup: Code Generation Test This clip is from the chapter "[Hands-On] gRPC Project Overview & Setup" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you...
Instructional Video13:49
Curated Video

DevOps and CICD Easily Explained

Higher Ed
DevOps is an agile development practice and mindset that uses agile principles (collaboration, communication, utilizing the right tools) to streamline software building, testing, and release. CI/CD is a DevOps tactic, which makes use of...
Instructional Video1:06
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Summary - Final Project

Higher Ed
This video gives a summary of the last 2 sections. This clip is from the chapter "Final Project" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get the brief of your final JavaScript project.
Instructional Video2:45
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - GreetManyTimes API Definition

Higher Ed
[Hands-On] gRPC Server Streaming: GreetManyTimes API Definition This clip is from the chapter "[Hands-On] gRPC Server Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are...
Instructional Video1:36
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - GreetEveryone API Definition

Higher Ed
[Hands-On] gRPC Bi-Directional Streaming: GreetEveryone API Definition This clip is from the chapter "[Hands-On] gRPC Bi-Directional Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this...
Instructional Video5:52
Brainwaves Video Anthology

Tracy Rudzitis - The Idea Lab

Higher Ed
Tracy Rudzitis works at the Marymount School in New York City as a Creative Technologist for the Upper School. She manages the Idea Lab and gets to spend her days working with students and introducing them to new materials and tools as...
Instructional Video1:53
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - What's a Client Streaming API?

Higher Ed
[Hands-On] gRPC Client Streaming: What's a Client Streaming API? This clip is from the chapter "[Hands-On] gRPC Client Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are...
Instructional Video4:29
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Server Streaming API Server Implementation

Higher Ed
[Hands-On] gRPC Server Streaming: Server Streaming API Server Implementation This clip is from the chapter "[Hands-On] gRPC Server Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section,...
Instructional Video6:09
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Server Streaming API Client Implementation

Higher Ed
[Hands-On] gRPC Server Streaming: Server Streaming API Client Implementation This clip is from the chapter "[Hands-On] gRPC Server Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section,...
Instructional Video1:51
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - LongGreet API Definition

Higher Ed
[Hands-On] gRPC Client Streaming: LongGreet API Definition This clip is from the chapter "[Hands-On] gRPC Client Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going to...
Instructional Video5:35
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Client Streaming API Server Implementation

Higher Ed
[Hands-On] gRPC Client Streaming: Client Streaming API Server Implementation This clip is from the chapter "[Hands-On] gRPC Client Streaming" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section,...
Instructional Video9:03
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Blog Service Golang Setup

Higher Ed
[Hands-On] CRUD API with MongoDB: Blog Service Golang Setup This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going to...
Instructional Video9:06
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - [Solution] Sum API

Higher Ed
[Hands-On] gRPC Unary: Grafana + Prometheus: [Solution] Sum API This clip is from the chapter "[Hands-On] gRPC Unary" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going to learn...
Instructional Video4:06
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Greet API Definition

Higher Ed
[Hands-On] gRPC Unary: Grafana + Prometheus: Greet API Definition This clip is from the chapter "[Hands-On] gRPC Unary" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going to...
Instructional Video4:06
Curated Video

Learn ASP.NET MVC and Entity Framework (Database First) - Creating the ASP.NET Model View Controller (MVC) Project

Higher Ed
This video focuses on the ASP.NET MVC web development with controllers and views. You will also learn how to create a web app. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn...
Instructional Video10:38
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Conditional Statements

Higher Ed
In this video, you'll learn what conditional statements are. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with coding in...
Instructional Video8:53
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - JavaScript Syntax

Higher Ed
In this video, you'll get an overview of JavaScript syntax. This clip is from the chapter "Getting Started" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll set up your environment and learn...
Instructional Video6:43
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - JavaScript Classes

Higher Ed
In this video, you'll learn about classes. This clip is from the chapter "Professional JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll learn the techniques to become a...