Instructional Video7:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Math Method - Part 2

Higher Ed
Continuing from the previous video, we will delve deeper into the Math object's methods. You will learn about Math functions, which enable you to generate random numbers, find the maximum and minimum values, and perform exponential...
Instructional Video2:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - The toString(), valueOf(), and fill() Methods

Higher Ed
In this video, we will understand different functionalities for working with arrays. The function toString() converts an array to a string representation, valueOf() returns the array itself, and fill() allows for filling array elements...
Instructional Video3:17
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Do While Loop

Higher Ed
In this video, we will explore the do-while loop, which is similar to the while loop but guarantees that the code block is executed at least once before checking the condition; it demonstrates the syntax and usage of the do-while loop in...
Instructional Video4:32
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - While Loop

Higher Ed
In this video, we will understand the while loop, which executes a block of code repeatedly as long as a specified condition is true, and topics such as loop initialization, condition evaluation, and loop termination.
Instructional Video1:52
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Nested Modules in Rust

Higher Ed
This is an exercise video on nested modules in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
Instructional Video10:29
Curated Video

Concurrent and Parallel Programming in Python - Using Asynchronous Libraries

Higher Ed
Here, you will learn how some libraries support asynchronous libraries, and others do not. You will also learn to look for those libraries and compare them.
Instructional Video7:35
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Queues

Higher Ed
Now that we have understood multiprocessing, you will learn how to split our segments over multiple processes in the form of queues to speed up processing and take a load off the process execution.
Instructional Video8:45
Curated Video

Restoring Rest: Innovative Solutions for Sleep Improvement

6th - Higher Ed
Delve into the challenges of modern sleep patterns with a focus on the science behind sleep and the innovative solutions improving it. This video explores how technology, from sleep tracking apps to brain-stimulating headbands, can...
Instructional Video8:00
Curated Video

The Hidden Costs of Not Removing Makeup

6th - Higher Ed
Uncover the surprising effects of wearing makeup continuously for a week without removal. Follow Emmanuelle's journey as her experiment reveals increased pore size and premature wrinkles. This segment demonstrates the importance of...
Instructional Video7:56
Curated Video

Winter Appetites: Why We Crave Heavier Foods

6th - Higher Ed
Dive into the fascinating world of winter eating habits and discover why we tend to choose richer, calorie-dense foods during the colder months. Learn about the body's thermoregulation process and how it influences our dietary choices,...
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 Video3:36
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - Build an Array Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on building an array calculator from the previous video. Here, you will complete the second and final phase of building the array calculator. This clip is from the chapter...
Instructional Video5:32
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Chunking Arrays into Subgroups and Subarrays

Higher Ed
This is an exercise video where you will be chunking arrays into subgroups and subarrays. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Instructional Video2:20
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - How to Repeat a String in JavaScript

Higher Ed
In this video, we will continue to discuss the solution to the exercise on how to repeat a string in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from...
Instructional Video1:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - How to Repeat a String in JavaScript

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

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Repeat a String in JavaScript

Higher Ed
The video teaches how to use the repeat() method in JavaScript to repeat a given string a specific number of times. The video starts by demonstrating how to use the repeat() method with a single argument to repeat a string, and then...
Instructional Video3:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Length Method in JavaScript

Higher Ed
In this video, you will learn about the length method in JavaScript, which is used to find the number of elements in an array. The video will cover the basics of arrays, how the length method works, and how it can be used to manipulate...
Instructional Video3:55
Curated Video

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

Higher Ed
This video will explain the difference between “let†and “const†in JavaScript, which are two ways to declare variables with different scoping and reassignment properties. This clip is from the chapter "Introduction to Programming...
Instructional Video5:08
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Arithmetic Operator

Higher Ed
In this video, we will discuss the solution to the exercise on arithmetic operators from the previous video. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The...
Instructional Video5:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Functions in Solidity

Higher Ed
This video will introduce you to the concept of functions in Solidity. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Instructional Video5:12
Curated Video

Linux Crash Course for Beginners - 2023 - History Command

Higher Ed
In this video, you will learn how to use the history command to find the shell history.
Instructional Video8:11
Instructional Video5:05
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - While Loop in Java - an Introduction

Higher Ed
In this video, you will learn about while loop in Java—an introduction.
Instructional Video3:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Selecting Loop in Java - For Versus While Versus Do While

Higher Ed
In this video, you will learn about selecting loop in Java—for versus while versus do while.