Hi, what do you want to do?
Curated Video
Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part III
This video is the third part of the three-part video that explains the Interface Segregation and Depending Inversion principles.
• What a variant repre
sents
• std::variant interface
and usage
• Examp
le
of use...
• What a variant repre
sents
• std::variant interface
and usage
• Examp
le
of use...
Curated Video
Microsoft SQL Server Development for Everyone - SQL MAX and MIN Aggregate Functions
This video explains the SQL MAX and MIN aggregate functions.
r/>
This clip is from the chapter "GROUP BY and Aggregate Functions" of the series "Microsoft SQL Server Development for Everyone".This section presents an...
r/>
This clip is from the chapter "GROUP BY and Aggregate Functions" of the series "Microsoft SQL Server Development for Everyone".This section presents an...
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::opt
ional
• Modeling simple failure states or val
ue...
• Understand when to use std::opt
ional
• Modeling simple failure states or val
ue...
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...
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.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video...
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 th
e STL
• Implement search by
book title
• Experiment with s
ea
rch by...
• Learn what algorithms could be used from th
e STL
• Implement search by
book title
• Experiment with s
ea
rch by...
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.
r/>
This clip is from the chapter "Factory Method" of the series...
r/>
This clip is from the chapter "Factory Method" of the series...
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
r/>
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...
r/>
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...
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
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data...
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data...
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.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides...
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 assig
nment
• Understand checking an active a
lternative
• Explore accessing an act
iv
e alternative
This clip is...
• Learn Construction and solve an assig
nment
• Understand checking an active a
lternative
• Explore accessing an act
iv
e alternative
This clip is...
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.
r/>
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...
r/>
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...
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
r/>
This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
r/>
This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
Curated Video
Creational Design Patterns in Modern C++ - Modern Implementation
This video demonstrates how to implement a modern builder without creating too many classes.
r/>
This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about...
r/>
This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about...
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::st
ring_view`
• Interoperability wit
h
`std::string`
This clip is from the chapter "Object Pool" of...
• Concept of a “string
view”
• Semantics of `std::st
ring_view`
• Interoperability wit
h
`std::string`
This clip is from the chapter "Object Pool" of...
Curated Video
Complete Modern C++ - Multiple (Diamond) Inheritance
This video explains the issue that arises with diamond inheritance.
r/>
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...
r/>
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...
Curated Video
Complete Modern C++ - Project - Part I (Beginning)
This video explains the project on inheritance.
r/>
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...
r/>
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...
Curated Video
Complete Modern C++ - Deprecated and Removed Features
This video explains which features were removed in C++17 standard.
r/>
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...
r/>
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...
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...
There are three main kinds of subordinate...