Curated Video
Coriolis Effect
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...
Curated Video
The Greenhouse Effect
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....
Curated Video
Water as a Resource
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....
Curated Video
Inventions to Save the Planet
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...
Curated Video
Climate Cycles
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...
Wonderscape
Understanding Environmental Justice: Taking Action for Healthier Communities
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...
Wonderscape
The Evolution of the Global Supply Chain: From Local to Worldwide
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...
Curated Video
Erosion of Ozone Layer and Global Warming: The Global Warming Phenomenon
By the end of this learning object, the student will be able to: Explain the Global warming phenomenon.6178
Curated Video
Erosion of Ozone Layer and Global Warming: The structure of the Ozone Layer
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
Curated Video
Chief Financial Officer
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...
Hip Hughes History
The Black Death Explained: Global History Review
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?
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Configuration
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Add Pagination for Search
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Search Results
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Search Functionality
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Execution Context in Action
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Global and Function Scope
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript
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....
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile TabButtons
In this video, we will walk you through the process of designing and implementing custom Profile TabButtons.
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Ethics and Legalities of Style References
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Minimal Hosting Model of Migration to ASP.NET 6.0
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - globalThis
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...