Curated Video
.NET Core Microservices - Message Bus Sender Implementation
This video explains Message Bus sender implementation. 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 Service Bus.
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. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Curated Video
Creational Design Patterns in Modern C++ - Singleton Issues
This video highlights the issues with singleton. 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, patterns, and...
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. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type...
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 to...
Curated Video
Comprehensive Android Developer Bootcamp - CRUD - Delete a Contact
Persistence in Android - Database:CRUD - Delete a Contact This clip is from the chapter "Persistence in Android - Database" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover Database SQLite and...
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. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic...
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. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
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 the STL • Implement search by book title • Experiment with search by author This clip is from the chapter "Move Semantics"...
Curated Video
Complete Modern C++ - Filesystem - path
This video introduces filesystem library components. 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. 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, class...
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part I
This video gives a gentle introduction of class specialization. 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...
Curated Video
Creational Design Patterns in Modern C++ - Fluent Builder
This video highlights an alternative implementation of the builder that uses a fluent interface. This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about the...
Curated Video
Creational Design Patterns in Modern C++ - File Example - Introduction
This video introduces you to the file example. • Go through the Qt documentation • Understand that signals get emitted when something happens • Learn that slots can be “connected” to signals to react to events This clip is from the...
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 drawing shapes This...
Curated Video
Complete Modern C++ - Copy Constructor - Part I
This video explains the copy constructor and why it is required. 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. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input...
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 English grammar. Note on commas and "though": 1. When the...
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 command. In today's lesson,...
Curated Video
Complete Modern C++ - Class
This video explains the meaning and syntax of class. • Concept of a “string view” • Semantics of `std::string_view` • Interoperability with `std::string` This clip is from the chapter "Classes and Objects" of the series "Complete Modern...
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 references • Function objects • Contiguous sequences This clip is from the chapter...
Curated Video
Complete Modern C++ - Mandatory Copy Elision - I
This video builds up the base for mandatory copy elision. It shows the limitation of copy elision in pre-C++17 standards. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section...
Curated Video
Complete Modern C++ - std::lock_guard
In this video, you will learn why lock_guard class is important and how to use it with mutex. This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.