Curated Video
The Real History of the Partition of India & Pakistan in Ms. Marvel
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...
Curated Video
Algebra | Expanding Single Brackets | Maths with Mrs. B
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...
Curated Video
Algebra | Factorising to Single Brackets | Maths with Mrs. B
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...
Curated Video
Algebra | The nth Term | Maths with Mrs. B
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...
Curated Video
Algebra | Two-Step Equations | Maths with Mrs. B
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...
Curated Video
Algebra | Equations - An Introduction | Maths with Mrs. B
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...
Curated Video
Vowel Team Syllables {Syllable Types}
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...
Curated Video
Football Shorts - Episode 74 ARGENTINA SOCCER BAN
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...
Curated Video
Consonant + le Syllables {Syllable Types}
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...
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Model Y and Accessories Sections
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.
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Website Design and Responsiveness
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Video Player Project
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Drum Machine Project
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Add Pagination for Search
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Search Results
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Swiper Slider
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Movie Details Page
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Spinner and Popular TV Shows
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Popular Movies
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Random User Mini-Project
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Callbacks
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Event Bubbling
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - KeyCode Mini-Project
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...