Wonderscape
Ancient Greece: The City-States and Their Influence
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...
Wonderscape
The Founding Fathers and the Creation of the US Constitution
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...
Wonderscape
Albert Einstein’s Later Years and Lasting Legacy
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...
Wonderscape
Understanding Einstein’s E=mc² and Its Impact on Science
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...
Wonderscape
Einstein's Miracle Year: Groundbreaking Discoveries of 1905
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...
Curated Video
Biologist
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,...
Bedtime History
The Mona Lisa Story For Kids
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.
Wonderscape
Roman Architecture: Innovations and Influence
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...
Curated Video
Liyana's Story Begins
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,...
Wonderscape
Breaking Barriers: Understanding and Overcoming Challenges to Multiculturalism
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...
Wonderscape
Unity in Diversity: Harnessing the Power of Multicultural Perspectives
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...
Curated Video
Effective Communication and Collaboration in Team Environments
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...
Curated Video
Standing Out as a New Hire: The Power of Innovative Ideas
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Install SQL Server Express (Windows)
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Create Idea through Form
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - API Service - Fetch Ideas
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - IdeaList Component
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Database Queries
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mongoose Schema and Model
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - PUT and DELETE Requests - Update and Remove Ideas
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Handle POST Requests - Add Idea
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Nodemon and Route Clean-Up
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...