Instructional Video14:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Numbers / 011

Higher Ed
This video explains numbers and operations in JavaScript along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video12:11
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - String Methods / 010

Higher Ed
This video explains the most popular methods related to strings in JavaScript. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video8:38
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Type Conversion / 017

Higher Ed
This video explains type conversion where you will be able to convert data types from string to number or number to string. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Instructional Video5:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Loose Versus Strict Comparison / 016

Higher Ed
This video explains the difference between loose and strict comparison along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video5:38
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Null and Undefined / 014

Higher Ed
This video explains data types such as Null and Undefined in JavaScript along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video8:33
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Literals / 012

Higher Ed
This video explains template literals, which is a type of string in JavaScript, and what problem template literals solve. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Instructional Video6:56
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Data Types / 008

Higher Ed
This video explains data types in JavaScript such as string, object, condition, and more. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video6:59
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging

Higher Ed
In this video, you will learn to use ChatGPT to create a computer program and effectively debug it. We will use ChatGPT's capabilities to generate code snippets, optimize algorithms, and identify and fix bugs, leveraging ChatGPT3 as a...
Instructional Video12:39
Curated Video

Alteryx Advanced - Exercise 3

Higher Ed
In this exercise, we will use online retail.csv, output files according to country, and create a batch macro to simplify the creation of files. This clip is from the chapter "Exercises and Course" of the series "Alteryx Advanced".null
Instructional Video9:37
Curated Video

Alteryx Advanced - Regex and Parsing XML

Higher Ed
In this video, you will learn about regex (regular expressions), which are sequences of characters to create patterns to locate and manage strings of data. You will learn to use the Regex tool. We will look at a demonstration that uses...
Instructional Video11:47
Curated Video

Mastering C++ Standard Library Features [Video] - constexpr' in the Standard Library

Higher Ed
Learn about `constexpr` features in the Standard Library introduced throughout C++11/14/17, and upcoming C++20 features
Instructional Video20:04
Curated Video

Mastering C++ Standard Library Features [Video] - Constant Expressions

Higher Ed
Understand what a "constant expression" is and how 'constexpr' allows to create functions that can be executed at compile-time
Instructional Video9:31
Curated Video

Mastering C++ Standard Library Features [Video] - Perfect Forwarding

Higher Ed
Understand how to decrease boilerplate code and increase the flexibility of your interfaces by using perfect forwarding
Instructional Video5:00
Curated Video

Nonfiction Expository Writing: Revision

K - 8th
Mr. Griot describes how to revise a nonfiction expository writing essay.
Instructional Video2:50
Curated Video

Finding the Circumference of a Circle

3rd - Higher Ed
This video explains how to find the circumference of a circle when given either the diameter or the radius. We also explain you how the formula is derived. Practice questions and solutions at the end of the video.
Instructional Video3:12
Great Big Story

Ben Conde, Mastering the Art of Yo-Yo Performance

12th - Higher Ed
Follow Ben Conde, a top-ranked Yo-Yo performer, as he blends creativity and skill on stage.
Instructional Video5:03
Curated Video

Blast Off into Space

3rd - 8th
Dr. Forrester teaches about our solar system.
Instructional Video3:26
Great Big Story

Building 15-Foot-Tall Pianos

12th - Higher Ed
Discover the extraordinary quest of David Klavins to transform the world of pianos with his unconventional creations.
Instructional Video5:20
Curated Video

ng Sound | Learn Phonics | ng words | Learn to Read | British Teacher

3rd - 12th
Explore the 'ng' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'ng' sound. The 'ng' sound is a digraph or 'special friends' because it is made up of two letters. The 'ng' sound is...
Instructional Video2:31
Great Big Story

The Man Teaching Math Lessons in the Sky

12th - Higher Ed
Meet Winfred Randolph Lowe, known as "Randy the Kite Man," who combines his love for kites with his passion for teaching math. Join him on Delray Beach as he turns the sky into a canvas of geometric shapes and mathematical concepts,...
Instructional Video2:31
Great Big Story

The Man Teaching Math Lessons in the Sky

12th - Higher Ed
Meet Winfred Randolph Lowe, known as "Randy the Kite Man," who combines his love for kites with his passion for teaching math. Join him on Delray Beach as he turns the sky into a canvas of geometric shapes and mathematical concepts,...
Instructional Video7:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Props - Destructing - React Children

Higher Ed
We will take a second look at the props or properties learned in the previous project and take lessons to the next level. We will define the properties of the circles of this game project.
Instructional Video10:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators

Higher Ed
In this video, we will continue to implement the calculator and test the operator functions by clicking on the operator buttons that we have created on the calculator.
Instructional Video7:35
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Display

Higher Ed
After learning to use the React state hook, we will now look at storing variables passed with the () event to put in the calculator's display.