Curated Video
Transforming Hair: Health and Styling
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...
Curated Video
Rediscovering Cro-Magnon: Daily Life and Ingenious Adaptations
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Return the Smallest Number in Nested Arrays
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - II
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - I
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Remainder Operator in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Follow Along and Do Exercises in This Course - CodeSandbox
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write a Fallback Function
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - View and Pure Functions
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...
Brainwaves Video Anthology
Teachers Make a Difference - Mrs. Roche
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Pizzas Component
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Menu and Basket Styling
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Nested Routes
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...
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
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.
Curated Video
Understanding Anger: Effects on the Body and Mind
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...
Curated Video
Strength, Flexibility, and Pain Tolerance: Exploring Gender Differences in Physical Capabilities
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...
Curated Video
The Art of Distraction: Mastering Magic and Pickpocketing
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...
Curated Video
Tuning In: The Journey to Singing Well
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...
Curated Video
Coastal Guardians: Combating Erosion with Innovation in France
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...
Curated Video
Animal Myths Exposed: Uncovering the Truth About Common Animal Misconceptions
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...
Curated Video
Wild Instincts: Preservation and Reintroduction in Zoos
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...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Cleaning Up the Index File for ChatGPT OpenAI API
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Geographic Filtering
In this lesson, you will learn how to filter users in a recommendation system based on a geographical region.