Instructional Video7:21
Wonderscape

The Power of Simple Machines: How Levers Make Our Lives Easier

K - 5th
Discover the fascinating world of simple machines with a focus on levers, one of the oldest and most fundamental tools used by humans. Learn how levers enhance our strength, change the direction of force, and make it possible to lift...
Instructional Video4:49
Wonderscape

Matter's Makeover: Unraveling Physical and Chemical Changes

K - 5th
Delve into the fascinating differences between physical and chemical changes in matter. This video explains how physical changes alter the form but not the chemical composition, using examples like melting butter and chopping vegetables....
Instructional Video12:03
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 3)

Higher Ed
In this video, we will make use of all the data and try to predict whether the price will go up or down.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Instructional Video2:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - The Rust IDE Text Editor and Console Basics

Higher Ed
This video talks about the basics of the Rust IDE Text Editor and Console.
<
br/>
This clip is from the chapter "Rust Course Setup" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
Instructional Video1:52
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Course Overview

Higher Ed
This video provides an overview of the course.
<
br/>
This clip is from the chapter "What Is Rust and Why Does It Matter" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on what,...
Instructional Video5:10
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Iter in Rust and Iterators

Higher Ed
This video helps you with the Iter in Rust and iterators.<br<br/>/>

This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video5:19
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Reader and Writer Types in Rust – Opening the File

Higher Ed
In Rust, reading from and writing to files are important tasks for many applications, from processing data to logging. To read from and write to files in Rust, you will need to work with the Reader and Writer types, which provide an...
Instructional Video7:22
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - LeetCode Example - Trapping Rainwater

Higher Ed
This video talks about the LeetCode platform and then a case study interview question on trapping rainwater.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
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.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video4:03
Curated Video

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

Higher Ed
In JavaScript, the indexOf() method is used to search for an element in an array and returns the index of the first occurrence of the element. This method takes an argument, which is the element that you want to find in the array. This...
Instructional Video4:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Accessing Arrays with Bracket Notation - Example 1

Higher Ed
This video covers the topic of accessing arrays with bracket notation in JavaScript. The instructor demonstrates how to use bracket notation to retrieve specific values within an array.
<
br/>
This clip is from the chapter "Data...
Instructional Video4:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Escape Sequences in JavaScript

Higher Ed
In this video, you will learn about escape sequences in JavaScript, which are special characters that are used to represent certain values in a string. You will explore how escape sequences work and learn about some of the most common...
Instructional Video4:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Create Your First Course Exercise Lesson on Writing Comments in JavaScript

Higher Ed
In this video, you will learn how to create your first course exercise lesson on writing comments in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the...
Instructional Video4:20
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Hook Up and Save Your Course Learning Template

Higher Ed
In this video, you will discover how to hook up and save your course learning template in CodeSandbox, so you can easily access it and continue building upon it throughout the duration of the course.
<
br/>
This clip is from the...
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.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from...
Instructional Video2:53
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cost Restriction in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on cost restriction in Solidity from the previous video.
<
br/>
This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete...
Instructional Video9:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I

Higher Ed
In this video, you will learn about global variables in Solidity, which are pre-defined variables that can be accessed from anywhere in the contract.
<
br/>
This clip is from the chapter "Learn Solidity Basics IV (Conversions and...
Instructional Video3:19
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Bits and Bytes

Higher Ed
In this video, we will discuss the solution to the exercise on bits and bytes from the previous video.
<
br/>
This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete...
Instructional Video9:00
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Logical Operators in Solidity

Higher Ed
This video introduces logical operators in Solidity and explains how to use them to make decisions in your smart contracts.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)"...
Instructional Video4:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity

Higher Ed
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic,...
Instructional Video7:33
Instructional Video3:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping

Higher Ed
In this video, you will learn about object-oriented programming exercise—online shopping.
Instructional Video4:39
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Evolution of Jakarta EE - Comparing with J2EE and Java EE

Higher Ed
In this video, you will explore the evolution of Jakarta EE and compare it with J2EE and Java EE.
Instructional Video3:13
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 02-1

Higher Ed
In this demonstration exercise, we will create a blank project, familiarize ourselves with project ribbons and commands, add commands to the Quick Access Toolbar, and practice switching between views and tables.
<
br/>
This clip is...