Instructional Video7:22
Curated Video

Transforming Hair: Health and Styling

6th - Higher Ed
Explore the effects of hair coloring, straightening, and blow-drying on hair health. This segment explains the chemical and mechanical processes that alter hair and provides tips from hair care experts on minimizing damage. It also...
Instructional Video7:03
Curated Video

Rediscovering Cro-Magnon: Daily Life and Ingenious Adaptations

6th - Higher Ed
This segment explores the surprisingly sophisticated daily life of Cro-Magnon humans, debunking the myth of the primitive caveman. Learn how they crafted comfortable clothing from leather and fur, adapted to harsh climates, and developed...
Instructional Video4:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Return the Smallest Number in Nested Arrays

Higher Ed
In this video, we will discuss the solution to the exercise on how to return the smallest number in nested arrays from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video7:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript

Higher Ed
In this video, you will learn about the concept of scope in JavaScript functions. You will explore how variables declared inside a function have local scope, meaning they can only be accessed within that function, while variables...
Instructional Video4:30
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - II

Higher Ed
This video is a continuation of the previous one and will cover more advanced use cases for the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of...
Instructional Video5:21
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - I

Higher Ed
In this video, you will learn about the remainder operator in JavaScript, which is also known as the modulo operator. This operator returns the remainder of a division operation between two numbers and can be useful in a variety of...
Instructional Video3:55
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Remainder Operator in JavaScript

Higher Ed
This is a solution video where you will work on the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to...
Instructional Video2:44
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Follow Along and Do Exercises in This Course - CodeSandbox

Higher Ed
This video will help you understand how to follow along and do exercises in this course, especially in the CodeSandbox IDE. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero...
Instructional Video1:22
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write a Fallback Function

Higher Ed
This is an exercise video on writing a fallback function. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This focuses on the...
Instructional Video2:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - View and Pure Functions

Higher Ed
This is an exercise video on the View and Pure functions. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This focuses on the...
Instructional Video5:42
Brainwaves Video Anthology

Teachers Make a Difference - Mrs. Roche

Higher Ed
Dive into the heartfelt reminiscences of a speaker as he shares the profound influence his fourth-grade teacher, Mrs. Roche, had on his life. From fostering a love for reading to nurturing emotional intelligence, discover how one...
Instructional Video3:36
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Pizzas Component

Higher Ed
The next component we will create is a pizzas component, which will display all of the available pizzas on the menu. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video5:37
Curated Video

Vue.js 3 and Firebase for Beginners - Menu and Basket Styling

Higher Ed
In this video, we will head into the menu view file and basket styling using the scoped attribute. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the project UI and...
Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Nested Routes

Higher Ed
This video explains nested routes in Vue and how it enables you to have multiple components render on the same page. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this section, we...
Instructional Video8:20
Curated Video

Linux Crash Course for Beginners - 2023 - File Display Commands

Higher Ed
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Instructional Video8:28
Curated Video

Understanding Anger: Effects on the Body and Mind

6th - Higher Ed
Explore the physiological and psychological effects of anger, from the rush of adrenaline and increased heart rate to the long-term impacts on health. Learn why managing anger is crucial for both mental and physical well-being. This...
Instructional Video8:13
Curated Video

Strength, Flexibility, and Pain Tolerance: Exploring Gender Differences in Physical Capabilities

6th - Higher Ed
Investigate the physiological differences between men and women regarding strength, flexibility, and pain tolerance. Using athletes as examples, delve into how body composition, muscle mass, and hormonal influences dictate these...
Instructional Video8:16
Curated Video

The Art of Distraction: Mastering Magic and Pickpocketing

6th - Higher Ed
Join Mac Lesggy as he encounters Frédéric, a magician who skillfully blends the art of illusion with pickpocketing. Witness a captivating demonstration of how easily our attention can be manipulated, leading to astonishing feats of...
Instructional Video8:10
Curated Video

Tuning In: The Journey to Singing Well

6th - Higher Ed
Explore the fascinating world of singing through the eyes of Mac Lessgy as he navigates the challenges of singing in tune and enhancing vocal quality. Discover the science behind why our voices differ and learn from voice specialists and...
Instructional Video8:07
Curated Video

Coastal Guardians: Combating Erosion with Innovation in France

6th - Higher Ed
Discover the dynamic struggle against coastal erosion in France, where communities along the Aquitaine and Mediterranean shores combat the sea's relentless advance. Learn about the natural and engineered solutions—from dikes to...
Instructional Video8:49
Curated Video

Animal Myths Exposed: Uncovering the Truth About Common Animal Misconceptions

6th - Higher Ed
Dive into the fascinating world of animal myths with our expert-led exploration into what's fact and what's fiction. From cats' night vision to ostriches allegedly burying their heads, learn the real behaviors and capabilities of these...
Instructional Video8:50
Curated Video

Wild Instincts: Preservation and Reintroduction in Zoos

6th - Higher Ed
Discover the critical role zoos play in conserving endangered species by maintaining their wild behaviors and instincts, preparing them for possible reintroduction into their natural habitats. Learn from experts like Baptiste Mulot and...
Instructional Video5:12
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Cleaning Up the Index File for ChatGPT OpenAI API

Higher Ed
In this video, we will clean up the index file for our ChatGPT OpenAI API by removing redundant code and adding comments to make it easier to understand.
Instructional Video3:35
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Geographic Filtering

Higher Ed
In this lesson, you will learn how to filter users in a recommendation system based on a geographical region.