Instructional Video10:06
Science Buddies

Real-Time Clock (RTC) on Arduino UNO R4 Minima

K - 5th
This easy video tutorial will show you how to use an Arduino.
Instructional Video10:01
Science Buddies

Arduino Evaporative Cooling System

K - 5th
Make a thermostat-controlled evaporative cooling system using an Arduino in this fun science project.
Instructional Video9:05
Curated Video

Burp Suite Unfiltered - Go from a Beginner to Advanced - Installing Your Practice Laboratory

Higher Ed
This video explains how to install the practice laboratory.
Instructional Video4:44
Curated Video

Machine Learning: Random Forest with Python from Scratch - Outliers

Higher Ed
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Instructional Video5:16
Curated Video

Machine Learning: Random Forest with Python from Scratch - Course Overview

Higher Ed
This video will introduce you to Python, machine learning, and Random Forest and discuss the live implementations, quizzes, and projects. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random...
Instructional Video7:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Motivation for the Course

Higher Ed
This lecture provides an overview of the benefits of enrolling in this course. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with Python from Scratch©".This section briefly...
Instructional Video2:26
Curated Video

Machine Learning: Random Forest with Python from Scratch - Introduction and Instructor

Higher Ed
In this video, you will learn about the course content in general, the features and benefits of this course, as well as a brief introduction to the instructor. This clip is from the chapter "Introduction to the Course" of the series...
Instructional Video9:06
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Viewport Basics

Higher Ed
This video will take us through the very basics; you will learn how to use the Viewport in Unreal Engine 5 to get a better perspective on your environment. You will learn how to navigate through the viewport using different camera modes,...
Instructional Video7:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Constructor Functions

Higher Ed
In this video, we will introduce constructor functions and explain how they are used to create objects. We will also discuss the 'new' keyword and how it is used to instantiate objects from constructor functions. This clip is from the...
Instructional Video11:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project

Higher Ed
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly. This clip is from the chapter "Web Browser...
Instructional Video12:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Video Player Project

Higher Ed
In this video, you will learn how to create a video player using the Video API. We will see how to customize the video controls and add a progress bar. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...
Instructional Video6:27
Curated Video

Modern JavaScript from the Beginning - Second Edition - Video API

Higher Ed
In this video, you will learn about the Video API. we will see how to load a video, play and pause it, and add video controls to it. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the Beginning".In...
Instructional Video8:31
Curated Video

Modern JavaScript from the Beginning - Second Edition - Web Audio API

Higher Ed
In this video, you will learn about the Web Audio API. We will see how to use this API to create audio effects in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the Beginning".In...
Instructional Video11:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Animated Clock - Part 2

Higher Ed
In this video, we will continue creating the animated clock from the previous video. We will see how to add a minute hand, an hour hand, and a second hand to the clock. This clip is from the chapter "Web Browser APIs" of the series...
Instructional Video11:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - GeoLocation API

Higher Ed
In this video, you will learn about the GeoLocation API. We will see how to retrieve a user's location data and how to use it in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the...
Instructional Video11:39
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Search Results

Higher Ed
In this video, we will display the search results on a separate page that's similar to the popular movies page. We will use a template literal to render the content and create pagination for large search result sets. This clip is from...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop

Higher Ed
In this video, we will add a backdrop image to the movie details page to provide a visual element that complements the movie information. We will use the Swiper library to create a responsive and dynamic backdrop. This clip is from the...
Instructional Video7:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Spinner and Popular TV Shows

Higher Ed
In this video, we will add a loading spinner to indicate when data is being fetched from the API. We will also fetch and display a list of popular TV shows using the same method we used for movies. This clip is from the chapter "Flixx...
Instructional Video4:54
Curated Video

Modern JavaScript from the Beginning - Second Edition - API Overview and API Key

Higher Ed
In this video, we will provide an overview of the TMDb API and how we can use it to get movie and TV show data for our app. We will also obtain an API key from TMDb that we will use to authenticate our requests. This clip is from the...
Instructional Video4:50
Curated Video

Modern JavaScript from the Beginning - Second Edition - Try...Catch Statements

Higher Ed
In this video, we will take a closer look at the try/catch statement and how it works to catch errors in JavaScript. We will cover how to use multiple catch blocks, rethrow errors, and catch errors in async functions. This clip is from...
Instructional Video6:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Promises Versus Callback Hell

Higher Ed
In this video, we will see a comparison of Promises and Callbacks, and how Promises can help us avoid the problems of Callback Hell. You will learn how Promises can make code more readable and maintainable and how to use Promises in...
Instructional Video4:20
Curated Video

Modern JavaScript from the Beginning - Second Edition - Promise Chaining

Higher Ed
In this video, you will learn how to use Promise chaining to handle multiple asynchronous tasks in a more elegant way. We will see how to chain Promises together and how to use the result of one Promise as the input for the next Promise....
Instructional Video10:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Promises

Higher Ed
In this video, you will learn about Promises, which are a way to handle asynchronous JavaScript in a more readable and maintainable way than using callbacks. You will learn how Promises work, how to create them, and how to use them to...
Instructional Video6:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Callback Hell

Higher Ed
In this video, you will learn about the problem of Callback Hell, which can occur when working with asynchronous JavaScript. You will learn what it is, how it can make code difficult to read and maintain, and how to avoid it using...