Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation - Part II
This video is the second part of the two-part video that demonstrates how to implement the factory method used in the previous example. • Understand when to use std::optional • Modeling simple failure states or value absence • Section...
Englishing
English Lesson on participle Clauses (-ed/-ing CLAUSES)
In this lesson, Mr. P./Marc will focus on the -ing & -ed clauses. Clauses are parts of a sentence and they have a verb and a noun. They can also be dependent or independent. These both forms have distinct uses. He will give you some easy...
Curated Video
Creational Design Patterns in Modern C++ - Prototype Manager - Part I
This video is the first part of the two-part video that demonstrates how to implement the prototype manager. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an...
Curated Video
Creational Design Patterns in Modern C++ - Database Framework - Introduction
This video highlights an example that will be used to explain the abstract factory pattern. • Learn what algorithms could be used from the STL • Implement search by book title • Experiment with search by author This clip is from the...
Curated Video
Creational Design Patterns in Modern C++ - std::unique_ptr
This video highlights the examples explaining how and why a factory method can be implemented as a global function and focuses on the std::unique_ptr function. This clip is from the chapter "Factory Method" of the series "Creational...
Cerebellum
English Punctuation: Dependent Clauses and Commas continued
Learn how to use commas for fun and profit, and how to make colons work for you. We continue looking at pauses in a sentence, with a focus on dependent clauses and how to support them. This is part 1 in the series: 'English Punctuation...
Curated Video
The Full Stack Web Development - Update, Delete & Alter
Database Design using MySQL: Update, Delete & Alter This clip is from the chapter "Database Design using MySQL" of the series "The Full Stack Web Development".For databases, we are going to have a few relational databases such as MySQL...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Build your own generators using yield
An in-depth look at building if elif and else blocks using conditional tests and boolean values This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part V
This video is the fifth part of the six-part video that highlights the issues with the shallow cloning. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an overview of...
Curated Video
Creational Design Patterns in Modern C++ - Overview of the Unified Modeling Language (UML) Class Diagram
This video provides an overview of the UML class designs. • Learn Construction and solve an assignment • Understand checking an active alternative • Explore accessing an active alternative This clip is from the chapter "Introduction" of...
Englishing
Grammar Lesson on 7 ways to use the verb to BE (full verb, auxiliary verb, etc.)
This video is about seven ways to use the verb to be. Mr. P./Marc will list seven examples using each different function of the most important verb in the English Language. He will then delve into every different usage and provide its...
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Flow Control
This video provides the solution to the "Flow Control" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will...
Learn German with Herr Antrim
How to Use Separable Prefix Verbs (trennbare Verben) in German
Learn how to use the separable prefix verbs in German (also known as “trennbare Verben”) with this German grammar lesson. In this video I explain when to separate the prefix from a German verb and when not to. I also show you a list of...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Performance measures - deep dive with a programmatic view
Analyze execution context and frames created by recursive divide function in-depth This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms,...
Curated Video
Creational Design Patterns in Modern C++ - Modern Implementation
This video demonstrates how to implement a modern builder without creating too many classes. 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++ - Basic Example - presents a simple example of the pattern
This video presents a simple example of the pattern. • Concept of a “string view” • Semantics of `std::string_view` • Interoperability with `std::string` This clip is from the chapter "Object Pool" of the series "Creational Design...
Curated Video
Complete Modern C++ - Multiple (Diamond) Inheritance
This video explains the issue that arises with diamond inheritance. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a...
Curated Video
Complete Modern C++ - Project - Part I (Beginning)
This video explains the project on inheritance. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a project to understand it.
Curated Video
Complete Modern C++ - Deprecated and Removed Features
This video explains which features were removed in C++17 standard. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as changes, attributes,...
Englishing
Adverbial Clauses: TIME CLAUSES (after, long before, while, the next time, the last time, etc.)
Mr. P. starts this lesson by describing what a main and a subordinating clause are. He then talks about conjunctions and lists some examples. Finally he delves on subordinate clauses. There are three main kinds of subordinate clause:...
Curated Video
Creational Design Patterns in Modern C++ - Class Versus Object
This video demonstrates how to use different instances of the same class with variations in states. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an overview of the...
Curated Video
Creational Design Patterns in Modern C++ - CRTP Idiom
This video demonstrates how to use the CRTP idiom to implement a singleton class through inheritance. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...