Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Nested Component in Blazor
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...
Oxford Comma
Conclusion Paragraphs. HOW TO; EXAMPLES
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.
All In One Social Media
Unlocking Video Marketing Success from Start to Finish
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...
Great Big Story
The art of making Haggis, a Scottish tradition
Explore the champion haggis making process in Scotland, from traditional ingredients to modern serving styles.
Wonderscape
Maya Angelou: A Life in Writing and Beyond
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...
Wonderscape
The Military Beginnings of George Washington
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...
Curated Video
The FIFA World Cup
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...
Curated Video
Football Shorts - Episode 135 EGYPT CELEBRATES
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.
Curated Video
Football Shorts - Episode 99 ARGENTINA'S ARSENAL
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...
Wonderscape
Discovering the Dragons of Komodo Island
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...
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
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Install Tailwind CSS and Create the First Template-1
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.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Project README
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes
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.
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Content Creation (For the Amazing Website)
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...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS
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.
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 - TV Show Details Page
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...
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 - AJAX and XHR Object
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...
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 - InnerHTML Versus createElement()
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Create and Append Elements
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...