Instructional Video8:08
Curated Video

Complete Modern C++ - Structured Bindings

Higher Ed
In this video, understand how to use structured bindings to bind variables to different members of an object or an array.
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This...
Instructional Video4:02
Curated Video

Complete Modern C++ - Class Template Explicit Specialization - Part II

Higher Ed
In this video, we will see some more examples of explicit specialization of class templates.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template...
Instructional Video3:45
Curated Video

.NET Core Microservices - Message Bus Sender Implementation

Higher Ed
This video explains Message Bus sender implementation.
r/>
This clip is from the chapter "Azure Service Bus" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Azure...
Instructional Video8:12
Curated Video

Creational Design Patterns in Modern C++ - Destruction Policies

Higher Ed
This video highlights the issues with the lazy instantiation and demonstrates how to resolve them.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
Instructional Video5:44
Curated Video

Creational Design Patterns in Modern C++ - Singleton Issues

Higher Ed
This video highlights the issues with singleton.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading,...
Instructional Video5:42
Curated Video

Complete Modern C++ - Compiled Time Argument Deduction (CTAD)

Higher Ed
In this video, understand and use CTAD to simplify the construction syntax of class templates.
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold...
Instructional Video6:04
Curated Video

Improve Your Grammar - Stop Saying "Suggest Me" - English Like A Native

Pre-K - Higher Ed
Improve your grammar and stop saying "Suggest me". Avoid this common mistake and learn how to use the verb suggest with English Like A Native.

If you have any suggestions for future lessons then I am all ears (All ears = I am happy...
Instructional Video5:44
Curated Video

Comprehensive Android Developer Bootcamp - CRUD - Delete a Contact

Higher Ed
Persistence in Android - Database:CRUD - Delete a Contact
r/>
This clip is from the chapter "Persistence in Android - Database" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover...
Instructional Video6:30
Curated Video

Creational Design Patterns in Modern C++ - SQL Server Database Classes

Higher Ed
This video demonstrates how to add the SQL server database classes and explains their usage.
r/>
This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on...
Instructional Video9:38
Curated Video

Creational Design Patterns in Modern C++ - Registry of Singletons - Part I

Higher Ed
This video is the first part of the two-part video that demonstrates how to implement a registry of singletons.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section...
Instructional Video14:30
Curated Video

Complete Modern C++ - Rule of 5 and 0

Higher Ed
In this video, you will learn what is the rule of 5 and the rule of 0.

• Learn what algorithms could be used from th
e STL
• Implement search by
book title
• Experiment with s
ea
rch by author

This clip is...
Instructional Video5:50
Curated Video

Complete Modern C++ - Filesystem - path

Higher Ed
This video introduces filesystem library components.<br/<br/>>

This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video8:35
Curated Video

Complete Modern C++ - Class Templates

Higher Ed
This video introduces you to class templates.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates,...
Instructional Video5:42
Curated Video

Complete Modern C++ - Class Template Explicit Specialization - Part I

Higher Ed
This video gives a gentle introduction of class specialization.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding,...
Instructional Video5:01
Curated Video

Solving Problems / English Grammar Lesson

Pre-K - Higher Ed
Solving Problems / English Grammar Lesson
Instructional Video5:42
Curated Video

Creational Design Patterns in Modern C++ - Fluent Builder

Higher Ed
This video highlights an alternative implementation of the builder that uses a fluent interface.
r/>
This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all...
Instructional Video5:43
Curated Video

Creational Design Patterns in Modern C++ - File Example - Introduction

Higher Ed
This video introduces you to the file example.

• Go through the Qt document
ation
• Understand that signals get emitted when somethi
ng happens
• Learn that slots can be “connected” to signals to
re
act to events
...
Instructional Video8:27
Curated Video

Complete Modern C++ - std::initializer_list (C++11)

Higher Ed
This video discusses the purpose of std::initializer_list in depth.

• Demo of what the result should look
like
• Create simple structs to model a circle
and square
• Use QPainter directly to update the widget when...
Instructional Video4:52
Curated Video

Complete Modern C++ - Copy Constructor - Part I

Higher Ed
This video explains the copy constructor and why it is required.<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 Video3:50
Curated Video

Complete Modern C++ - Introduction to Filesystem Library (C++17)

Higher Ed
This video gives a glimpse of the features of the filesystem library from the C++17 standard.
r/>
This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions...
Instructional Video5:53
Curated Video

How to use THOUGH correctly | English Grammar

6th - Higher Ed
Learn how to use "though" correctly. This is a word that native speakers use very frequently, so it's important that you know how to use it!



Intermediate to advanced Englis

h...
Instructional Video9:08
The Learning Depot

Verb Mood: Indicative, Imperative, and Subjunctive | Properties of Verbs

12th - Higher Ed


Mood is a property of verbs that shows the mood, or attitude, of the speaker. Mood is used to denote whether the speaker is stating or asserting a fact, asking a question, expressing a condition, or giving a...
Instructional Video5:31
Curated Video

Complete Modern C++ - Class

Higher Ed
This video explains the meaning and syntax of class.

• Concept of a “string
view”
• Semantics of `std::st
ring_view`
• Interoperability wit
h
`std::string`

This clip is from the chapter "Classes and...
Instructional Video4:39
Curated Video

Complete Modern C++ - Non-Static Data Member Initializers (C++11)

Higher Ed
This video explains this C++11 feature and shows how to use it to initialize class members directly inside a class.

• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous sequences
...