Instructional Video2:28
Wonderscape

Understanding US State Government Structure

K - 5th
Gain insight into the structure of state governments, including their resemblance to the federal system and the roles of the executive, legislative, and judicial branches. Learn about the significance of state constitutions in organizing...
Instructional Video4:45
Wonderscape

Understanding the Role of US State Governments

K - 5th
Explore the significance of state governments in shaping daily life and enacting laws that affect citizens. Learn about the historical context of state powers, from the Constitutional Convention to the adoption of the Bill of Rights....
Instructional Video4:37
Wonderscape

Women's Right to Vote: Understanding the Nineteenth Amendment

K - 5th
Delve into the history and significance of the Nineteenth Amendment to the United States Constitution, which granted women the right to vote, also known as women's suffrage. Explore the early years of the suffrage movement, including the...
Instructional Video4:19
Wonderscape

Understanding the Seventeenth Amendment: Direct Election of Senators

K - 5th
Learn about the Seventeenth Amendment to the United States Constitution, ratified in 1913, which transformed the process of selecting senators to represent states in Congress. Explore the historical context, challenges with the previous...
Instructional Video4:26
Curated Video

Unification and Cultural Revival During the Gupta Era

3rd - Higher Ed
In the centuries following the Mauryan Empire, India experienced periods of political disunity. In the fourth century AD, however, the Gupta dynasty emerged, ushering in a period of peace, prosperity, and cultural revival. During this...
Instructional Video8:03
Curated Video

Struggling to Create: Navigating Work, Life, and Multiple Sclerosis

3rd - Higher Ed
As Jason's multiple sclerosis worsens, reflects on the challenges of living with multiple sclerosis, expressing his struggle with constantly thinking about his illness and the difficulty of making his film. Despite feeling like time is...
Instructional Video2:35
Curated Video

History of the International Space Station

Pre-K - Higher Ed
The Space Station Freedom was the name given to the NASA project to construct a permanently manned Earth Orbiting space station. Unfortunately the Freedom was never completed as it was originally planned and after several cutbacks, what...
Instructional Video5:07
Curated Video

Big Ideas - Episode 12 - Tallest Buildings

Pre-K - Higher Ed
The Chrysler Building, commissioned by the famous car manufacturer of the same name in the 1930 s, is, at 1048 ft, one of the world s tallest buildings. But it held its title as the world s tallest for only a year when the Empire State...
Instructional Video1:02
Curated Video

Living Green - Episode 129 - Intel Solar Power & Conservation Programs

Pre-K - Higher Ed
Intel Corporation is a world leader in the use of renewable energy. Recently the company created more green contracts, which will incorporate approximately 2.5 megawatts worth of solar installations across the United States.
Instructional Video5:09
Wonderscape

Water's Wondrous Transformations: Solid, Liquid, and Gas

K - 5th
Dive into the dynamic world of water as it journeys through its various states—solid, liquid, and gas. This video explores the fascinating process of physical changes in water, from freezing into ice to evaporating into steam. Discover...
Instructional Video2:23
Curated Video

A Day in the Life of a County Grant Writer

9th - Higher Ed
Genna is a Grant Writer with the County of Fulton government in Wauseon, Ohio. As a grant writer, Genna's primary responsibility is to seek out funding for various public works projects for her county. Her notable achievement includes...
Instructional Video1:00
One Minute History

197 - Geronimo - One Minute History

12th - Higher Ed
March 5, 1851 - four hundred Mexican soldiers led by Colonel José María Carrasco attack an Apache camp in the state of Chihuahua. Among the slain are the mother, wife and three children of Goyahkla - the one who yawns - the Native...
Instructional Video11:40
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - GRU and LSTM (Part 2)

Higher Ed
In this video, you will learn about modern RNN units called LSTM. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with...
Instructional Video25:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Animated Clock - Part 1

Higher Ed
In this video, you will learn how to create an animated clock using the Canvas API and the requestAnimationFrame() method. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video8:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - Set Item to Edit

Higher Ed
In this video, you will learn how to set an item to edit and show its current value in the input field. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video9:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Clear UI State

Higher Ed
In this video, you will learn how to clear the UI state after removing an item from the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video8:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Object Literals

Higher Ed
In this video, you will learn about object literals in JavaScript, including creating objects, accessing object properties, and adding methods to objects. This clip is from the chapter "Arrays and Objects" of the series "Modern...
Instructional Video9:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 1)

Higher Ed
In this video, you will start working on the first part of the project. You will learn how to set up the project structure, create the necessary React components, and handle state management. The video will guide you through building the...
Instructional Video4:12
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Conditional Rendering

Higher Ed
This video delves into various techniques for conditionally rendering components based on specific conditions or user interactions, if statements, ternary operators, and logical operators for implementing conditional rendering effectively.
Instructional Video3:31
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 2

Higher Ed
Continuing from the previous video, this part focuses on adding more advanced features to the calculator app. You will learn how to handle decimal inputs, implement additional arithmetic operations, and add functionality such as clearing...
Instructional Video3:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 2)

Higher Ed
Continuing from the previous video, this part focuses on adding more advanced features and functionality to the project. You will learn how to handle user input, implement data fetching and manipulation, and enhance the user interface...
Instructional Video2:11
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS

Higher Ed
This video explores the useEffect hook and its usage in React applications. You will learn to perform tasks such as data fetching, event subscriptions, and cleanup operations using the useEffect hook, and learn the concept of...
Instructional Video2:47
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Hooks in Reacts.JS

Higher Ed
In this video, we will be introduced to hooks, a powerful feature introduced in React 16.8 to use state and other React features in functional components. You will learn about the useState hook to add state to functional components and...
Instructional Video8:21
Curated Video

Type-Safe Interfaces with Modern C++ - std::optional – Use Cases

Higher Ed
Understand realistic use cases for optional, by looking at example function interfaces and data structure definitions