Instructional Video9:29
Curated Video

The Real History of the Partition of India & Pakistan in Ms. Marvel

12th - Higher Ed
But a lot of the magic behind the bangles has been lost to time, war, and trauma. And Kamala has yet to learn how to control these forces. Based on real historical events, Kamala's family was forcibly displaced and lost loved ones during...
Instructional Video5:01
Curated Video

Algebra | Expanding Single Brackets | Maths with Mrs. B

K - 12th
This video will guide you through the process of expanding a single term across terms within a bracket, demonstrating each step with clear examples. 00:00 Introduction 00:12 Demonstration 01:08 Questions 01:23 Example 1 01:51 Example 2...
Instructional Video7:26
Curated Video

Algebra | Factorising to Single Brackets | Maths with Mrs. B

K - 12th
This video will guide you through the process of factorising expressions into single brackets, with clear step by step examples. 00:00 Introduction 00:12 Demonstration 01:29 Questions 01:44 Example 1 02:33 Example 2 03:24 Example 3 04:14...
Instructional Video9:56
Curated Video

Algebra | The nth Term | Maths with Mrs. B

K - 12th
Explore the concept of the nth term and learn how to write an nth term expression for a sequence in this clear, step-by-step tutorial. 00:00 Introduction 00:12 Demonstration 03:03 Questions 03:22 Example 1 04:20 Example 2 05:16 Example 3...
Instructional Video8:18
Curated Video

Algebra | Two-Step Equations | Maths with Mrs. B

K - 12th
This video builds upon foundational knowledge of algebraic equations, delving into the methodology for solving two-step equations with clear, step-by-step explanations. 00:00 Introduction 00:14 Questions 00:32 Example 1 01:42 Example 2...
Instructional Video8:12
Curated Video

Algebra | Equations - An Introduction | Maths with Mrs. B

K - 12th
This video introduces the concept of algebraic equations and guides learners through the process of solving one-step equations, step by step. 00:00 Introduction 00:16 What is an Equation? 02:13 Solving Equations 02:32 Example 1 03:23...
Instructional Video5:29
Curated Video

Vowel Team Syllables {Syllable Types}

K - 3rd
This video teaches vowel team syllables (ai, ea, oa, ou, oo, and more) and how to read them. It is assumed that kids already know open, closed, Magic E, and r-controlled syllables. See links to those videos below. Knowing syllable types...
Instructional Video2:01
Curated Video

Football Shorts - Episode 74 ARGENTINA SOCCER BAN

3rd - Higher Ed
A MATCH IN THE ARGENTINEAN FIRST DIVISION BETWEEN INDEPENDIENTE AND RACING CLUB WAS CALLED OFF BY REFEREE HORACIO ELIZONDO IN THE 64TH MINUTE AS RACING FANS IN THE AWAY SECTION CLASHED WITH RIOT POLICE, WHO USED RUBBER BULLETS AND TEAR...
Instructional Video6:44
Curated Video

Consonant + le Syllables {Syllable Types}

K - 3rd
This video teaches consonant + le syllables, (-ble, -cle, -ple, -tle and more) how to divide them and how to read them. It is assumed that kids already know open, closed, Magic E, r-controlled, and vowel teams syllables. See links to...
Instructional Video7:44
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Model Y and Accessories Sections

Higher Ed
In this video, we will tackle the creation of the Model Y and Accessories sections within the Tesla UI clone, adding depth and detail to the overall user interface.
Instructional Video14:19
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Website Design and Responsiveness

Higher Ed
In this video, you will learn about the kind of website we can make and how to make the website responsive, which means it will look good on tablets and mobiles by creating the website layout adjust to the screen size using flexboxes. We...
Instructional Video12:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Video Player Project

Higher Ed
In this video, you will learn how to create a video player using the Video API. We will see how to customize the video controls and add a progress bar. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...
Instructional Video9:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Drum Machine Project

Higher Ed
In this video, you will learn how to create a drum machine using the Web Audio API. We will see how to create different drum sounds and how to play them using a keyboard. This clip is from the chapter "Web Browser APIs" of the series...
Instructional Video16:42
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Pagination for Search

Higher Ed
In this video, we will add pagination to the search results page to allow users to navigate between different pages of search results. We will use the Page.js library to create dynamic URLs and render the correct results for each page....
Instructional Video11:39
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Search Results

Higher Ed
In this video, we will display the search results on a separate page that's similar to the popular movies page. We will use a template literal to render the content and create pagination for large search result sets. This clip is from...
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 Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop

Higher Ed
In this video, we will add a backdrop image to the movie details page to provide a visual element that complements the movie information. We will use the Swiper library to create a responsive and dynamic backdrop. This clip is from the...
Instructional Video13:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Movie Details Page

Higher Ed
In this video, we will create a movie details page that displays more information about a selected movie. We will fetch additional data from the API and use a template literal to dynamically render the content. This clip is from the...
Instructional Video7:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Spinner and Popular TV Shows

Higher Ed
In this video, we will add a loading spinner to indicate when data is being fetched from the API. We will also fetch and display a list of popular TV shows using the same method we used for movies. This clip is from the chapter "Flixx...
Instructional Video13:39
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Popular Movies

Higher Ed
In this video, we will fetch and display a list of popular movies from the TMDb API using JavaScript's fetch function and render them to the UI. This clip is from the chapter "Flixx Movie App Project" of the series "Modern JavaScript...
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...
Instructional Video10:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Callbacks

Higher Ed
In this video, you will learn about callbacks in JavaScript. we will see how to use callbacks to execute code after an asynchronous task is completed and how to handle errors and exceptions. This clip is from the chapter "Asynchronous...
Instructional Video5:43
Curated Video

Modern JavaScript from the Beginning - Second Edition - Event Bubbling

Higher Ed
In this video, we will explore how event bubbling works in JavaScript. You will learn about the event propagation model and how to use it to handle events more efficiently. This clip is from the chapter "Events" of the series "Modern...
Instructional Video15:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - KeyCode Mini-Project

Higher Ed
In this video, we will work on a mini project that uses keyboard events to create a simple game. You will learn how to use event listeners and key properties to detect user input and update the game state accordingly. This clip is from...