Instructional Video6:58
Curated Video

Excel VBA Programming The Complete Guide - The Workbook.Activate Method

Higher Ed
In this lesson, we invoke the Workbook.Active method to simulate a user click on a workbook and make it the ActiveWorkbook. We also review the ActiveSheet property, which targets the currently highlighted worksheet. This clip is from the...
Instructional Video22:38
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Amazon Web Services (AWS) with Ansible

Higher Ed
This video provides an overview of using AWS with Ansible. This clip is from the chapter "Using Ansible with Cloud Services and Containers" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section explains how...
Instructional Video13:48
Curated Video

The Complete React Developer Course (with Hooks and Redux) - The Stateless Functional Component

Higher Ed
In this video you'll explore an alternative way to define React components known as the Stateless Functional Component. This clip is from the chapter "Stateless Functional Components" of the series "The Complete React Developer Course...
Instructional Video11:19
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Default Exports

Higher Ed
In this video you'll explore another way you can export something from a module. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Instructional Video8:19
Curated Video

Using COUNTIF Function and Absolute Cell References in Excel

Pre-K - Higher Ed
The video explains how to efficiently count the occurrences of specific numbers in a spreadsheet using Excel's COUNTIF function and absolute cell references. By setting up a simple table and formula, you can easily track the frequency of...
Instructional Video11:21
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Inheritance, Method overloading and Method overriding

Higher Ed
Basics of Object Oriented Programming: Inheritance, Method overloading and Method overriding This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and...
Instructional Video9:48
Curated Video

Mastering Spring Framework Fundamentals - Understanding the Java Development Kit (JDK) Dynamic Proxies

Higher Ed
This video demonstrates how to use the declare prefix. This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Instructional Video14:19
Curated Video

Comprehensive Android Developer Bootcamp - Building our First Android App - Show Name

Higher Ed
Android Development – First Steps:Building our First Android App - Show Name This clip is from the chapter "Android Development – First Steps" of the series "The Comprehensive Android Developer Bootcamp".In this section, you will take...
Instructional Video9:40
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Configuration

Higher Ed
This video explains how to configure Ansible. This clip is from the chapter "Ansible Architecture and Design" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section focuses on the architecture and design of...
Instructional Video4:36
Curated Video

Complete Modern C++ - Sharing std::unique_ptr

Higher Ed
In this video, we will try to share the pointer resource using unique_ptr and find out if it works. • Use access modifier “public” + keyword “slots” • Implement the function declaration like any other class method • Define the...
Instructional Video8:14
Curated Video

Complete Modern C++ - std::string_view - II

Higher Ed
In this video, you will understand the different situations where the std::string_view should be and should not be used. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video4:47
Curated Video

Complete Modern C++ - this Pointer

Higher Ed
This video explains this pointer and its purpose. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Instructional Video1:43
Curated Video

C++ 20 (2a) New Features - Efficient Atomic Waiting

Higher Ed
Analyze an example with wait method called on atomic variable. • Examine documentation for the wait method • Modify value an atomic variable • Use notify_all to wake up all threads waiting on this variable This clip is from the chapter...
Instructional Video8:23
Curated Video

The Complete Practical Docker Guide - Creating Executable Script

Higher Ed
This video explains how to create executable script. This clip is from the chapter "Executable Files and Scripting in Linux" of the series "The Complete Practical Docker Guide".This section focuses on executable files and scripting in...
Instructional Video10:20
Curated Video

The Complete React Developer Course (with Hooks and Redux) - JSX Expressions

Higher Ed
In this video you'll learn how to inject dynamic values into your JSX. This clip is from the chapter "Hello React" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about React in detail.
Instructional Video3:36
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Separating Out Models and Add References

Higher Ed
In this video, we'll be separating out models and add references. This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, we'll be setting up the...
Instructional Video5:31
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Why Use Bindings?

Higher Ed
In this video, we will understand why to use bindings. This clip is from the chapter "View Binding" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will explore View Binding.
Instructional Video19:09
Curated Video

Rust Programming Master Class from Beginner to Expert - Implementing Postfix Conversion Part 2

Higher Ed
In this video, we will continue with how to implement postfix conversion. This clip is from the chapter "Project: Stack Implementation" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will put...
Instructional Video10:23
Curated Video

Rust Programming Master Class from Beginner to Expert - Generics and Deref Coercion in Smart Pointers

Higher Ed
In this video, we will cover generics and Deref coercion in smart pointers. This clip is from the chapter "Smart Pointers" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn all about...
Instructional Video9:06
Curated Video

Job-Ready SQL in an Afternoon - Subqueries

Higher Ed
In this video, we will cover subqueries. 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 Video4:22
Curated Video

Containerize Spring Boot CRUD App with Docker and Docker Compose - Dockerfile for Spring Boot App

Higher Ed
In this video, you will learn how to Dockerfile for Spring boot app This clip is from the chapter "Running Multiple Containers" of the series "Containerize Spring Boot CRUD App with Docker and Docker Compose".In this section, you will...
Instructional Video6:28
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Terminal Exercise

Higher Ed
We will work on various exercises on the terminal by copying folders, working on text files, creating a backup directory, and so on. This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to Python...
Instructional Video3:52
Bill Carmody

Parts of a Long Report

Higher Ed
When writing a long report, you want to make it easy for your reader to consume the information you've written. That's why it's so important to provide the following parts of a long report: - Title Page - Table of Contents - Page Numbers...
Instructional Video7:30
Curated Video

Complete Modern C++ - const Qualifier and Compound Types

Higher Ed
This video explains how to use const qualifier with pointers and references. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...