Instructional Video2:26
Curated Video

Mastering Spring Framework Fundamentals - Applying Constructor Dependency Injection to XML Configuration

Higher Ed
This video demonstrates how to assign operators. This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Instructional Video5:05
Curated Video

Excel VBA Programming The Complete Guide - The Range.Offset Property

Higher Ed
The Range.Offset property shifts the currently selected range to a new one. It accepts two arguments -- the number of rows and the number of columns to move. Positive arguments represent downward movements for rows and rightward...
Instructional Video5:56
Curated Video

Excel VBA Programming The Complete Guide - The Workbooks.Add Method

Higher Ed
In this lesson, we invoke the Workbooks.Add method to create a new workbook from scratch. We also pass it an optional Template argument to make a copy of an existing workbook. This clip is from the chapter "Object Deep Dive" of the...
Instructional Video6:21
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet_SelectionChange Event

Higher Ed
The Worksheet_SelectionChange event is triggered when the user navigates to a different cell with a spreadsheet. In this lesson, we react our first Excel event and also explore the ByVal keyword in the automatically generated procedure....
Instructional Video6:07
Curated Video

Excel VBA Programming The Complete Guide - More Date and Time Functions

Higher Ed
In this lesson, we continue our exploration of additional datetime functions on the VBA helper object including Year, Month, Day, Hour, Minute, and Second. We also dive into the Weekday, WeekdayName and MonthName functions to discover...
Instructional Video8:03
Curated Video

Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I

Higher Ed
In this lesson, we dive deeper into the MsgBox method including its Buttons and Title parameter. We modify the aesthetics of the alert, including the clickable buttons and the information icon. This clip is from the chapter...
Instructional Video5:16
Curated Video

The Complete Practical Docker Guide - Using curl and wget Utilities

Higher Ed
This video explains using curl and wget utilities. This clip is from the chapter "Networking in Linux" of the series "The Complete Practical Docker Guide".This section focuses on networking in Linux.
Instructional Video2:53
Curated Video

The Complete Practical Docker Guide - Installing htop Package Using apt-get

Higher Ed
This video explains installing htop package using apt-get. This clip is from the chapter "Processes in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the processes in Linux.
Instructional Video12:36
Curated Video

The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: Arrow Functions

Higher Ed
In this video you'll learn about ES6 Arrow Functions. This is a new way to create functions in ES6 and comes with an improved syntax. This clip is from the chapter "Hello React" of the series "The Complete React Developer Course (with...
Instructional Video9:52
Curated Video

The Modern JavaScript Bootcamp (2019) - Build an Expense Tracker

Higher Ed
In this video, you'll be writing an expense tracker application using what you've learned about JavaScript so far. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp (2019)".An Object plays a...
Instructional Video11:05
Curated Video

The Modern JavaScript Bootcamp (2019) - The Rest Parameter

Higher Ed
In this video, you’re going to learn about the rest parameter. The rest parameter lets you access a set of the function arguments as an array. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the...
Instructional Video5:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Introduction to Variable Arguments – Basics

Higher Ed
In this session, we will learn about introduction to variable arguments – basics. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Instructional Video3:51
Curated Video

Python 3 for Beginners: Python List Manipulation and Functions

Higher Ed
In this video, we learn about some basic operations that can be performed on Python lists, such as sorting a list, concatenating multiple lists, determining the length of a list, and generating a list of numbers using the range function....
Instructional Video13:04
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 05: Stubbing variations with Mockito - Argument Matchers & More...

Higher Ed
Mockito Basics: Step 05: Stubbing variations with Mockito - Argument Matchers & More... This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into...
Instructional Video6:19
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Create Data Factory and Read Metadata

Higher Ed
This video explains creating Data Factory and reading metadata. This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Instructional Video12:30
Hip Hughes History

Hyperpluralism Explained: Partisan Politics and a Divided Government

6th - 12th
The level of noise in the media and the halls of government is creating a level of volume that makes real change next to impossible.
Instructional Video9:32
TLDR News

Still No Brexit Deal Agreed: What Happens to Negotiations Now? - TLDR News

12th - Higher Ed
Well… this weekend was meant to be it. The make or break weekend for Brexit negotiations and yet neither seems to have happened… or did both? In this video we explain what happened this weekend, if a no deal is inevitable & what happens...
Instructional Video3:44
Curated Video

Complete Modern C++ - Default Function Arguments

Higher Ed
This video explains syntax and usage. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and for loop functions.
Instructional Video4:36
Curated Video

Complete Modern C++ - Lambda Expressions

Higher Ed
This video gives a gentle introduction of lambda expressions and shows how they replace function objects. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate...
Instructional Video17:54
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Fetching Data from Firebase

Higher Ed
In this video you'll learn how you can fetch data from a Firebase database. This clip is from the chapter "Firebase 101" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Firebase 101 here.
Instructional Video17:46
Curated Video

The Modern JavaScript Bootcamp (2019) - Filtering Arrays

Higher Ed
In this video, you’re going to learn how to filter arrays. Imagine you want to filter all the todos down to just the todos that still need to be completed. This clip is from the chapter "Arrays" of the series "The Modern JavaScript...
Instructional Video5:12
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Wildcards - Part 1

Higher Ed
This is the first part of the two-part video that explains the concept of wildcard symbols. This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This...
Instructional Video6:27
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Debugging and Developing Custom Utilities

Higher Ed
This video demonstrates how to debug and develop custom utilities. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video7:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Example on Parameterization of API Tests with Multiple Datasets

Higher Ed
This video presents an example on parameterization of API tests with multiple datasets. This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST...