Curated Video
Data
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...
Curated Video
Tissue
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...
Curated Video
Forensic science
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...
Great Big Story
Behind the scenes at the Smithsonian Natural History Museum
Discover the hidden treasures of the Smithsonian Museum, where experts manage 144 million objects, aiding research on biodiversity, climate change, and more.
Great Big Story
The Antler man, a unique collection of over 16,000 antlers
Explore the world of Jim Phillips, the Antler Man, and his extraordinary collection of naturally shed antlers.
Great Big Story
The epic 35-year Dungeons & Dragons campaign
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.
Wonderscape
Maya Angelou: A Life in Writing and Beyond
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...
Curated Video
Collecting and Organizing Data
By the end of this learning object, the student will be able to: Define Standard Deviants Teaching Systems.4461
Curated Video
Digitizing Ghent University's Library
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...
Curated Video
The British Museum: a Trove of Controversial Collections
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,...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dataset
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Course Objectives
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Document Element Properties
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Structure
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Understand Scaffolded Views
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - MongoDB Atlas Setup
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is MongoDB?
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Sets
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,...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Sort and Reverse Methods
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Data Types
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Iter in Rust and Iterators
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
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Modules in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Slice in Rust
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL
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...