Curated Video
Mastering Spring Framework Fundamentals - Applying Constructor Dependency Injection to XML Configuration
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.
Curated Video
Excel VBA Programming The Complete Guide - The Range.Offset Property
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...
Curated Video
Excel VBA Programming The Complete Guide - The Workbooks.Add Method
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...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet_SelectionChange Event
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....
Curated Video
Excel VBA Programming The Complete Guide - More Date and Time Functions
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...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I
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...
Curated Video
The Complete Practical Docker Guide - Using curl and wget Utilities
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.
Curated Video
The Complete Practical Docker Guide - Installing htop Package Using apt-get
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.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: Arrow Functions
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Build an Expense Tracker
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - The Rest Parameter
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Introduction to Variable Arguments – Basics
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...
Curated Video
Python 3 for Beginners: Python List Manipulation and Functions
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....
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 05: Stubbing variations with Mockito - Argument Matchers & More...
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...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Create Data Factory and Read Metadata
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
Hip Hughes History
Hyperpluralism Explained: Partisan Politics and a Divided Government
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.
TLDR News
Still No Brexit Deal Agreed: What Happens to Negotiations Now? - TLDR News
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...
Curated Video
Complete Modern C++ - Default Function Arguments
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.
Curated Video
Complete Modern C++ - Lambda Expressions
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Fetching Data from Firebase
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.
Curated Video
The Modern JavaScript Bootcamp (2019) - Filtering Arrays
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Wildcards - Part 1
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Debugging and Developing Custom Utilities
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...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Example on Parameterization of API Tests with Multiple Datasets
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...