Wonderscape
Understanding US State Government Structure
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...
Wonderscape
Understanding the Role of US State Governments
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....
Wonderscape
Women's Right to Vote: Understanding the Nineteenth Amendment
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...
Wonderscape
Understanding the Seventeenth Amendment: Direct Election of Senators
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...
Curated Video
Unification and Cultural Revival During the Gupta Era
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...
Curated Video
Struggling to Create: Navigating Work, Life, and Multiple Sclerosis
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...
Curated Video
History of the International Space Station
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...
Curated Video
Big Ideas - Episode 12 - Tallest Buildings
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...
Curated Video
Living Green - Episode 129 - Intel Solar Power & Conservation Programs
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.
Wonderscape
Water's Wondrous Transformations: Solid, Liquid, and Gas
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...
Curated Video
A Day in the Life of a County Grant Writer
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...
One Minute History
197 - Geronimo - One Minute History
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - GRU and LSTM (Part 2)
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Animated Clock - Part 1
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Set Item to Edit
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Clear UI State
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Object Literals
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 1)
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Conditional Rendering
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 2
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 2)
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Hooks in Reacts.JS
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...
Curated Video
Type-Safe Interfaces with Modern C++ - std::optional – Use Cases
Understand realistic use cases for optional, by looking at example function interfaces and data structure definitions