Instructional Video1:17
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Exploring More Advanced Options with JavaScript and Focusing on Dynamic and Interactive Websites

Higher Ed
This video helps you to explore more advanced options with JavaScript and focuses on dynamic and interactive websites. This clip is from the chapter "Advanced Coding in JavaScript" of the series "Modern Web Design with HTML5, CSS3, and...
Instructional Video10:04
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $elemMatch Operator

Higher Ed
In this video, we will learn about the $elemMatch Operator. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover query...
Instructional Video7:53
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Solution ($in)

Higher Ed
In this video, let's take a look at the solution for our quiz of $in. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will...
Instructional Video8:27
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Insert in Mongo using Node

Higher Ed
In this video, we will learn how to insert in Mongo using Node. This clip is from the chapter "Mongo with Node" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover Mongo with Node.
Instructional Video7:31
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $ Operator

Higher Ed
In this video, we will learn about the $ Operator. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover query and...
Instructional Video11:04
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Array Methods – Advanced

Higher Ed
This video introduces you to the advanced array methods in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Instructional Video8:37
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Arrays to Hold Data with JavaScript

Higher Ed
This video demonstrates how to create arrays to hold data with JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Instructional Video6:59
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Using the Array Methods in JavaScript – Part 1

Higher Ed
This is the first part of a two-part video that demonstrates how to use the array methods in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Instructional Video7:39
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Looping through jQuery Objects

Higher Ed
This video demonstrates how to loop through jQuery objects. This clip is from the chapter "Applying jQuery to Your Web Pages" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This video demonstrates how to apply jQuery...
Instructional Video2:31
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Learning more about jQuery with Code Snippets and Examples

Higher Ed
This video explains more jQuery code snippets and examples. This clip is from the chapter "Applying jQuery to Your Web Pages" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This video demonstrates how to apply jQuery...
Instructional Video3:12
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Array Map Method - Example Code

Higher Ed
This video introduces you to the JavaScript array map method with an example. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to...
Instructional Video5:01
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Getting Contents of an Array with a Loop

Higher Ed
This video explains how to get contents of an array with a loop. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Instructional Video5:15
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Selecting the Elements of JavaScript Document Object Model (DOM)

Higher Ed
This video demonstrates how to select the elements in the JavaScript DOM. This clip is from the chapter "JavaScript Document Object Model (DOM)" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section presents an...
Instructional Video10:56
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Using the Array Methods in JavaScript – Part 2

Higher Ed
This is the second part of a two-part video that demonstrates how to use the array methods in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Instructional Video7:46
APMonitor

Solve Linear Equations with Python

10th - Higher Ed
Linear equations such as A*x=b are solved with NumPy in Python. This tutorial demonstrates how to create a matrix (A) and vector (b) as NumPy arrays and solve the set of equations with linalg.solve
Instructional Video4:17
TMW Media

Discovery with the ALMA Telescope: The construction and function of the ALMA

K - 5th
What does ALMA stand for? Is it a huge telescope? Does the ALMA look for planets that might have life? What spectrum of light is difficult to observe? Why are there so many telescopes and why are they so big? Are antenna expensive? Where...
Instructional Video8:25
Curated Video

Julia for Data Science (Video 7)

Higher Ed
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Instructional Video15:21
APMonitor

Linear and Polynomial Regression in Python

10th - Higher Ed
This brief tutorial demonstrates how to use Numpy and SciPy functions in Python to regress linear or polynomial functions that minimize the least squares difference between measured and predicted values. Source Code:...
Instructional Video7:02
Packt

Introduction to Data Structures

Higher Ed
This video provides an introduction to data structures. This clip is from the chapter "Data Structure - Introduction" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to the core...
Instructional Video7:11
National Institute of Standards and Technology

NIST Unscripted - Kent Irwin

9th - 12th
Former NIST physicist Kent Irwin discusses the NIST transistion edge sensor, a special integrated circuit made from superconducting materials, and how it is being used to study everything from the Big Bang to the safety of nuclear plants.
Instructional Video5:44
Curated Video

Identifying Angles: Comparing to Square Angles

K - 5th
In this video, the teacher explains how to identify different types of angles by comparing them to square angles. The lesson covers acute angles, obtuse angles, right angles, and straight angles, providing examples and visuals to help...
Instructional Video9:20
The Viral Fever

Socotra: Preserving the Endemic Species and Culture

12th - Higher Ed
Socotra part 2/2: This video explores the unique culture and biodiversity of Socotra, a remote island off the coast of Yemen. The island's isolation has led to the preservation of an ancient language and culture, as well as a wealth of...
Instructional Video15:25
APMonitor

Matlab 👩‍💻 Cell Arrays

10th - Higher Ed
Cell arrays are like regular arrays but you can use them to store different data types in a sequence. The format for this method of storing values is curly brackets {}. After you assign the cell array a name, you can enter values and...
Instructional Video8:56
Curated Video

Modify a data structure : Big O Notation and Calculating the Runtime of a Function

Higher Ed
From the section: Linked Lists. Linked Lists: Big O Notation and Calculating the Runtime of a Function Linked Lists: Big O Notation and Calculating the Runtime of a Function