Curated Video
Structural Design Patterns in Modern C++ - Implementing and Applying Streams
This video explains how to implement and apply streams. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Bridge Design Pattern
This video presents a basic implementation example of the bridge pattern. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern....
TLDR News
Is a Brexit Deal Finally Possible? The UK and EU Finally Reach an Agreement - TLDR News
Yesterday the UK and EU finally came to an agreement on how the Northern Ireland/Great Britain border would opperate post-Brexit. This was the issue that led the UK to threaten to break International law with the Internal Market Bill, so...
Curated Video
Creational Design Patterns in Modern C++ - Course Introduction
This video provides an introduction to the course. This clip is from the chapter "Introduction" of the series "Creational Design Patterns in Modern C++".This section introduces you to the course and presents the learning objectives. You...
Grammaropolis
Cut the Drama, and Use a Comma
A music video starring Chief Comma. She's got a lot of rules, and you'd better follow them all.
TLDR News
Britain Destroys the Withdrawal Agreement? The Internal Markets Bill's Impact Explained - TLDR News
The UK & EU may have agreed to the Withdrawal Agreement in December 2019, but further agreements don't exactly seem forthcoming. In fact - even the WA is in jeopardy with the UK looking to legislate over the agreement in the Internal...
The Wall Street Journal
How Can Brands Navigate Cancel Culture?
When pro-golfer Justin Thomas used an anti-gay slur earlier this year some sponsors dropped him. Citigroup did not, deciding to use the episode to work with him to create change. We look at how brands deal with the rise of cancel culture.
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the factory method
This video highlights the pros and cons of the factory method and explains when to apply it. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section highlights the factory...
Englishing
Lesson on CONJUNCTIVE ADVERBS (transition words, conjunctions)
What are conjunctive adverbs ? and most importantly...how to use them ? These are questions that Mr. P./Marc delves into during this lesson. He explains this lesson by providing examples listed in two groups; conjunctive adverbs...
Professor Dave Explains
Subjunctive With Conjunctions in Italian: Congiuntivo con Cogiunzioni
Subjunctive tenses.
Curated Video
Formal and Informal Paraphrases for “Because”
Today you’ll get both formal and informal paraphrases for “because”, for higher coherence scores. different ways to say ‘because’. The linking word ‘because’ is necessary, of course, and it is common. Thus, to impress the examiner in...
The Business Professor
Negotiatiable Instrument - Payable on Time or on Demand
This video explains the difference betwen a negotiation instrument that is payable "on time" versus "on demand".
Curated Video
Creational Design Patterns in Modern C++ - Varying State
This video demonstrates how to remove the extra car and bus classes and simulate objects of other classes by varying the state of a few objects. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
Curated Video
Control Your Clauses, Increase Grammar Scores
Today you’ll learn how to prevent run-on sentences, control clauses, and increase grammar scores. Recently, a teacher commented on one of the videos on this channel: “Sometimes students write very long sentences that zig, zag and zoom so...
Language Tree
Language Function and Construction: Condensing Ideas, Part 4
For beginner English learners, this standards-based ELD lesson focuses on condensing ideas in simple ways (e.g., by compounding verbs, adding prepositional phrases, or through simple embedded clause) to create precise and detailed...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation with the Abstract Factory
This video demonstrates how to modify and refactor the previous example to use the abstract factory. • Define basic data in code • Add a test .csv file with fake data • Edit the .csv file to see how the library works This clip is from...
Curated Video
Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part II
This video is the second part of the three-part video that explains the Liskov Substitution principle. • Learn type-safe error handling • Understand state machines • Explore recursive data structures This clip is from the chapter...
Curated Video
Creational Design Patterns in Modern C++ - Using the Factory Method
This video demonstrates how to use the factory method design pattern. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic implementation with the...
Curated Video
Creational Design Patterns in Modern C++ - Introduction - introduces you to the abstract factory pattern, its intent, and its structure
This video introduces you to the abstract factory pattern, its intent, and its structure. • Identify key parts of the application • Plan out the class structure using class diagrams (UML) • Create a class implementation using UML...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - highlights a simple example - abstract factory
This video highlights a simple example that will be implemented later with the abstract factory. • Plan out the classes • Implement the classes based on the plan • Compare functions for basic functionality in the application This clip is...
Curated Video
Creational Design Patterns in Modern C++ - Using the Abstract Factory
This video demonstrates how to refactor the database framework to use the abstract factory design method. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on...
Curated Video
Complete Modern C++ - Basic Input/Output
This video gives an overview of basic input/output classes and demonstrates how to write on the console and read from the keyboard. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation - Part I
This video is the first part of the two-part video that explains the factory method design pattern with a basic example. • Learn construction and solve an assignment • Access to stored value • Reset and emplace This clip is from the...