Hi, what do you want to do?
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.
r/>
This clip is from the chapter "Object Deep...
r/>
This clip is from the chapter "Object Deep...
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...
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.
r/>
This clip is from the chapter...
r/>
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.<br/<br/>>
This clip is from the chapter "Networking in Linux" of the series "The Complete Practical Docker Guide".This section focuses on networking in Linux.
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.<br/<br/>>
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.
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.
r/>
This clip is from the chapter "Hello React" of the series "The Complete React Developer...
r/>
This clip is from the chapter "Hello React" of the series "The Complete React Developer...
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.
r/>
This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp (2019)".An...
r/>
This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp (2019)".An...
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.
r/>
This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and...
r/>
This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and...
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.
r/>
This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
r/>
This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
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...
r/>
This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section,...
r/>
This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section,...
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.<br<br/>/>
This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
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.<br/<br/>>
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.
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.
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we...
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we...
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.<br/<br/>>
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.
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.
r/>
This clip is from the chapter "Arrays" of the series "The Modern...
r/>
This clip is from the chapter "Arrays" of the series "The Modern...
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.
r/>
This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to...
r/>
This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to...
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.
r/>
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...
r/>
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...
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.
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from...
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from...
Curated Video
Data Analytics using Python Visualizations - Creating Scatter Plots
This video explains creating scatter plots.
<
br/>
This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to...
<
br/>
This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Variable Arguments
Miscellaneous Topics: Variable Arguments
r/>
This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of...
r/>
This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of...