Instructional Video3:26
Curated Video

Structural Design Patterns in Modern C++ - Adding Buffering to Streams

Higher Ed
This video explains how to add buffering to 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.
Instructional Video4:58
Curated Video

Structural Design Patterns in Modern C++ - Introduction to Design Patterns

Higher Ed
This video presents an introduction to design patterns. This clip is from the chapter "Introduction" of the series "Structural Design Patterns in Modern C++".This section introduces you to design patterns and Unified Modeling Language...
Instructional Video4:03
Curated Video

Behavioral Design Patterns in C++ - TextPad - III

Higher Ed
In this video, we will implement the input handling functionality in the application class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Instructional Video5:00
Curated Video

Behavioral Design Patterns in C++ - Introduction to Patterns

Higher Ed
This video provides an overview of the patterns in programming languages. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Instructional Video4:33
Curated Video

Structural Design Patterns in Modern C++ - Adding the BufferedStream Class

Higher Ed
This video explains how to add the BufferedStream class. 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.
Instructional Video6:27
Curated Video

Structural Design Patterns in Modern C++ - Implementing and Applying Streams

Higher Ed
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.
Instructional Video8:19
Curated Video

Structural Design Patterns in Modern C++ - Adding the Abstract Decorator Class in Stream Class Hierarchies

Higher Ed
This video explains how to add the abstract decorator class in both input and output stream class hierarchies. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section...
Instructional Video5:53
Curated Video

Behavioral Design Patterns in C++ - Template Method - II

Higher Ed
In this video, we continue exploring the template method design pattern, building on the concepts covered in the previous video and implement the text document. This clip is from the chapter "Template Method" of the series "Behavioral...
Instructional Video5:08
Curated Video

Structural Design Patterns in Modern C++ - Single-Responsibility, Open-d, Liskov Substitution, Interface Segregation, and Dependency Inversion (S.O.L.I.D.) Principles - Part III

Higher Ed
This is the third part of the three-part video that explains the S.O.L.I.D principles. This clip is from the chapter "Introduction" of the series "Structural Design Patterns in Modern C++".This section introduces you to design patterns...
Instructional Video6:35
Curated Video

Behavioral Design Patterns in C++ - C++ Iterators - I

Higher Ed
In this video, we will add another layer of complexity, that is, adding a smart pointer that can be used to access instead of the iterator directly. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in...
Instructional Video3:54
Curated Video

Behavioral Design Patterns in C++ - TextPad - II

Higher Ed
This video starts with the creation of the application class and implementation of its important methods. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video7:17
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - I

Higher Ed
In this video, we will be building a spreadsheet application using JavaScript. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video4:52
Curated Video

Behavioral Design Patterns in C++ - Document Framework - III

Higher Ed
In this video, we will add the functionality of versioning. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design pattern,...
Instructional Video3:36
Curated Video

Behavioral Design Patterns in C++ - Document Framework - II

Higher Ed
In this video, we will continue adding classes to the document framework. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video2:37
Curated Video

Parallel Structure

9th - Higher Ed
New ReviewVideo on how using parallel structure makes writing balanced.
Instructional Video8:11
The Learning Depot

Structural Features of Text | Literary & Expository | Improve Your Reading Comprehension Skills

12th - Higher Ed
Recognizing text structure will help you be a better reader. Once you are familiar with the text's organizational pattern, you can make predictions as you read and form a mental map. In this lesson, we cover eight elements or structure...
Instructional Video3:03
Curated Video

GCSE Secondary English Age 13-17 - Reading: Responding to a Question on Structure Part 1 - Explained

9th - 12th
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Instructional Video8:50
IDG TECHtalk

Marshaling JSON in Go with structs | Smart Go

Higher Ed
Learn how to use the struct type in Go to translate JSON read from a website into a local data structure. This video also briefly covers the use of using the net/http package to read from websites, Go error handling, and using the defer...
Instructional Video1:38
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Modify Arrays and Remove Items in JavaScript

Higher Ed
This is an exercise video where you will modify arrays and remove items in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video5:25
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - How to Find the Longest Word in a String with ForEach

Higher Ed
In this video, we will continue to discuss the solution to the exercise on how to find the longest word in a string with ForEach. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video7:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript

Higher Ed
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. In this video, we will discuss an interview question related to palindromes in JavaScript. We will go over what palindromes...
Instructional Video4:19
Curated Video

Design Microservices Architecture with Patterns and Principles - When to Use NoSQL Databases?

Higher Ed
This video explores the use cases for NoSQL databases in microservices architecture and discusses the benefits of NoSQL databases, such as scalability, flexibility, and handling unstructured data. It highlights scenarios where the...
Instructional Video3:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Length Method in JavaScript

Higher Ed
In this video, you will learn about the length method in JavaScript, which is used to find the number of elements in an array. The video will cover the basics of arrays, how the length method works, and how it can be used to manipulate...
Instructional Video4:32
Curated Video

Describe computer programming : Reading from and Writing to the Console

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview about how to read from and write to the...