Instructional Video7:57
Packt

Serving up Files

Higher Ed
File Uploads (Task App): Serving up Files This clip is from the chapter "File Uploads (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about File uploads
Instructional Video5:32
Curated Video

Complete Modern C++ - Enums - Part II (Scoped Enums C++11)

Higher Ed
This video shows the implementation of scoped enums. • Look at the Qt5 documentation • Understand that Qt widgets are “painted” • Understand that Qt5 widgets use painters to “paint” their content This clip is from the chapter "More C++...
Instructional Video5:00
Curated Video

Night Hag Syndrome: Exploring Sleep Paralysis and Hallucinations

Pre-K - Higher Ed
Learn about the phenomenon of sleep paralysis, also known as the night hag syndrome. This video explains how sleep paralysis occurs when the body is in a sleep-like state while the mind and eyes are awake, causing a feeling of being...
Instructional Video4:05
Curated Video

Excel VBA Programming The Complete Guide - The If Then Statement

Higher Ed
The conditional If statement is the heart of programming. It allows our macro to have multiple branches --- different pathways to take depending on a given condition. In this lesson, we explore the technical syntax for implementing an If...
Instructional Video19:12
Curated Video

Python for Data Analysis: Step-By-Step with Projects - If Statements, Loops

Higher Ed
This video explains if statements, loops. This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This section gives you a crash course in Python.
Instructional Video21:18
TMW Media

Algebra Word Problem Lever Problems

K - 5th
The Algebra Word Problem Tutor series teaches by examples how to set up algebra word problems and solve them. This program teaches students how to solve word problems that involve levers. Students are taught how to read the problem and...
Instructional Video5:42
Curated Video

PMP Certification Training - Overview of Project Risk Management and Processes

Higher Ed
This video explains project risk management and processes. This clip is from the chapter "Project Risk Management" of the series "PMP® Certification Training".This section explains project risk management.
Instructional Video7:06
JJ Medicine

Takayasu’s Arteritis (Pulseless Disease) | Large Vessel Vasculitis |Symptoms, Diagnosis, Treatment

Higher Ed
Takayasu’s Arteritis (Pulseless Disease) | Large Vessel Vasculitis |Symptoms, Diagnosis, Treatment Takayasu’s arteritis is a medium and large vessel vasculitis that causes narrowing (stenosis) of many blood vessels in the body. Narrowing...
Instructional Video10:21
JJ Medicine

Multiple Endocrine Neoplasia Type 1 (MEN-1) | Signs and Symptoms, Diagnosis and Treatment

Higher Ed
Lesson on multiple endocrine neoplasia type 1 (MEN-1). MEN-1 is a rare heritable disorder that predisposes affected individuals to tumours in the pituitary, parathyroid glands and the pancreas. Tumours in the pituitary, parathyroid...
Instructional Video9:12
JJ Medicine

Middle Ear Infection (Acute Otitis Media) | Causes, Symptoms, Diagnosis, Treatment

Higher Ed
Middle Ear Infection (Acute Otitis Media) | Causes, Symptoms, Diagnosis, Treatment Middle ear infections (also known as acute otitis media) are relatively common infections of the middle ear, causing inflammation and fluid buildup behind...
Instructional Video6:44
Curated Video

Beginning Python (Video 24)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video4:32
Curated Video

Complete Modern C++ - Range-Based For Loop - I (C++11)

Higher Ed
This video introduces the new range-based for loop in C++11 and explains how to use it. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Instructional Video13:31
Curated Video

The Modern JavaScript Bootcamp (2019) - Hangman Challenge: Part II

Higher Ed
In this video, you’re to build out part of the hangman game. This clip is from the chapter "Advanced Objects and Functions" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand the advanced...
Instructional Video11:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions

Higher Ed
This video talks about Java for loop to print multiplication table - exercise solutions. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video9:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 27 - Java For Loop to Print Multiplication Table – Introduction

Higher Ed
This video talks about Java for loop to print multiplication table – introduction. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video5:04
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - KeyPress Events.

Higher Ed
In this video, we'll cover KeyPress events. This clip is from the chapter "JavaScript Document Object Model" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section describes JavaScript DOM. You will...
Instructional Video6:20
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Raising Exceptions

Higher Ed
This video demonstrates how to raise exceptions. This clip is from the chapter "Exception Handling Mechanism" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains how to raise exceptions in...
Instructional Video2:38
Curated Video

Python 3 for Beginners: Loops - For and While Statements Explained

Higher Ed
In this educational video, you will learn about two important types of loops in Python: for and while loops. The video explains how to use for loops to perform actions on every item in a list, with examples that demonstrate how the code...
Instructional Video11:11
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 11: Parameterized Tests

Higher Ed
Unit Testing with Junit: Step 11: Parameterized Tests This clip is from the chapter "Unit Testing with Junit" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into unit testing by setting up...
Instructional Video9:08
Curated Video

Job-Ready SQL in an Afternoon - Self Joins

Higher Ed
In this video, we will cover self joins. This clip is from the chapter "Joins, Unions, and Subqueries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover joins, unions, and subqueries.
Instructional Video8:17
Englishing

Lesson on ELLIPSIS - leaving out words (Italians are more cunning than I am)

9th - Higher Ed
This video is about ellipsis. Ellipsis is to leave out words that are considered unnecessary. Used mainly in spoken English. This lesson is intended for elementary students who wish to learn English grammar, and for those levels above...
Instructional Video5:03
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Condition Statements JavaScript

Higher Ed
In this video, we'll cover condition statements JavaScript. 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 Video3:44
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Product Upsert View Part 2

Higher Ed
In this video, we'll look at product Upsert view part 2. This clip is from the chapter "Product CRUD" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at product CRUD.
Instructional Video5:55
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Login UI Change

Higher Ed
In this video, we'll look at login UI change. This clip is from the chapter "Advanced Concepts" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at advanced concepts