Instructional Video4:59
Curated Video

Behavioral Design Patterns in C++ - Introduction-Chain Of Responsibility

Higher Ed
This video provides an introduction to the CoR (Chain of Responsibility) pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility

Higher Ed
This video talks about the pros and cons of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Instructional Video5:36
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Chain Of Responsibility

Higher Ed
This video provides a basic implementation of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Instructional Video3:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries with Sync Response, Decouple Way, and Low Latency

Higher Ed
This video delves deeper into the issues associated with cross-service queries, highlighting the limitations of synchronous responses and the need for decoupling services to enable independent scaling and low latency in query operations....
Instructional Video3:54
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Command

Higher Ed
This video talks about the pros and cons of the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates...
Instructional Video5:47
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - XSRF mitigation - The referer, origin header and the challenge response

Higher Ed
Cross Site Request Forgery: XSRF mitigation - The referer, origin header and the challenge response This clip is from the chapter "Cross Site Request Forgery" of the series "Web Security: Common Vulnerabilities And Their Mitigation".We...
Instructional Video5:16
Curated Video

Design Microservices Architecture with Patterns and Principles - CQRS - Command Query Responsibility Segregation Pattern

Higher Ed
This video introduces the CQRS pattern, which separates the commands (write operations) and queries (read operations) into separate components, optimized data storage and retrieval strategies, enabling scalability and flexibility in...
Instructional Video3:26
Curated Video

Behavioral Design Patterns in C++ - Introduction-Command

Higher Ed
This video provides an introduction to command patterns. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates requests...
Instructional Video1:42
IDG TECHtalk

How to use the arping command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the arping command. If it sounds like a combination of arp and ping, that should serve as a hint for how it works. It's a command that you can use to discover or probe systems on your local network.
Instructional Video6:16
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners: Sending Requests and Receiving Responses

Higher Ed
In this educational video, we learn how to scrape websites using Python's Scrapy library. The video walks us through the process of defining start URLs, sending requests, and receiving responses. We also learn how to define the "parse"...
Instructional Video1:46
IDG TECHtalk

How to use the pwd command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the pwd (present working directory) command, which can tell you where in the file system you are currently located.
Instructional Video3:31
Wonderscape

The Executive Branch: Powers and Responsibilities

K - 5th
This video explains the executive branch of the US government, led by the president, who ensures that laws are followed. It covers the qualifications to be president, the role of cabinet members, and the president’s duties, such as...
Instructional Video1:29
IDG TECHtalk

How to use the traceroute command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the traceroute command. It reports on the route taken to reach a remote system and provides timing details for each "hop" along the way (the time between routers).
Instructional Video5:51
Curated Video

GCSE Secondary English Age 13-17 - Reading: Precise Detail in Reading Responses Part 2 - 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 Video10:13
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Handling API Call Directly Without Involving Browser with Cypress

Higher Ed
This video explains handling API call directly. This clip is from the chapter "Mocking HTTP Requests/Responses with Cypress (XHR Testing)" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This section explains...
Instructional Video22:26
Curated Video

The Art of Doing - Web Development for Beginners - Grid Basics

Higher Ed
In this video, we will introduce Grid, a powerful CSS layout system that allows you to create two-dimensional layouts with rows and columns. You will learn how to set up the Grid containers and use Grid properties to define rows,...
Instructional Video2:38
Curated Video

Behavioral Design Patterns in C++ - Help System - I

Higher Ed
In this video, we will use the example of a help system to understand the CoR pattern. It will also give you an overview of the example. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in...
Instructional Video4:33
Curated Video

Behavioral Design Patterns in C++ - Logging System - II

Higher Ed
In this video, we will try to reduce the coupling between WinApp and the logger classes. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video3:14
Kids Academy

The President of United States Job | Candidates and Responsibility

Pre-K - 4th
The President of United States Job | Candidates and Responsibility Did you ever ask yourself how you become the president of the USA? Well, being the president of any country is a huge responsibility. You need to have a complete balanced...
Instructional Video13:30
TED Talks

TED: Dear Facebook, this is how you're breaking democracy | Yaël Eisenstat

12th - Higher Ed
Lies are more engaging online than truth, says former CIA analyst, diplomat and Facebook employee Yaël Eisenstat. "As long as [social media] algorithms' goals are to keep us engaged, they will feed us the poison that plays to our worst...
Instructional Video17:56
TED Talks

The Great Migration and the power of a single decision

12th - Higher Ed
Sometimes, a single decision can change the course of history. Join journalist and author Isabel Wilkerson as she tells the story of the Great Migration, the outpouring of six million African Americans from the Jim Crow South to cities...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - DataList - I

Higher Ed
This video starts with another example that will be used to understand how macro commands can be implemented. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video6:19
Curated Video

Behavioral Design Patterns in C++ - Undo - V

Higher Ed
This video helps you store copies of command objects that are executed in a stack and test our implementation. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video4:08
Curated Video

Behavioral Design Patterns in C++ - TextPad - VIII

Higher Ed
This video demonstrates how to use the command pattern to handle commands/events and also achieve loose coupling between the classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...