Curated Video
Excel VBA Programming The Complete Guide - The Workbook.Activate Method
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...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Amazon Web Services (AWS) with Ansible
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - The Stateless Functional Component
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Default Exports
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.
Curated Video
Using COUNTIF Function and Absolute Cell References in Excel
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...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Inheritance, Method overloading and Method overriding
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...
Curated Video
Mastering Spring Framework Fundamentals - Understanding the Java Development Kit (JDK) Dynamic Proxies
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.
Curated Video
Comprehensive Android Developer Bootcamp - Building our First Android App - Show Name
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...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Configuration
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...
Curated Video
Complete Modern C++ - Sharing std::unique_ptr
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...
Curated Video
Complete Modern C++ - std::string_view - II
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
Curated Video
Complete Modern C++ - this Pointer
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.
Curated Video
C++ 20 (2a) New Features - Efficient Atomic Waiting
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...
Curated Video
The Complete Practical Docker Guide - Creating Executable Script
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - JSX Expressions
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.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Separating Out Models and Add References
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...
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Why Use Bindings?
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.
Curated Video
Rust Programming Master Class from Beginner to Expert - Implementing Postfix Conversion Part 2
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...
Curated Video
Rust Programming Master Class from Beginner to Expert - Generics and Deref Coercion in Smart Pointers
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...
Curated Video
Job-Ready SQL in an Afternoon - Subqueries
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.
Curated Video
Containerize Spring Boot CRUD App with Docker and Docker Compose - Dockerfile for Spring Boot App
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Terminal Exercise
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...
Bill Carmody
Parts of a Long Report
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...
Curated Video
Complete Modern C++ - const Qualifier and Compound Types
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,...