Great Big Story
The Voice Behind 250 of Your Favorite Cartoons
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...
Brainwaves Video Anthology
Frank Abe - We Hereby Refuse: Japanese American Resistance to Wartime Incarceration
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....
Curated Video
Why Was the 80s the Golden Age for Sugary Cereals?
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,...
Wonderscape
Demystifying NFTs: Exploring Non-Fungible Tokens
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...
Wonderscape
Understanding Third Person Point of View in Literature
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....
Wonderscape
Exploring Points of View in Literature: First Person Perspective
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Else If Statements and Nested If Statements in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Decision-Making Statements in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Operators in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are String Literals str in Rust
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Anagram Algorithm
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...
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Introduction
Learn about `std::string_view`, introduced in C++17.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Check whether a String Is a Palindrome
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Generate Missing Alphabet Letters UTF with JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - charChodeAt and fromCharCode with JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript
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....
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Truncate in JavaScript Overflow Subscriptions
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Difference Between Var, Let, and Const in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part I
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes and Variables in Programming Part II
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Array Function for an Anime App
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Write Your Very First Variable in JavaScript
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Writing Strings in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Writing Strings in Solidity
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...