Instructional Video3:45
Curated Video

.NET Core Microservices - Message Bus Sender Implementation

Higher Ed
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.
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. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Instructional Video5:44
Curated Video

Creational Design Patterns in Modern C++ - Singleton Issues

Higher Ed
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...
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. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type...
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 to...
Instructional Video5:44
Curated Video

Comprehensive Android Developer Bootcamp - CRUD - Delete a Contact

Higher Ed
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...
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. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic...
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. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
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 the STL • Implement search by book title • Experiment with search by author This clip is from the chapter "Move Semantics"...
Instructional Video5:50
Curated Video

Complete Modern C++ - Filesystem - path

Higher Ed
This video introduces filesystem library components. 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. 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...
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. 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...
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. This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about the...
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 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...
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 drawing shapes This...
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. 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. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input...
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 English grammar. Note on commas and "though": 1. When the...
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 command. In today's lesson,...
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::string_view` • Interoperability with `std::string` This clip is from the chapter "Classes and Objects" of the series "Complete Modern...
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 references • Function objects • Contiguous sequences This clip is from the chapter...
Instructional Video4:28
Curated Video

Complete Modern C++ - Mandatory Copy Elision - I

Higher Ed
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...
Instructional Video2:46
Curated Video

Complete Modern C++ - std::lock_guard

Higher Ed
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.