Instructional Video3:06
Curated Video

Coriolis Effect

6th - 12th
What is the Coriolis effect? How is it produced and how does it affect our weather? Earth Science - Weather - Learning Points. The way wind blows determines thunderstorms to hurricanes. The Coriolis Effect is a deflection of moving mass...
Instructional Video3:14
Curated Video

The Greenhouse Effect

6th - 12th
Without the greenhouse effect, our planet would be too cold to inhabit, but it's currently a major cause of global warming. What is the greenhouse effect, and why is it such a conundrum? Earth Science - Human Impacts - Learning Points....
Instructional Video3:01
Curated Video

Water as a Resource

6th - 12th
As the global population increases, the supply of water doesn't. Explore how water is used, conserved and distributed, and why devastating water shortages threaten some communities. Earth Science - Earth's Resources - Learning Points....
Instructional Video3:21
Curated Video

Inventions to Save the Planet

6th - 12th
Discover some geo-engineering techniques that scientists are developing to manipulate Earth's climate. What are they and how would they work? Earth Science - Human Impacts - Learning Points. Geo-engineering strives to use technology to...
Instructional Video2:33
Curated Video

Climate Cycles

6th - 12th
How climatologists use ice cores, cylindrical cones of ice drilled from glaciers, to reveal Earth's historical cycles of climate change. Earth Science - Human Impacts - Learning Points. The Earth has natural, long cycles of climate. The...
Instructional Video4:14
Wonderscape

Understanding Environmental Justice: Taking Action for Healthier Communities

K - 5th
This video explores the importance of environmental justice, emphasizing how marginalized communities face greater risks from pollution and toxic exposures. Learn about key examples like Afton, North Carolina, and the impact of...
Instructional Video4:34
Wonderscape

The Evolution of the Global Supply Chain: From Local to Worldwide

K - 5th
Discover the history of the global supply chain, from the Silk Road to modern innovations like containerization and digital technology. Learn how advancements in transportation and communication, such as steamships, railroads, and the...
Instructional Video1:45
Curated Video

Erosion of Ozone Layer and Global Warming: The Global Warming Phenomenon

K - 8th
By the end of this learning object, the student will be able to: Explain the Global warming phenomenon.6178
Instructional Video1:46
Curated Video

Erosion of Ozone Layer and Global Warming: The structure of the Ozone Layer

K - 8th
By the end of this learning object, the student will be able to: Recognize the structure of the ozone layer and the formation of the ozone gas.4437
Instructional Video8:13
Curated Video

Chief Financial Officer

9th - Higher Ed
Anthony is the Chief Financial Officer for PCI Media Impact, an "international leader in supporting global change through multifaceted communications programs." After spending several years working in the for-profit industry, Anthony...
Instructional Video14:41
Hip Hughes History

The Black Death Explained: Global History Review

6th - 12th
Just how dark were the Dark Ages? How did the Black Plague kill up to 100 million people and change the face of the Earth?
Instructional Video3:43
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Configuration

Higher Ed
This video explains how to configure Git into your system. This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git and helps you configure it.
Instructional Video16:42
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Pagination for Search

Higher Ed
In this video, we will add pagination to the search results page to allow users to navigate between different pages of search results. We will use the Page.js library to create dynamic URLs and render the correct results for each page....
Instructional Video11:39
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Search Results

Higher Ed
In this video, we will display the search results on a separate page that's similar to the popular movies page. We will use a template literal to render the content and create pagination for large search result sets. This clip is from...
Instructional Video19:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Search Functionality

Higher Ed
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI. This clip is from the chapter "Flixx Movie...
Instructional Video4:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Execution Context in Action

Higher Ed
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Instructional Video5:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - Global and Function Scope

Higher Ed
Here, you will learn about global and function scope, and how JavaScript handles variable declarations within these scopes. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video3:24
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript

Higher Ed
In this video, we will dive deeper into variable scopes and understand the differences between global and local variables in JavaScript. You will learn how global variables can be accessed and modified from anywhere in code and discover...
Instructional Video7:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript

Higher Ed
Regular expressions, also known as RegEx or RegExp, are a powerful tool for matching and manipulating text in programming languages such as JavaScript. RegEx provides a concise and flexible syntax for finding patterns in strings of text....
Instructional Video7:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript

Higher Ed
In this video, you will learn about the concept of scope in JavaScript functions. You will explore how variables declared inside a function have local scope, meaning they can only be accessed within that function, while variables...
Instructional Video17:45
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile TabButtons

Higher Ed
In this video, we will walk you through the process of designing and implementing custom Profile TabButtons.
Instructional Video2:37
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Ethics and Legalities of Style References

Higher Ed
In this video, we will explore the ethics and legalities surrounding the use of style references in generative AI. You will learn about the importance of citing sources and how to avoid potential legal issues. This clip is from the...
Instructional Video19:01
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Minimal Hosting Model of Migration to ASP.NET 6.0

Higher Ed
This tutorial shows the minimal hosting model for migration of ASP.NET Core 3.1 projects to ASP.NET 6.0. This model uses unified Program and Startup classes (and files) to just one Program class (one file). It uses the new WebApplication...
Instructional Video1:59
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - globalThis

Higher Ed
This video explains the globalThis keyword released in ES2020. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and...