Hi, what do you want to do?
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Working with Drives
Every CLI provides a complete set of tools to administer our mass storage drives. You will find tools to format and partition drives, scan for errors and correct them, and more.
<
br/>
This clip is from the chapter "Working with the...
<
br/>
This clip is from the chapter "Working with the...
Curated Video
Behavioral Design Patterns in C++ - TextPad - VII
This video gives an overview of the implementation so far and also explains an alternative approach through classes.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section,...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section,...
Curated Video
Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions
This video will help in importing/shared code for Azure Functions.
<
br/>
This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This...
<
br/>
This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue
In this video, you will develop Azure Functions to add messages to the storage queue. The Azure Queue Storage is a service for storing a large number of messages.
<
br/>
This clip is from the chapter "Azure Functions Integrations"...
<
br/>
This clip is from the chapter "Azure Functions Integrations"...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Iterator
This video explains a basic implementation of the Iterator design pattern.<br<br/>/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
SQL Server Course for Beginners with 100+ examples - SQL Versus NoSQL
Learn the difference between SQL and NoSQL. We have considered the example of MySQL (SQL-based) and MongoDB (NoSQL-based) to understand the concept.
<
br/>
This clip is from the chapter "SQL Introduction" of the series "SQL Server...
<
br/>
This clip is from the chapter "SQL Introduction" of the series "SQL Server...
Curated Video
SQL Server Course for Beginners with 100+ examples - Introduction
Learn what SQL is and how it is based on RDBMS. We will discuss the features and Microsoft SQL Server and SQL Server Management Studio.
<
br/>
This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for...
<
br/>
This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for...
Curated Video
Behavioral Design Patterns in C++ - Lamp - II (Enum States)
In this video, we will use the variable to store the current state of the lamp so that one can take the correct action if the lamp is switched OFF or switched ON.
<
br/>
This clip is from the chapter "State" of the series...
<
br/>
This clip is from the chapter "State" of the series...
Curated Video
Behavioral Design Patterns in C++ - Variant
In this video, we will discuss the C++17 std::variant. This class uses the Visitor pattern for performing operations on its members.
<
br/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in...
<
br/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in...
Curated Video
Behavioral Design Patterns in C++ - Sensor - II
In the application, for every change in temperature, all the observers get the notifications. In this video, we will see how billboard and simple display do not display the updated temperature if it is just a minor change.
<
br/>...
<
br/>...
Curated Video
Behavioral Design Patterns in C++ - Slide Deck - III
In this video, we will implement the Observer design pattern in the application.<br<br/>/>
This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Curated Video
Behavioral Design Patterns in C++ - Pros and cons-Memento
This video talks about the pros and cons of the Memento pattern.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Hangman - VI
In this video, we will use serialization to implement the Memento pattern.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Hangman - III
This video shows you how to implement checkpoints in the Hangman game.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Hangman - I
In this video, we will implement the popular Hangman game on the console.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Account Class
This video demonstrates the usage of the Memento pattern in a banking application.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Memento
This video helps you with the basic implementation of the Memento pattern.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Memento
This video is an introduction to the Memento pattern.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Command
This video talks about the pros and cons of the command pattern.
<
br/>
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...
<
br/>
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...
Curated Video
Behavioral Design Patterns in C++ - DataList - II
In this video, we will add the menu and the macro class in this lesson and complete the implementation.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Curated Video
Behavioral Design Patterns in C++ - Undo - V
This video helps you store copies of command objects that are executed in a stack and test our implementation.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Curated Video
Behavioral Design Patterns in C++ - Undo - IV
In this video, we will continue implementing the undo method in the remaining command classes.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - Undo - III
This video will help you implement the undo method of several command classes.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Curated Video
Behavioral Design Patterns in C++ - Undo - II
This video explains the concept of undo in more depth.
<
br/>
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...
<
br/>
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...