Instructional Video4:45
Wonderscape

Ancient Greece: The City-States and Their Influence

K - 5th
This video explores the unique city-states of ancient Greece, highlighting key places like Sparta and Athens. Learn how these independent regions developed their own governments, cultures, and customs, with Athens being the birthplace of...
Instructional Video4:19
Wonderscape

The Founding Fathers and the Creation of the US Constitution

K - 5th
This video explains how the founding fathers met in 1787 to create the US Constitution, establishing the government's three branches: legislative, executive, and judicial. It introduces the concepts of separation of powers and checks and...
Instructional Video3:28
Wonderscape

Albert Einstein’s Later Years and Lasting Legacy

K - 5th
This video explores Albert Einstein's later years, including his publication of the General Theory of Relativity in 1915 and his move to the United States in the 1930s. Discover how his groundbreaking ideas about gravity were confirmed...
Instructional Video3:28
Wonderscape

Understanding Einstein’s E=mc² and Its Impact on Science

K - 5th
This video explains Albert Einstein’s famous equation, E=mc², which reveals the relationship between energy and mass. Learn how Einstein’s theory showed that matter can be converted into energy, fundamentally altering our understanding...
Instructional Video4:35
Wonderscape

Einstein's Miracle Year: Groundbreaking Discoveries of 1905

K - 5th
This video delves into Albert Einstein's "miracle year" of 1905, when he published revolutionary papers that changed our understanding of light, atoms, and the universe. Learn about his theories on photons and quantum theory, his proof...
Instructional Video8:50
Curated Video

Biologist

9th - Higher Ed
Clayton Ferrara ’08 is the National Science Director for Ideas For Us, a nonprofit with the goal of "helping to advance sustainability and environmental awareness through youth-led action." As a biologist and life-long philanthropist,...
Instructional Video8:07
Bedtime History

The Mona Lisa Story For Kids

K - 5th
Learn about the history of the Mona Lisa, from it's creation by Leonardo Da Vinci, to its path through history, including its theft and eventual home in the Louvre Museum.
Instructional Video5:06
Wonderscape

Roman Architecture: Innovations and Influence

K - 5th
Discover the ingenuity of ancient Roman architecture, from the use of arches and vaults to the groundbreaking application of concrete. Explore iconic structures like the Pantheon and Colosseum, and see how Roman design principles...
Instructional Video9:55
Curated Video

Liyana's Story Begins

3rd - Higher Ed
Legendary South African storyteller, Gcina Mhlophe, guides five orphaned children from Eswatini as they collaborate to craft an original fairytale drawn from their darkest memories and brightest dreams. Their fictional character, Liyana,...
Instructional Video6:37
Wonderscape

Breaking Barriers: Understanding and Overcoming Challenges to Multiculturalism

K - 5th
Explore the complexities and obstacles hindering true multiculturalism, including systemic prejudice and discrimination based on race, gender, ethnicity, and more. This video explains how historical events and social systems perpetuate...
Instructional Video4:16
Wonderscape

Unity in Diversity: Harnessing the Power of Multicultural Perspectives

K - 5th
Uncover the advantages of embracing cultural diversity, from enhanced creativity to fairer societal outcomes. This video explores how diverse environments in schools, workplaces, and communities lead to innovative thinking and better...
Instructional Video1:04
Curated Video

Effective Communication and Collaboration in Team Environments

9th - Higher Ed
David, a civil engineer, believes communication, teamwork, and expressing ideas in a collaborative work environment are key to success. He encourages individuals to confidently share their thoughts and opinions, even if they differ from...
Instructional Video0:30
Curated Video

Standing Out as a New Hire: The Power of Innovative Ideas

9th - Higher Ed
Caitlyn, an Associate Marketing Manager with PPG Industries, explains the importance of new hires bringing innovative ideas and a fresh perspective to stand out in the company. By contributing unique and valuable insights, individuals...
Instructional Video11:17
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)

Higher Ed
In this video, we will see the recommended order of taking the lessons offered in this learning program, the logical progression of the course, and the optimal order to take the courses to maximize our learning and understanding of the...
Instructional Video5:22
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install SQL Server Express (Windows)

Higher Ed
This video explains the installation of SQL Server Express on Windows. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get...
Instructional Video7:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - Create Idea through Form

Higher Ed
In this video, we will implement the ability to create a new idea through the form and send it to the backend. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from...
Instructional Video12:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - API Service - Fetch Ideas

Higher Ed
In this video, we will create an API service that will be used to fetch the ideas from the backend. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video12:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - IdeaList Component

Higher Ed
In this video, we will create the IdeaList component that will display all the ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video15:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Database Queries

Higher Ed
In this video, we will write database queries using Mongoose to retrieve ideas from the database based on various criteria. You will also learn about the different query methods available in Mongoose, such as findOne, find, and findById....
Instructional Video5:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Schema and Model

Higher Ed
In this video, we will define a Mongoose schema for our ideas collection, which will specify the fields and their data types. We will also create a Mongoose model based on the schema, which will allow us to perform database queries. This...
Instructional Video8:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv

Higher Ed
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string. This clip is from the chapter...
Instructional Video6:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - PUT and DELETE Requests - Update and Remove Ideas

Higher Ed
In this video, we will handle PUT and DELETE requests to update and remove existing ideas from the database. We will use Mongoose to find and update or remove the idea and return an appropriate response to the client. This clip is from...
Instructional Video8:25
Curated Video

Modern JavaScript from the Beginning - Second Edition - Handle POST Requests - Add Idea

Higher Ed
In this video, we will handle POST requests to add a new idea to our database. We will use Mongoose to create a new idea and save it to the database, and also include validation to ensure that the required fields are present. This clip...
Instructional Video6:09
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nodemon and Route Clean-Up

Higher Ed
In this video, we will use Nodemon to automatically restart our server whenever changes are made, making development more efficient. We will also clean up our code by moving our route handlers into separate modules. This clip is from the...