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 “s
lots”
• Implement the function declaration like any other cl
ass method
...
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.
r/>
This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern...
Instructional Video4:47
Curated Video

Complete Modern C++ - this Pointer

Higher Ed
This video explains this pointer and its purpose.<br/<br/>>

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 m
ethod
• Modify value an atomi
c variable
• Use notify_all to wake up all threads waiting o
n
this variable
...
Instructional Video8:23
Curated Video

The Complete Practical Docker Guide - Creating Executable Script

Higher Ed
This video explains how to create executable script.
r/>
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...
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.
r/>
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...
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.
r/>
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...
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.<br/<br/>>

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.
<
br/>
This clip is from the chapter "Project: Stack Implementation" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we...
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.
<
br/>
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...
Instructional Video9:06
Curated Video

Job-Ready SQL in an Afternoon - Subqueries

Higher Ed
In this video, we will cover subqueries.<br<br/>/>

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
<
br/>
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,...
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.
<
br/>
This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to...
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
-...
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.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...
Instructional Video4:19
Curated Video

Complete Modern C++ - The const Qualifier

Higher Ed
This video explains the importance of const qualifier and its usage.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Instructional Video4:51
Curated Video

Complete Modern C++ - Variadic Templates - Part II (C++11)

Higher Ed
In this video, we will take a deep dive into the internals of how variadic templates work.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template...
Instructional Video7:15
Curated Video

Comprehensive Android Developer Bootcamp - Adding Snapshot Listener

Higher Ed
Introduction to Realtime Databases – Firebase and Firestore:Adding Snapshot Listener
r/>
This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The Comprehensive Android...
Instructional Video10:55
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Promises with Firebase

Higher Ed
In this video you'll use promises with Firebase to run some code if a Firebase operation succeeds or fails.
r/>
This clip is from the chapter "Firebase 101" of the series "The Complete React Developer Course (with Hooks and...
Instructional Video5:27
Curated Video

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

Higher Ed
The Worksheets.Add method creates a new worksheet in the current Workbook. It accepts either one of two optional arguments, Before and After, that determine where the new worksheet will be placed.
r/>
This clip is from the...
Instructional Video5:12
Curated Video

Async/Await

Pre-K - Higher Ed
Async and Await provide a more convenient and easy-to-follow syntax for with asynchronous process in JavaScript. Mark demonstrates in this video.
Instructional Video23:38
Curated Video

Rust Programming Master Class from Beginner to Expert - Implementing Stack

Higher Ed
In this video, you will learn how to implement Stack.
<
br/>
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 all our...
Instructional Video17:12
Curated Video

Rust Programming Master Class from Beginner to Expert - Hash Maps

Higher Ed
In this video, we will cover hash maps.
<
br/>
This clip is from the chapter "Structures, Traits, Generics, Enums" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring...
Instructional Video4:53
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - How to Implement a Constants Class

Higher Ed
This video explains the implementation of a constants class.
<
br/>
This clip is from the chapter "Constants Class Concepts" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn...