Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Exploring More Advanced Options with JavaScript and Focusing on Dynamic and Interactive Websites
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...
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $elemMatch Operator
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...
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Solution ($in)
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...
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Insert in Mongo using Node
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.
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $ Operator
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Array Methods – Advanced
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating Arrays to Hold Data with JavaScript
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Using the Array Methods in JavaScript – Part 1
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Looping through jQuery Objects
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Learning more about jQuery with Code Snippets and Examples
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Array Map Method - Example Code
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Getting Contents of an Array with a Loop
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Selecting the Elements of JavaScript Document Object Model (DOM)
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Using the Array Methods in JavaScript – Part 2
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...
APMonitor
Solve Linear Equations with Python
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
TMW Media
Discovery with the ALMA Telescope: The construction and function of the ALMA
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...
Curated Video
Julia for Data Science (Video 7)
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...
APMonitor
Linear and Polynomial Regression in Python
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:...
Packt
Introduction to Data Structures
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...
National Institute of Standards and Technology
NIST Unscripted - Kent Irwin
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.
Curated Video
Identifying Angles: Comparing to Square Angles
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...
The Viral Fever
Socotra: Preserving the Endemic Species and Culture
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...
APMonitor
Matlab 👩💻 Cell Arrays
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...
Curated Video
Modify a data structure : Big O Notation and Calculating the Runtime of a Function
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