Instructional Video7:05
Wonderscape

The Science of Roller Coasters: Friction, Acceleration, and Thrills

K - 5th
Dive into the science behind roller coasters, exploring how friction and acceleration play crucial roles. Understand how friction converts energy into heat, impacting the coaster's motion, and learn how acceleration, influenced by...
Instructional Video7:21
Wonderscape

The Power of Simple Machines: How Levers Make Our Lives Easier

K - 5th
Discover the fascinating world of simple machines with a focus on levers, one of the oldest and most fundamental tools used by humans. Learn how levers enhance our strength, change the direction of force, and make it possible to lift...
Instructional Video3:34
Wonderscape

Revolution on the Move: The Mechanics of the Wheel and Axle

K - 5th
Dive into the mechanics of the wheel and axle, a simple machine that transforms how we transport objects and reduce effort. This video covers the integration of wheels in everyday tools like cars, bicycles, and dollies, explaining how...
Instructional Video3:17
Wonderscape

Mastering the Inclined Plane: A Simple Machine at Work

K - 5th
Discover how inclined planes, a basic but powerful type of simple machine, make it easier to move objects with less effort. Learn about the physics behind using ramps and slopes to harness gravity, and explore how different angles of...
Instructional Video3:24
Wonderscape

Mastering Rocket Stability and Control

K - 5th
Explore the intricacies of rocket stability and control. This part delves into the roles of rocket fins, the center of gravity, and the center of pressure, essential for maintaining a rocket's path and safety during flight. Physics of...
Instructional Video5:10
Wonderscape

The Forces Behind Rocket Launches

K - 5th
Unpack the forces that propel rockets beyond Earth's atmosphere. This segment breaks down the concepts of thrust, weight, and drag, explaining their interplay in achieving successful rocket launches. Learn how engineers optimize rocket...
Instructional Video7:01
Wonderscape

Physics of Rockets: Applying Newton's Laws of Motion

K - 5th
Dive into the basics of rocket science, exploring the fundamental physics principles that enable rockets to defy gravity and soar into space. Discover how Newton's laws of motion play a critical role in rocket engineering and launch...
Instructional Video5:04
Wonderscape

Measuring Mass with the Metric System: Grams to Metric Tons

K - 5th
Learn how the metric system simplifies measuring mass, from small objects like paper clips to large items like cars. This video covers the use of grams, kilograms, and metric tons, explaining the difference between mass and weight and...
Instructional Video5:34
Wonderscape

Understanding the Metric System: A Guide to Measuring Distance

K - 5th
Get a practical understanding of how the metric system measures distance, from meters to kilometers and beyond. This video breaks down the metric units of length, using everyday objects like guitars and baseball bats to visualize a...
Instructional Video11:28
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Understanding Unity's UI (User Interface)

Higher Ed
In this video, we will explore the Unity UI and how to navigate it effectively.
Instructional Video8:30
Curated Video

Machine Learning: Random Forest with Python from Scratch - Sets

Higher Ed
Our next datatype is a set, an unordered collection of iterable and mutable data. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Instructional Video7:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Constructor Functions

Higher Ed
In this video, we will introduce constructor functions and explain how they are used to create objects. We will also discuss the 'new' keyword and how it is used to instantiate objects from constructor functions. This clip is from the...
Instructional Video5:07
Curated Video

Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword

Higher Ed
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties. This clip is from the chapter "OOP -...
Instructional Video6:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP

Higher Ed
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP. This clip is from the chapter "OOP -...
Instructional Video9:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is OOP?

Higher Ed
In this video, we will define object-oriented programming and explore its fundamental concepts, including objects, classes, and inheritance. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern...
Instructional Video2:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-OOP Section Intro

Higher Ed
In this video, we will introduce the topic of Object-Oriented Programming (OOP) and explain its importance in modern web development. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Instructional Video11:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project

Higher Ed
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly. This clip is from the chapter "Web Browser...
Instructional Video10:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - Web Animations API - Ball Project

Higher Ed
In this video, you will learn about the Web Animations API. We will see how to create animations using the Web Animations API and how to control them using JavaScript. This clip is from the chapter "Web Browser APIs" of the series...
Instructional Video11:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - GeoLocation API

Higher Ed
In this video, you will learn about the GeoLocation API. We will see how to retrieve a user's location data and how to use it in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the...
Instructional Video19:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Search Functionality

Higher Ed
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...
Instructional Video13:35
Curated Video

Modern JavaScript from the Beginning - Second Edition - Swiper Slider

Higher Ed
In this video, we will use the Swiper library to create a slider that displays additional movie and TV show content. We will fetch the data from the API and create a responsive and dynamic slider. This clip is from the chapter "Flixx...
Instructional Video17:17
Curated Video

Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 1

Higher Ed
In this mini project, we will build a simple Todo list app using the Fetch API and the JSONPlaceholder API. We will cover how to make a POST request to add new todos and how to dynamically update the UI to reflect the current state of...
Instructional Video15:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fetch Options - Method, Body Headers

Higher Ed
In this video, we will explore the various options available when making a Fetch request, including the HTTP method, request body, and request headers. We will also cover how to set and use custom headers, such as authentication tokens....
Instructional Video12:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Random User Mini-Project

Higher Ed
In this mini project, we will use the Fetch API to load data from the Random User API and display it in an HTML document. We will cover how to create a custom function for fetching data, how to handle errors and loading states, and how...