Instructional Video1:20
Chungdahm Learning

Red Kite Episode 3 - The Journey

K - 5th
On a windy day, a young girl, Ana, flies her red kite. A gift from her father, the red kite is Ana’s most cherished belonging. But when her father passes away, she gives it up in an effort to move on. Discarded. Lost. The red kite goes...
Instructional Video3:11
Curated Video

The Science of Forgetting

Pre-K - Higher Ed
In this video, the memory researcher Elizabeth Loftus discusses the four major reasons why people forget: retrieval failure, interference, failure to store, and motivated forgetting. She explains each theory and provides examples to...
Instructional Video34:37
Packt

Hash Tables

Higher Ed
This video provides an introduction to hash tables. This clip is from the chapter "Data Structures – Hash Tables" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to hash tables in data...
Instructional Video8:38
Curated Video

Hands-On WebAssembly for C++ Programmers - Exploring the Syntax of WebAssembly

Higher Ed
Before we go too much deeper, it is worth understanding what WebAssembly looks like when compiled. It will help with debugging and diagnostics. • Learn how to convert WASM code to a human-readable format • Explore what a function looks...
Instructional Video4:35
Curated Video

Complete Modern C++ - Operator Overloading - Part VI (Smart Pointers in C++11)

Higher Ed
This video demonstrates the smart pointers in C++11. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Instructional Video6:41
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part III (new[] Operator)

Higher Ed
This video explains how to create arrays on heap using the new[] operator. • Understand when to use std::optional • Modeling simple failure states or value absence • Section recap This clip is from the chapter "Memory Management – Part...
Instructional Video9:15
Curated Video

C++ Standard Template Library in Practice - Stacks and Queues

Higher Ed
The user is unfamiliar with the deque container, the adapter containers that wrap it, wishes to know more about them, and when to use them. • Begin by introducing the user to the deque container, discussing how it works • Then break down...
Instructional Video5:55
Curated Video

The Complete Practical Docker Guide - Container Processes and Resources

Higher Ed
This video demonstrates the container processes and resources. This clip is from the chapter "What is Docker and Docker Components" of the series "The Complete Practical Docker Guide".This section focuses on Docker and its components.
Instructional Video1:05
Curated Video

A New Way To Learn English

Pre-K - Higher Ed
A new year and a new way to learn English. What Sensations English can offer you - Everyday authentic English in two news videos and a news article EVERY WEEK (plus access to all the previous videos and articles) - All content offered at...
Instructional Video5:55
Curated Video

Hands-On WebAssembly for C++ Programmers - Profiling WebAssembly

Higher Ed
How do we accurately measure performance of our code? • Profile memory using the Emscripten memory profiler • Add profiling data to our application • Profile CPU execution in the browser This clip is from the chapter "Debugging...
Instructional Video18:56
Curated Video

C++ Programming By Example - A Deeper Dive into std::vector

Higher Ed
What is the proper use of std::vector? • Analyze cppreference to show nuances of using std::vector • Show the difference between push_back and emplace_back • Understand the “proper” ways to initialize a std::vector This clip is from the...
Instructional Video13:42
Curated Video

Comprehensive Android Developer Bootcamp - Setting up SoundPool

Higher Ed
Android Media – Playing Sounds and Videos:Setting up SoundPool This clip is from the chapter "Android Media – Playing Sounds and Videos" of the series "The Comprehensive Android Developer Bootcamp".This section explains how to add media...
Instructional Video4:04
Curated Video

Comprehensive Android Developer Bootcamp - Pre-setting Arrays' Length

Higher Ed
Java Data Structures:Pre-setting Arrays' Length This clip is from the chapter "Java Data Structures" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover the Java Data Structures. You will be...
Instructional Video6:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Immutable Strings

Higher Ed
Here you'll learn why Strings are immutable and how we handle this restriction in our programs. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings...
Instructional Video1:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 15 - 4 Important Things to Know about Variables in Java

Higher Ed
This video talks about important things to know about variables in Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners -...
Instructional Video2:30
Curated Video

Learn and Master C Programming - register' keyword in C

Higher Ed
Look at how 'register' keyword can be used and when to use it. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into keywords like auto,...
Instructional Video6:36
Curated Video

Learn and Master C Programming - Using Pointers

Higher Ed
We will jump into Visual Studio to apply the stuff we learned in previous lecture and write some code to see pointers in action. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video27:09
Curated Video

Data Science and Machine Learning with R - Working with Databases

Higher Ed
This video explains working with databases. This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Instructional Video13:08
Schooling Online

Powering Through Prose: Virginia Woolf, Mrs Dalloway - Sections 4-6

3rd - Higher Ed
After an embarrassing reunion with Clarissa, Peter Walsh goes for a walk to clear his head. At Regents Park, he sees Septimus and Lucrezia Warren Smith having a very public scene. Lucrezia is feeling abandoned and Septimus, a victim of...
Instructional Video9:15
Packt

CompTIA Network+ Certification N10-007: The Total Course - Your First Virtual Machine

Higher Ed
This video explains the process of creating a virtual machine and installing an OS into a virtual machine. This clip is from the chapter "Virtualization and Cloud Computing" of the series "CompTIA Network+ Certification N10-007: The...
Instructional Video5:44
Curated Video

Complete Modern C++ - Make Functions

Higher Ed
The construction process of a smart pointer can be simplified with std::make_ functions. You will learn about these functions in this video. This clip is from the chapter "Memory Management – Part II" of the series "Complete Modern...
Instructional Video5:32
Curated Video

Complete Modern C++ - Reference

Higher Ed
This video explains reference type and how to use it instead of pointers. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references,...
Instructional Video5:31
Curated Video

C++ Standard Template Library in Practice - Unique Pointers

Higher Ed
The user is unfamiliar with the unique_ptr and wants to learn more about it. • Introduce the unique_ptr • Show what it can do, and how to use it • Reinforce the lesson with an example This clip is from the chapter "Memory" of the series...
Instructional Video3:53
Curated Video

How to do Active Recall Effectively

Higher Ed
Traditional Study Techniques put data into the brain. Active recall is the exact opposite, where the students recall information from the brain. In short, Here are 4 techniques that worked really well for me in medical school. 1)...