Instructional Video13:34
Curated Video

Next.js from Development to Deployment - Category Pages

Higher Ed
This video explores category pages. This clip is from the chapter "Pagination and Category Pages" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section explains pagination and category pages.
Instructional Video5:39
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Service Endpoints Demo

Higher Ed
In this video, we will cover service endpoints demo. This clip is from the chapter "Azure Virtual Networking" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains Azure virtual networks and their...
Instructional Video9:55
Curated Video

REST APIs with Flask and Python - Your First Flask Application

Higher Ed
This video demonstrates how to create an application that returns some data when called using a GET request (such as through a web browser). This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and...
Instructional Video3:10
Curated Video

C++ Standard Template Library in Practice - Replacing and Transforming - std::replace

Higher Ed
The listener is new to algorithms and does not know about the replacement algorithms. • Introduce the listener to the std::replace algorithms • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video3:00
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::partition_copy

Higher Ed
The listener is new to algorithms and does not know about the partition_copy algorithms. • Introduce the listener to the std::partition_copy algorithm • Show how it works and explain the different versions available • Reinforce the...
Instructional Video12:49
Curated Video

Vim Masterclass - Deleting Text and "Thinking in Vim"

Higher Ed
This video demonstrates how to delete text using the Vim editor. This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
Instructional Video6:26
Curated Video

Django3- Using Form Data

Higher Ed
In this video, we will look at using form data. This clip is from the chapter "Site 1 - Password Generator" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project...
Instructional Video20:39
Curated Video

The Complete Java Developer Course: From Beginner to Master - Selection Control Statements

Higher Ed
This video explains about the selection control statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video13:07
Curated Video

The Complete Java Developer Course: From Beginner to Master - String Methods, Part 2

Higher Ed
This video is the second part of the two-part video, which shows different string methods. This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete Java Developer Course: From Beginner to...
Instructional Video12:55
Curated Video

The Complete Java Developer Course: From Beginner to Master - String Methods, Part 1

Higher Ed
This video is the first part of the two-part video, which shows different string methods. This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete Java Developer Course: From Beginner to...
Instructional Video7:43
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Renaming Columns

Higher Ed
This video explains how to rename columns. This clip is from the chapter "Exploring Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to exploring data.
Instructional Video17:11
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Creating Physical Volume (PV), Volume Group (VG), and Logical Volume (LV)

Higher Ed
This video demonstrates how to create PV, VG, and LV. This clip is from the chapter "Logical Volume Manager (LVM)" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section introduces you to LVM.
Instructional Video4:29
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Solution - Cover Type Controller, View, Js and _layout

Higher Ed
In this video, we'll look at the solution for cover type controller, view, JS and _layout. This clip is from the chapter "Cover Type CRUD" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at...
Instructional Video12:55
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Welcome to OOP

Higher Ed
Object-Oriented Programming. It's basically just grouping variables and functions together. Actually, that's exactly what it is. No need to watch this video anymore. This clip is from the chapter "Advanced Python" of the series "Python...
Instructional Video8:19
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Variables in Action

Higher Ed
In this video, we'll cover JavaScript variables in action. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Instructional Video9:31
Curated Video

Excel VBA Programming The Complete Guide - VBA Functions, Part I

Higher Ed
The VBA object includes many helper methods to assist the developer with common utility operations. In this lesson, we explore the LCase, UCase, Len, Trim, and InStr methods for working with strings. This clip is from the chapter...
Instructional Video8:38
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Diffie Hellman Algorithm

Higher Ed
In this video, we'll learn about the Diffie Hellman algorithm. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Instructional Video7:45
Curated Video

Switch...Case

Pre-K - Higher Ed
Switch... Case statements allow you to evaluate a number of conditions at once. You'll learn Switch conditionals in this video.
Instructional Video5:06
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Basic Linux Commands

Higher Ed
This video explains the basic Linux commands. This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides an introduction to the fundamentals of Linux.
Instructional Video8:17
Curated Video

REST APIs with Flask and Python - If Statements

Higher Ed
This video explains the "if" statements used in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...
Instructional Video10:07
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Helpful Operators

Higher Ed
A bunch of miscellaneous Python functions that will help you in your day-to-day coding. This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give an...
Instructional Video8:25
Flipping Physics

Uniform Thin Hoop Rotational Inertia Derivation

12th - Higher Ed
Deriving the integral equation for the moment of inertia of a rigid body. Also deriving the rotational inertia of a uniform thin hoop. Want Lecture Notes? http://www.flippingphysics.com/rotati... This is an AP Physics C: Mechanics topic....
Instructional Video5:21
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Lists

Higher Ed
In this video, we'll learn about HTML lists. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about Element, HTML...
Instructional Video8:18
Curated Video

REST APIs with Flask and Python - If Statements with the "in" Keyword

Higher Ed
This video explains how to use the "if" statements with the "in" keyword. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help...