Chungdahm Learning
Red Kite Episode 3 - The Journey
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...
Curated Video
The Science of Forgetting
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...
Packt
Hash Tables
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Exploring the Syntax of WebAssembly
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...
Curated Video
Complete Modern C++ - Operator Overloading - Part VI (Smart Pointers in C++11)
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.
Curated Video
Complete Modern C++ - Dynamic Memory Allocation - Part III (new[] Operator)
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...
Curated Video
C++ Standard Template Library in Practice - Stacks and Queues
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...
Curated Video
The Complete Practical Docker Guide - Container Processes and Resources
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.
Curated Video
A New Way To Learn English
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Profiling WebAssembly
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...
Curated Video
C++ Programming By Example - A Deeper Dive into std::vector
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...
Curated Video
Comprehensive Android Developer Bootcamp - Setting up SoundPool
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...
Curated Video
Comprehensive Android Developer Bootcamp - Pre-setting Arrays' Length
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Immutable Strings
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 15 - 4 Important Things to Know about Variables in Java
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 -...
Curated Video
Learn and Master C Programming - register' keyword in C
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,...
Curated Video
Learn and Master C Programming - Using Pointers
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...
Curated Video
Data Science and Machine Learning with R - Working with Databases
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.
Schooling Online
Powering Through Prose: Virginia Woolf, Mrs Dalloway - Sections 4-6
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...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Your First Virtual Machine
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...
Curated Video
Complete Modern C++ - Make Functions
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...
Curated Video
Complete Modern C++ - Reference
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,...
Curated Video
C++ Standard Template Library in Practice - Unique Pointers
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...
Curated Video
How to do Active Recall Effectively
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)...