Instructional Video8:25
SciShow

Epigenetics

12th - Higher Ed
Hank & his clone Circus Hank explain the power of epigenetics, which studies the factors that determine how much or whether some genes are expressed in your body.
Instructional Video9:38
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog

Higher Ed
This lecture shows how to create a confirm delete dialog for getting the confirmation from users before deleting a movie. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Instructional Video10:45
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Pass Parameter to Components and Prevent Default Action

Higher Ed
In this video, you will be able to pass parameters to top-level components and prevent default keypress inputs to be registered for a Blazor 3.1 server project. These features were released on December 3 by Microsoft and enhance Blazor...
Instructional Video16:47
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - One-Way Data Binding in ASP.NET Core 3.1 Blazor

Higher Ed
The tutorial builds a binding demo project in Visual Studio 2019, which toggles a paragraph with changed text and styles on the clicking of a button. A counter gets incremented as well. This clip is from the chapter "Advanced Concepts...
Instructional Video13:59
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Your First Razor Component in Blazor

Higher Ed
In this video, you will create your first Razor (Blazor) component that computes the average of numbers, and you will understand the core concept of components and be able to build simple components with Blazor. This clip is from the...
Instructional Video4:20
Curated Video

AI for Teachers with ChatGPT - How to Use PrepAI

Higher Ed
This video demonstrates the step-by-step process of effectively utilizing PrepAI to create customized quizzes and tests effortlessly. This clip is from the chapter "PrepAI - Quiz and Test Generator" of the series "AI for Teachers with...
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 Video5:56
Wonderscape

Constructing the Body of an Essay: A Guide to Effective Writing

K - 5th
Discover the essentials of crafting the body of an essay, the core component where the author's ideas come to life. Learn about the structure and importance of topic sentences, the role of supporting details and examples, and how to...
Instructional Video9:52
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Rebase Merge Conflict

Higher Ed
This video explains rebase merge conflict. This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Instructional Video2:57
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes from GitHub

Higher Ed
This video explains pull changes from GitHub. 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 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 Video13:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fetch API Error Handling

Higher Ed
In this video, we will explore various techniques for handling errors when working with the Fetch API, including how to check the response status code, catch network errors, and gracefully handle error responses. This clip is from the...
Instructional Video9:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes

Higher Ed
This video covers how to manipulate CSS styles and classes in the DOM using JavaScript. It covers the style property and the classList property. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the...
Instructional Video9:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - Insert Elements, Text, and HTML

Higher Ed
This video covers how to insert new elements, text, and HTML into the DOM using JavaScript. It covers the insertBefore(), insertAdjacentElement(), insertAdjacentText(), and insertAdjacentHTML() methods. This clip is from the chapter "DOM...
Instructional Video11:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM

Higher Ed
This video explains what the DOM is and how it works. It covers the concept of nodes and how they are used to represent the elements in an HTML document. The video also explains how JavaScript can be used to interact with the DOM. This...
Instructional Video17:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom

Higher Ed
In this video, we will write a unit test for a function that gets all elements with a particular tag name in a web page. We will use jsdom, a JavaScript implementation of the DOM, to simulate a web page and test our function. This clip...
Instructional Video7:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Profile Scroller Project

Higher Ed
In this project, we will use iterators and generators to create a profile scroller application that displays a list of profiles and allows the user to scroll through them. This clip is from the chapter "Iterators, Generators, and Data...
Instructional Video4:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Insert Adjacent Element and Insert Adjacent HTML

Higher Ed
This video introduces the insertAdjacentElement() and insertAdjacentHTML() methods, which provide flexible ways to insert elements or HTML content at specific positions relative to an element. You will learn to use these methods to...
Instructional Video6:35
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Font Family

Higher Ed
In this video, we will dive into the realm of fonts with CSS3's font-family property. We will explore the different font options available and learn how to specify font families for text content and utilize web-safe fonts and include...
Instructional Video3:11
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Text Spacing

Higher Ed
In this video, we will master the art of adjusting letter and word spacing with CSS3's letter-spacing and word-spacing properties. We will explore the impact of these properties on the readability and aesthetics of your text and learn to...
Instructional Video2:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Text Alignment

Higher Ed
In this video, you will learn how to control the alignment of text in your webpages using CSS3. We will discover the various text alignment options available, such as left, right, center, and justify, and how to apply them to different...
Instructional Video8:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Selectors and Colors in CSS3

Higher Ed
In this video, we will dive into the world of selectors and colors in CSS3, different types of selectors, and how they can be used to target specific HTML elements. We will explore the wide range of color options available in CSS3.
Instructional Video1:45
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Break Tags?

Higher Ed
In this video, we will understand the purpose of break tags in HTML to introduce line breaks and create vertical spacing within your content. You will learn to use break tags effectively for better readability.
Instructional Video2:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Paragraph Tags?

Higher Ed
In this video, we will explore paragraph tags and their significance in structuring and formatting textual content on webpages. You will learn to use paragraph tags to create paragraphs and apply styling using CSS.