Instructional Video12:59
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Nested Component in Blazor

Higher Ed
This video explains how to create a child component that is nested in a parent component. You will know about the parameter attribute and RenderFragment delegate and their use in the app. This clip is from the chapter "Components in...
Instructional Video8:05
Oxford Comma

Conclusion Paragraphs. HOW TO; EXAMPLES

9th - 12th
Make your essay stand out from the crowd! Because it’s the most under-taught part of the writing process, the conclusion paragraph presents you with the best chance to quickly improve your writing.
Instructional Video20:04
All In One Social Media

Unlocking Video Marketing Success from Start to Finish

Higher Ed
Join me on a journey to video marketing mastery with 'Unlocking Video Marketing Success from Start to Finish.' This guide is crafted for the ambitious solopreneur and the dynamic small business team ready to make their mark. We'll...
Instructional Video2:33
Great Big Story

The art of making Haggis, a Scottish tradition

12th - Higher Ed
Explore the champion haggis making process in Scotland, from traditional ingredients to modern serving styles.
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 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 other...
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. This clip is from the chapter "Super Charge GitHub" of the series "Git and GitHub...
Instructional Video12:31
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes

Higher Ed
This video explains pull changes on GitHub. 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. This clip is from...
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. This clip is from the chapter "Flixx Movie App...
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 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. This clip is from the chapter "Asynchronous JavaScript" of the...
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 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. This clip is from the chapter "DOM Manipulation" of the series...
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. This clip is from the chapter "DOM Manipulation" of the series...