SciShow
Epigenetics
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.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Pass Parameter to Components and Prevent Default Action
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - One-Way Data Binding in ASP.NET Core 3.1 Blazor
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Your First Razor Component in Blazor
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...
Curated Video
AI for Teachers with ChatGPT - How to Use PrepAI
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...
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.
Wonderscape
Constructing the Body of an Essay: A Guide to Effective Writing
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Rebase Merge Conflict
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.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes from GitHub
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.
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 - Fetch API Error Handling
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Insert Elements, Text, and HTML
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Profile Scroller Project
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Insert Adjacent Element and Insert Adjacent HTML
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Font Family
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Text Spacing
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Text Alignment
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Selectors and Colors in CSS3
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Break Tags?
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Paragraph Tags?
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.