Hi, what do you want to do?
Curated Video
Complete Modern C++ - Structured Bindings
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...
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This...
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part II
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...
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template...
Curated Video
.NET Core Microservices - Message Bus Sender Implementation
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...
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...
Curated Video
Creational Design Patterns in Modern C++ - Destruction Policies
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...
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
Curated Video
Creational Design Patterns in Modern C++ - Singleton Issues
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,...
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,...
Curated Video
Complete Modern C++ - Compiled Time Argument Deduction (CTAD)
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...
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold...
Curated Video
Improve Your Grammar - Stop Saying "Suggest Me" - English Like A Native
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...
If you have any suggestions for future lessons then I am all ears (All ears = I am happy...
Curated Video
Comprehensive Android Developer Bootcamp - CRUD - Delete a Contact
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...
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...
Curated Video
Creational Design Patterns in Modern C++ - SQL Server Database Classes
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...
r/>
This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on...
Curated Video
Creational Design Patterns in Modern C++ - Registry of Singletons - Part I
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...
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section...
Curated Video
Complete Modern C++ - Rule of 5 and 0
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...
• 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...
Curated Video
Complete Modern C++ - Filesystem - path
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
This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
Complete Modern C++ - Class Templates
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,...
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,...
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part I
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,...
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,...
Curated Video
Creational Design Patterns in Modern C++ - Fluent Builder
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...
r/>
This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all...
Curated Video
Creational Design Patterns in Modern C++ - File Example - Introduction
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
...
• 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
...
Curated Video
Complete Modern C++ - std::initializer_list (C++11)
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...
• 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...
Curated Video
Complete Modern C++ - Copy Constructor - Part I
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.
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
Complete Modern C++ - Introduction to Filesystem Library (C++17)
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...
r/>
This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions...
Curated Video
How to use THOUGH correctly | English Grammar
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...
Intermediate to advanced Englis
h...
The Learning Depot
Verb Mood: Indicative, Imperative, and Subjunctive | Properties of Verbs
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...
Curated Video
Complete Modern C++ - Class
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...
• Concept of a “string
view”
• Semantics of `std::st
ring_view`
• Interoperability wit
h
`std::string`
This clip is from the chapter "Classes and...
Curated Video
Complete Modern C++ - Non-Static Data Member Initializers (C++11)
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
...
• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous sequences
...