Instructional Video2:45
True Calling

Rock Climber & Tattoo Arist

Higher Ed
True Calling Grant Filmmaker: Dave Mai As any passion-seeker knows, one cannot be in a continual state of flow and productivity. We need diversions, we need challenges, we need physicality, and we need human relationships. We need to...
Instructional Video9:13
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Web Application Firewall (WAF)

Higher Ed
This video demonstrates how WAF is used to ensure proper security of web applications with respect to restricting access based on source IP address or request type.
r/>
This clip is from the chapter "Solutions Architect Chapter...
Instructional Video5:48
Curated Video

Complete Modern C++ - Thread Creation (std::thread)

Higher Ed
In this video, you will learn how to use the std::thread class to create a thread.<br/<br/>>

This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Catching Exceptions

Higher Ed
Learn to catch an exception with JVM which looks for code to handle exception once a throwable is thrown.<br/<br/>>

This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video2:23
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Merging without Approvals

Higher Ed
This video explains how, by default, merging without approvals is allowed.
r/>
This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video6:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 26 - Java Conditionals and If Statement – Puzzles

Higher Ed
This video talks about Java conditionals and if statement – puzzles.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video7:56
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Conditional Statements

Higher Ed
JavaScript Crash Course: Conditional Statements
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in...
Instructional Video10:54
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Loops

Higher Ed
JavaScript Crash Course: Loops
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data...
Instructional Video5:13
Curated Video

The Beginners 2022 Cyber Security Awareness Training Course - Apple Part II

Higher Ed
You will be presented with some of the main ways in which Apple protects you from evilness on the Internet, as well as some general things you can do to protect yourself whilst using a Mac computer.
r/>
This clip is from the...
Instructional Video14:23
Curated Video

Creating a Guessing Game in Scratch: Building Your First Game

Pre-K - Higher Ed
In this video tutorial, students will learn how to program a guessing game using Scratch. They will explore concepts such as variables, loops, selection statements, and user input to create an interactive game where the computer...
Instructional Video16:57
Curated Video

Adding Randomness to Pacman Game in Scratch

Pre-K - Higher Ed
In this video, the teacher demonstrates how to add a ghost character to a Pac-Man game and make it move randomly throughout the maze. The teacher explains step-by-step how to code the ghost to move in unpredictable directions, avoid...
Instructional Video13:56
Curated Video

Creating Movement Boundaries for Pacman in Scratch

Pre-K - Higher Ed
In this video lesson, students learn how to prevent their Pacman character from moving through walls in a Scratch game by using color detection and conditional statements. They also address the issue of diagonal movement by modifying...
Instructional Video11:00
Curated Video

Creating Movement Controls for Pacman Character in Scratch

Pre-K - Higher Ed
In this tutorial, the video demonstrates how to enable Pac-Man to move using keyboard controls in Scratch. The teacher explains the process step by step, including setting up key controls for different directions and ensuring Pac-Man...
Instructional Video3:09
Curated Video

Addition Using Base-Ten Blocks

K - 12th
Adding multi-digit whole numbers using base-ten blocks
Instructional Video6:43
Curated Video

Beginning Python (Video 19)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Instructional Video1:55
IDG TECHtalk

Linux tip: How to use the lsblk command

Higher Ed
In today’s Linux tip, we’re going to look at the lsblk command, which provides useful information on block devices.Leave a comment and let us know which command you want featured in a future Linux Tips video.
Instructional Video3:05
NASA

NASA's Laser Mission to Measure Trees

3rd - 11th
The Global Ecosystem Dynamics Investigation (GEDI) is a lidar instrument that sends laser pulses down to Earth, where they penetrate the globe's temperate and tropical forests. The laser beams ricochet off the...
Instructional Video5:47
Curated Video

Complete Modern C++ - If and switch with Initialization

Higher Ed
In this video, learn how you can perform initialization in if/switch conditions.
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17...
Instructional Video8:28
Curated Video

C++ Standard Template Library in Practice - Low Level I/O

Higher Ed
In this video, you will learn about low level I/O.

• Introduce the concept of low leve
l I/O
• See the different read functions in low
level I/O
• Present an example program that uses
t
hese concepts

This...
Instructional Video3:09
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Normal Git Workflow without Hooks

Higher Ed
This video explains the normal Git workflow without hooks.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail....
Instructional Video15:27
Curated Video

The Modern JavaScript Bootcamp (2019) - Catching and Throwing Errors

Higher Ed
In this video, you’re going to learn how to work with errors in JavaScript. This covers both sides, how we can create errors and how we can recover from them.
r/>
This clip is from the chapter "Expanding Our JavaScript...
Instructional Video4:31
Curated Video

The Modern JavaScript Bootcamp (2019) - Function Scope

Higher Ed
In this lesson, you’ll explore how scope relates to our functions. The scoping rules we learned in the last section still apply!
r/>
This clip is from the chapter "JavaScript Functions" of the series "The Modern JavaScript...
Instructional Video8:15
Curated Video

Excel VBA Programming The Complete Guide - Absolute vs. Relative References II

Higher Ed
In this lesson, we continue our exploration of absolute vs relative references by recording a macro that deletes a row from the worksheet. Absolute references explicitly target a specific row each time, which defeats the purpose of the...
Instructional Video8:15
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Inline, Block & Inline-Block Display

Higher Ed
CSS Basics: Inline, Block & Inline-Block Display<br/<br/>>

This clip is from the chapter "CSS Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Basics.