Instructional Video0:44
Curated Video

Data

6th - 12th
A collection of pieces of information, organised and categorised for some purpose. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary...
Instructional Video0:51
Curated Video

Tissue

6th - 12th
A collection of cells in an organism that have similar appearance, structure and function. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science...
Instructional Video0:49
Curated Video

Forensic science

6th - 12th
The use of a wide range of scientific techniques to collect and store evidence for criminal investigations. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual...
Instructional Video3:22
Great Big Story

Behind the scenes at the Smithsonian Natural History Museum

12th - Higher Ed
Discover the hidden treasures of the Smithsonian Museum, where experts manage 144 million objects, aiding research on biodiversity, climate change, and more.
Instructional Video2:25
Great Big Story

The Antler man, a unique collection of over 16,000 antlers

12th - Higher Ed
Explore the world of Jim Phillips, the Antler Man, and his extraordinary collection of naturally shed antlers.
Instructional Video2:48
Great Big Story

The epic 35-year Dungeons & Dragons campaign

12th - Higher Ed
Dive into Robert Wardhaugh's basement in London, Ontario, for a D&D game that's been running for 35 years, uniting friends from all over.
Instructional Video4:26
Wonderscape

Maya Angelou: A Life in Writing and Beyond

K - 5th
This video explores Maya Angelou's rise to fame as a writer, starting with her groundbreaking memoir I Know Why the Caged Bird Sings. It highlights her success in poetry, her Pulitzer-nominated collection Just Give Me a Cool Drink of...
Instructional Video2:25
Curated Video

Collecting and Organizing Data

K - 8th
By the end of this learning object, the student will be able to: Define Standard Deviants Teaching Systems.4461
Instructional Video2:37
Curated Video

Digitizing Ghent University's Library

Pre-K - Higher Ed
At the heart of the historic Belgian city of Ghent is the city's university. Ghent University s library has a collection in excess of a million books in French, Flemish, German and English. Since 2007 the library has been working with...
Instructional Video2:39
Curated Video

The British Museum: a Trove of Controversial Collections

Pre-K - Higher Ed
The British Museum, established in 1753, is a renowned cultural institution housing a vast collection of ancient treasures from around the world. With millions of items, including Egyptian antiquities and European classical artifacts,...
Instructional Video4:16
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dataset

Higher Ed
In this lesson, we will dive into the hardcore process of machine learning and the fundamental elements used in machine learning, like datasets, training and testing data, outliers, models, and so on. This clip is from the chapter...
Instructional Video2:34
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Course Objectives

Higher Ed
This clip is from the chapter "Introduction" of the series "Building Medieval Worlds - Unreal Engine 5 Modular Kitbash".Welcome to the course! In this section, we will provide an overview of what you can expect to learn.
Instructional Video14:23
Curated Video

Modern JavaScript from the Beginning - Second Edition - Document Element Properties

Higher Ed
This video covers the properties of the document object, which represents the entire HTML document. It explains how to access and manipulate properties such as the document title, URL, and body. This clip is from the chapter "DOM...
Instructional Video7:48
Curated Video

Machine Learning: Random Forest with Python from Scratch - Structure

Higher Ed
In this video, we will discuss the structures of a Random Forest, namely forest, tree, leaf node, and decision node. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video15:57
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understand Scaffolded Views

Higher Ed
This video explains the views folder and the index.cshtml file. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video5:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - MongoDB Atlas Setup

Higher Ed
In this video, we will set up a MongoDB Atlas account, which will provide us with a free cloud-based MongoDB database. We will also create a new database and user and configure our project to connect to the database. This clip is from...
Instructional Video4:50
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is MongoDB?

Higher Ed
In this video, we will introduce MongoDB, a popular NoSQL database used in many web applications. We will discuss the differences between SQL and NoSQL databases, and the advantages of using MongoDB. This clip is from the chapter...
Instructional Video5:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Sets

Higher Ed
Sets are a new data structure introduced in ES6 that allow us to store unique values. In this video, you will learn how sets work, how to create them, and how to perform basic set operations. This clip is from the chapter "Iterators,...
Instructional Video2:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Sort and Reverse Methods

Higher Ed
In this video, we will dive into sorting arrays in ascending and descending order using sort() and reversing the order of elements using reverse(), which enables effective data organization and manipulation in arrays.
Instructional Video4:34
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Data Types

Higher Ed
In this video, we will explore the various data types in JavaScript, such as numbers, strings, Booleans, arrays, objects. We will understand how to work with these data types effectively, manipulate their values, and perform operations...
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. 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:51
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Modules in Rust

Higher Ed
This video explains 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 intermediate content.
Instructional Video4:35
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - How to Slice in Rust

Higher Ed
In Rust, slicing is a powerful tool for working with arrays, strings, and other collections. With slicing, you can extract specific parts of a collection, modify them, and reassemble them in new ways. In this video, you will learn how to...
Instructional Video3:10
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL

Higher Ed
This video explains NoSQL. Data is schemaless and organized into JSON-like objects. Instead of defined rows of needed information, an entry can be more free form. Entries can contain different information from other entries in the...