Instructional Video5:50
SciShow

What's Going to Space in 2023?

12th - Higher Ed
2022 was a pretty exciting year for space science, but what news might we expect in the coming year?
Instructional Video10:35
SciShow

5 Tiny Bots Inspired by Nature

12th - Higher Ed
The creation of tiny robots could enable the exploration of new frontiers, from the tightest spaces in the human body to the most remote ecosystems. Here are 5 little bots that draw inspiration from nature to get the job done.
Instructional Video15:00
TED Talks

TED: How to transform apocalypse fatigue into action on global warming | Per espen Stoknes

12th - Higher Ed
The biggest obstacle to dealing with climate disruptions lies between your ears, says psychologist and economist Per espen Stokes. He's spent years studying the defenses we use to avoid thinking about the demise of our planet -- and...
Instructional Video11:04
Crash Course

The World Wide Web: Crash Course Computer Science

12th - Higher Ed
Today we’re going to discuss the World Wide Web - not to be confused with the Internet, which is the underlying plumbing for the web as well as other networks. The World Wide Web is built on the foundation of simply linking pages to...
Instructional Video9:14
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnInitialized and OnInitializedAsync

Higher Ed
This lecture discusses the OnInitialized and OnInitializedAsync methods in a component's lifecycle. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video2:46
Curated Video

Perspective: Dazzle Camouflage

6th - 12th
See the amazing warship 'camouflage' that dazzled the enemy, not by hiding the ship, but by tricking the eye. Maths - Space A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s math films show abstract...
Instructional Video8:36
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Solving: Merge Conflict

Higher Ed
This video explains how to solve the merge conflict in Git. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve one.
Instructional Video12:35
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Stash

Higher Ed
This video explains Git Stash, which is used when you want to record the current state of the working directory and the index but want to go back to a clean working directory. This clip is from the chapter "Other: Diff, Stash, and...
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 Video3:36
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Pizzas Component

Higher Ed
The next component we will create is a pizzas component, which will display all of the available pizzas on the menu. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video2:08
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 07-2

Higher Ed
This video is related to report creation and customization in real-world project scenarios. This exercise reinforces the ability to generate tailored reports by comparing two reports, working on landscape and portrait versions, and...
Instructional Video13:41
Curated Video

The Art of Doing - Web Development for Beginners - About Me Project

Higher Ed
In this video, we will walk through my version of the "About Me" project and learn how to apply the HTML tags we covered in the previous videos to build a simple and basic web page. This clip is from the chapter "Basic HTML Tags" of the...
Instructional Video10:06
Curated Video

The Art of Doing - Web Development for Beginners - Organizing Text with Tables

Higher Ed
In this video, you will learn how to use tags such as table, tr, th, td, caption, details, and summary to create tables of elements on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web...
Instructional Video15:50
Curated Video

The Art of Doing - Web Development for Beginners - CSS Selectors

Higher Ed
In this video, you will learn about different CSS selectors such as Universal selector, Element selector, Selector list, Class selector, ID selector, and Descendant selector. We will also understand how CSS properties are inherited from...
Instructional Video14:08
Curated Video

The Art of Doing - Web Development for Beginners - Headings and Paragraphs

Higher Ed
In this video, you will learn how to use the heading and paragraph tags to structure and organize content on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Instructional Video15:08
Curated Video

The Art of Doing - Web Development for Beginners - Using querySelector()

Higher Ed
In this video, we will explore the querySelector method, which allows us to select elements using CSS selectors. You will learn how to use more complex selection options using querySelector and how it differs from getElementById. This...
Instructional Video16:22
Curated Video

The Art of Doing - Web Development for Beginners - Writing CSS Rules

Higher Ed
In this video, you will learn how to add CSS to our HTML document in the tag and write CSS rules for selecting specific HTML elements. We will also understand how to override specific styling rules and how to make certain HTML elements...
Instructional Video12:56
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header and Hero Section/ 208

Higher Ed
We will take the project styling further, and look at creating the separate header and Hero sections. The Hero section will have a tagline and subtitle and then the other section with the cards and other components.
Instructional Video9:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Queries, Type, Expect, and More / 154

Higher Ed
This video will teach an important concept before moving on to JavaScript and jQuery, the document object model (DOM).
Instructional Video7:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-2

Higher Ed
This video focuses on the concepts of cloud computing, the advantages and disadvantages of cloud computing, and the different types of service models in cloud computing.
Instructional Video8:13
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Format the Plot

Higher Ed
In this video, you will learn how to format our Matplotlib plot. This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video6:28
Curated Video

The Complete Vue.js Course for Beginners - Multiple Slots

Higher Ed
In this video, we will look at multiple slots, study different slots, why we make them, and where they are used. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section,...
Instructional Video13:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 222

Higher Ed
This video explains how to design the HTML template. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains another project where...
Instructional Video14:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Controlling Content (Add/Delete) / 048

Higher Ed
This video explains how to add and delete content on our webpage using DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...