Instructional Video4:26
Wonderscape

Maya Angelou: A Life in Writing and Beyond

K - 5th
This video explores Maya Angelou's rise to fame as a writer, starting with her groundbreaking memoir I Know Why the Caged Bird Sings. It highlights her success in poetry, her Pulitzer-nominated collection Just Give Me a Cool Drink of...
Instructional Video0:57
Curated Video

I WONDER - What Titles Were Given To George Washington?

Pre-K - 5th
March into 'What Titles Were Given To George Washington?' to learn about the many honors and roles of America's first president! A quick, historical adventure perfect for young history buffs.
Instructional Video4:29
Wonderscape

The Military Beginnings of George Washington

K - 5th
Discover George Washington's entry into the military during the tense prelude to the Seven Years' War. Follow his journey through treacherous terrain to deliver a message to French forces, his early combat experiences, and his rise to...
Instructional Video2:34
Curated Video

The FIFA World Cup

Pre-K - Higher Ed
The FIFA World cup, is regarded by many as the greatest sporting prize in the world. Every four years the top 32 football teams in the world gather to play the World Cup Finals in their quest to take home this solid 18 carat gold trophy...
Instructional Video2:01
Curated Video

Football Shorts - Episode 135 EGYPT CELEBRATES

3rd - Higher Ed
THE FINAL OF THE AFRICAN NATIONS CUP BETWEEN THE 2006 TITLE HOLDERS EGYPT AND CAMEROON WAS PLAYED IN THE GHANAIAN CAPITAL ACCRA. EGYPT WENT INTO THE MATCH AS FAVOURITES.
Instructional Video2:01
Curated Video

Football Shorts - Episode 99 ARGENTINA'S ARSENAL

3rd - Higher Ed
IT WAS THE SECOND LEG OF THE FINALS OF THE COPA SUDAMERICANA BETWEEN THE MODEST ARGENTINE SIDE ARSENAL, WHICH HAD NEVER WON A TITLE IN ITS 50 YEAR HISTORY, AND MEXICAN CLUB AMERICA. AMERICA WAS LEADING 2-0 AND SET TO WIN THE TROPHY UNTIL...
Instructional Video7:34
Wonderscape

Discovering the Dragons of Komodo Island

K - 5th
Explore the mysterious Komodo Island, home to the formidable Komodo Dragons. Learn about their unique adaptations, hunting techniques, and the crucial role of Komodo National Park in protecting these magnificent creatures. Discover...
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 Video15:22
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Install Tailwind CSS and Create the First Template-1

Higher Ed
This video guides you through the process of installing Tailwind CSS and demonstrates how to create the initial template, laying the foundation for the Tesla UI clone project.
Instructional Video11:06
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Project README

Higher Ed
A README is a text file that introduces and explains a project. It contains information that is commonly required to understand what the project is about.
<
br/>
This clip is from the chapter "Super Charge GitHub" of the series "Git...
Instructional Video12:31
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes

Higher Ed
This video explains pull changes on GitHub.<br<br/>/>

This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Instructional Video15:22
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Content Creation (For the Amazing Website)

Higher Ed
In this video, we will understand how to create content for our website. We will create a large background image for the header and then create a logo, which we will generate using AI as we did on the previous website using DALL-E by...
Instructional Video9:32
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS

Higher Ed
This lesson will explore the fundamentals of hypertext markup language (HTML) and cascading style sheets (CSS) needed to create a website. You will learn about the IDE to be used for storing the code.
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.
<
br/>
This...
Instructional Video7:12
Curated Video

Modern JavaScript from the Beginning - Second Edition - TV Show Details Page

Higher Ed
In this video, we will create a TV show details page that's similar to the movie details page. We will fetch TV show data from the API and use a template literal to render the content.
<
br/>
This clip is from the chapter "Flixx...
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.
<
br/>
This clip is from the...
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.
<
br/>
This clip is from the chapter "Flixx Movie App Project" of the series "Modern...
Instructional Video11:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - AJAX and XHR Object

Higher Ed
In this video, you will learn about the Network tab in the Chrome DevTools. We will see how to inspect HTTP requests and responses and how to analyze network performance.
<
br/>
This clip is from the chapter "Asynchronous...
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.
<
br/>
This clip is from the chapter...
Instructional Video8:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - InnerHTML Versus createElement()

Higher Ed
This video explains the difference between using innerHTML and createElement() to add HTML elements to the DOM. It covers the advantages and disadvantages of each method.
<
br/>
This clip is from the chapter "DOM Manipulation" of...
Instructional Video6:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Create and Append Elements

Higher Ed
This video covers how to create new elements using JavaScript and how to append them to the DOM. It covers the createElement(), createTextNode(), and appendChild() methods.
<
br/>
This clip is from the chapter "DOM Manipulation" of...
Instructional Video14:17
Curated Video

Modern JavaScript from the Beginning - Second Edition - DOM Selectors - Single Elements

Higher Ed
This video covers the different ways to select a single element in the DOM using JavaScript. It covers the methods getElementById(), querySelector(), and querySelectorAll().
<
br/>
This clip is from the chapter "DOM Manipulation" of...
Instructional Video9:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - JSON Introduction

Higher Ed
In this video, we will be introduced to JSON (JavaScript Object Notation), a lightweight data interchange format, and learn how to use it in JavaScript.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...
Instructional Video7:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Destructuring and Naming

Higher Ed
In this video, you will learn how to use destructuring to extract values from arrays and objects, and how to use naming conventions in JavaScript.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern...