Instructional Video3:21
Great Big Story

The Voice Behind 250 of Your Favorite Cartoons

12th - Higher Ed
Dive into the world of voice acting with Phil Lamarr, the mastermind behind numerous iconic characters from Hermes Conrad in "Futurama" to John Stewart in "Justice League." Discover the inspiration behind each voice and the technical...
Instructional Video10:17
Brainwaves Video Anthology

Frank Abe - We Hereby Refuse: Japanese American Resistance to Wartime Incarceration

Higher Ed
We Hereby Refuse: Japanese American Resistance to Wartime Incarceration" is a graphic novel by Frank AB that explores the stories of three Japanese Americans who resisted the U.S. government's unjust incarceration during World War II....
Instructional Video13:39
Curated Video

Why Was the 80s the Golden Age for Sugary Cereals?

12th - Higher Ed
Weird History Food is gonna get a bowl and some milk for this look back at the History of 80s Sugary Cereals. Thanks to some deregulation in the early 80s, kids saw a flood of delicious sugary cereals, often with movie or toy tie-ins,...
Instructional Video3:47
Wonderscape

Demystifying NFTs: Exploring Non-Fungible Tokens

K - 5th
Dive into the world of NFTs (Non-Fungible Tokens) and blockchain technology, understanding their unique characteristics and the impact they have on digital art and creative industries. Learn about the origins of NFTs, their role in...
Instructional Video10:54
Wonderscape

Understanding Third Person Point of View in Literature

K - 5th
Explore the concept of third person point of view in literature, which differs from first and second person perspectives. Learn about the tools used in third person narration, including omniscient, limited, and objective viewpoints....
Instructional Video6:56
Wonderscape

Exploring Points of View in Literature: First Person Perspective

K - 5th
Delve into the intricacies of first person point of view in literature, where stories are narrated by characters directly involved in the events. Learn about the nuances of singular and plural first person perspectives through examples...
Instructional Video4:05
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Else If Statements and Nested If Statements in Rust

Higher Ed
In this video, you will look at Else If statements and nested If statements in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section...
Instructional Video4:58
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Decision-Making Statements in Rust

Higher Ed
This video explains decision-making statements in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in...
Instructional Video2:36
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Operators in Rust

Higher Ed
In this video, you will look at operators in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video6:15
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are String Literals str in Rust

Higher Ed
In this video, you will learn about string literals (str) in Rust and how to use them effectively in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course...
Instructional Video12:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Anagram Algorithm

Higher Ed
In this video, we will write a unit test for an anagram checking algorithm. We will use Jest to test our algorithm and ensure that it correctly identifies anagrams. This clip is from the chapter "Unit Testing Algorithms" of the series...
Instructional Video5:35
Curated Video

Type-Safe Interfaces with Modern C++ - std::string_view – Introduction

Higher Ed
Learn about `std::string_view`, introduced in C++17.
Instructional Video13:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Check whether a String Is a Palindrome

Higher Ed
In this video, we will discuss the solution to the interview question to check whether a string is a palindrome or not from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of...
Instructional Video2:06
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Generate Missing Alphabet Letters UTF with JavaScript

Higher Ed
In this video, you will learn how to generate missing alphabet letters in UTF format using JavaScript. We will be discussing what UTF is and how it represents characters. By the end of the video, you will have a good understanding of how...
Instructional Video4:13
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - charChodeAt and fromCharCode with JavaScript

Higher Ed
In JavaScript, the charCodeAt() method is used to return the Unicode of the character at a specified index in a string. The fromCharCode() method, on the other hand, is used to create a string from a sequence of Unicode values. In this...
Instructional Video7:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript

Higher Ed
Regular expressions, also known as RegEx or RegExp, are a powerful tool for matching and manipulating text in programming languages such as JavaScript. RegEx provides a concise and flexible syntax for finding patterns in strings of text....
Instructional Video3:38
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Truncate in JavaScript Overflow Subscriptions

Higher Ed
In this video, we will discuss the solution to the exercise on how to truncate in JavaScript overflow subscriptions from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video2:24
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Difference Between Var, Let, and Const in JavaScript

Higher Ed
This is a solution video where you will learn the difference between var, let, and const in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Instructional Video6:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part I

Higher Ed
In this video, you will learn how to assign variables to each other in JavaScript, which can be useful for swapping variable values or updating them based on certain conditions. This clip is from the chapter "Introduction to Programming...
Instructional Video5:25
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes and Variables in Programming Part II

Higher Ed
This video is a continuation of the previous one and will cover datatypes and variables in programming in more detail. You will learn about complex data types such as arrays and objects, as well as how to declare and initialize variables...
Instructional Video3:21
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Array Function for an Anime App

Higher Ed
This is an exercise video where you will work on the array function for an anime app. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video2:28
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Write Your Very First Variable in JavaScript

Higher Ed
In this video, you will learn how to write your very first variable in JavaScript, which is a fundamental concept in programming. You will explore different ways to declare and initialize variables, and learn about the different data...
Instructional Video7:17
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Writing Strings in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on writing strings in Solidity from the previous video. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to...
Instructional Video2:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Writing Strings in Solidity

Higher Ed
This is an exercise video on writing strings in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section focuses...