Instructional Video2:53
Curated Video

Type-Safe Interfaces with Modern C++ - The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video10:58
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CI Workflow

Higher Ed
This video shows the CI workflow, introduces the Maven build tool, and implements the first phase of the CI workflow.
Instructional Video7:56
Curated Video

Sweat and Odor: Managing Body's Unwanted Outputs

6th - Higher Ed
Explore the physiological reasons behind excessive sweating and body odor, including conditions like hyperhidrosis. This segment explains the role of sweat glands and the interaction of sweat with bacteria on the skin, which leads to...
Instructional Video8:40
Curated Video

Skin Defenses: Understanding Warts and Mosquito Bites

6th - Higher Ed
Discover how our skin responds to common irritants like warts and mosquito bites, featuring expert insights into the HPV virus behind warts and the biological factors that attract mosquitoes. Learn about innovative treatments for...
Instructional Video7:57
Curated Video

Precision and Safety: The Role of High-Tech Machines in Product Inspection

6th - Higher Ed
Take a behind-the-scenes look at how high-precision machines play a crucial role in ensuring the quality and safety of the products we buy every day. From using smart scales that guarantee exact weights to advanced X-rays that spot...
Instructional Video8:49
Curated Video

Remarkable Reproductions: The Diverse Gestation Periods in the Animal Kingdom

6th - Higher Ed
Explore the fascinating world of animal pregnancies, ranging from the nurturing warmth of a marsupial's pouch to the secure shell of a chicken's egg. This video delves into how different species, including rabbits, elephants, and...
Instructional Video10:31
Curated Video

Cro-Magnon Society: Social Dynamics and Artistic Expressions

6th - Higher Ed
Explore the social and cultural aspects of Cro-Magnon life. This segment reveals their egalitarian society, devoid of war and rich in communal cooperation. Discover their artistic side through cave paintings and understand the spiritual...
Instructional Video10:22
Curated Video

Master Hunters and Gatherers: Cro-Magnon's Survival Skills

6th - Higher Ed
Dive into the strategies and tools Cro-Magnon used to hunt and gather food in a frigid, Ice Age Europe. This segment shows the use of sophisticated weapons like the spear-thrower and details the balanced diet that included meat, wild...
Instructional Video7:51
Curated Video

Speed and Balance: Exploring Human and Animal Capabilities

6th - Higher Ed
Dive into the fascinating world of human and animal capabilities. Discover how dogs, specifically greyhounds, have been selectively bred to achieve remarkable speeds and why most dogs can outrun humans. Additionally, explore the...
Instructional Video14:04
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Constructor and “this†keyword in JavaScript

Higher Ed
In JavaScript, a constructor is a function that is used to create and initialize objects. It is called when a new object is created using the new keyword. The “this†keyword is used inside the constructor to refer to the object that...
Instructional Video10:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Anagrams Problem in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on the anagrams problem in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
Instructional Video10:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Complex Arrays in JavaScript

Higher Ed
In this video, you will learn about complex arrays in JavaScript. By the end of the video, you will have a solid understanding of complex arrays and be able to apply this knowledge to your own projects. This clip is from the chapter...
Instructional Video9:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - I

Higher Ed
In this video, you will learn about the for loop in JavaScript, which allows you to repeat a block of code a specified number of times. You will explore the basic syntax of a for loop, which includes a loop variable, a condition, and an...
Instructional Video7:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript

Higher Ed
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. In this video, we will discuss an interview question related to palindromes in JavaScript. We will go over what palindromes...
Instructional Video5:37
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Anagrams and Mutations in JavaScript

Higher Ed
In this video, you will learn about anagrams and mutations in JavaScript. Anagrams are words that have the same letters but are arranged differently, while mutations are changes in a word by altering, adding, or deleting letters. This...
Instructional Video1:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Solution II - Sort and Order Numbers into an Array with JavaScript

Higher Ed
In this video, we will continue to solve the interview question of sorting and ordering numbers into an array using JavaScript. We will explore a different approach to solving the problem, which involves using the concatenate method....
Instructional Video6:12
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Solution I - Sort and Order Numbers into an Array with JavaScript

Higher Ed
In this video, we will walk through a solution to a common interview question that involves sorting and ordering numbers into an array using JavaScript. We will start by reviewing the problem statement and discussing different strategies...
Instructional Video3:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Sort and Order Numbers into an Array with JavaScript

Higher Ed
In this video, you will go through the very common type of interview question asked to sort and order numbers into an array with JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video4:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example of How to Sort in JavaScript

Higher Ed
This video provides an example of how to use the built-in sort() method in JavaScript to sort an array of numbers in ascending order. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video3:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Sort Method in JavaScript

Higher Ed
In this video, you will learn how to use the Sort method in JavaScript to sort arrays in ascending and descending order. The Sort method in JavaScript is a built-in method that is used to sort the elements of an array in place. By...
Instructional Video6:15
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Accessing Weather API Data structures

Higher Ed
In this video, we will discuss the solution to the exercise on accessing weather API data structures from the previous video. • 3.51 hasOwnProperty, the in Keyword, and Delete in JavaScript • This video is about hasOwnProperty, the in...
Instructional Video3:45
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Make Multiple Copies of an Array with the Spread Operator

Higher Ed
In this video, you will learn how to make multiple copies of an array using the spread operator in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to...
Instructional Video3:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Use the Splice Method to Decode the Mystery

Higher Ed
This is an exercise video where you will use the splice method to decode the mystery. 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:51
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Accessing City Weather Data Array

Higher Ed
In this video, we will discuss the solution to the exercise on accessing city weather data array from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from...