Instructional Video3:53
Curated Video

Behavioral Design Patterns in C++ - Sensor - I

Higher Ed
This video explains how the observer acquires the data. Here, the data itself is sent along with the notification and this will be explained with the help of the temperature sensor application.
<
br/>
This clip is from the chapter...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - II

Higher Ed
In this video, we will add the classes that will display the content part.<br<br/>/>

This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video4:27
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - I

Higher Ed
This video will help you build an app like PowerPoint, which is the Slide Deck application here and present your data like you do in PPT.
<
br/>
This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in...
Instructional Video5:54
Curated Video

Behavioral Design Patterns in C++ - Alarm System

Higher Ed
This video talks about the alarm system in detail.<br<br/>/>

This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video4:49
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Observer

Higher Ed
This video provides a basic implementation of the Observer pattern.<br<br/>/>

This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
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.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Instructional Video5:31
Curated Video

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

Higher Ed
In this video, we will use the CoR pattern to implement the help system of an application.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
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.
<
br/>
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...
Instructional Video6:59
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Memento

Higher Ed
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.
Instructional Video6:10
Curated Video

Behavioral Design Patterns in C++ - Introduction-Memento

Higher Ed
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.
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.
<
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...
Instructional Video5:53
Curated Video

Behavioral Design Patterns in C++ - TextPad - IX

Higher Ed
This video builds upon the previous implementation and moves the functionality of many application methods of their own classes. This will be later useful to implement the undo/redo functionality.
<
br/>
This clip is from the...
Instructional Video2:46
Curated Video

Behavioral Design Patterns in C++ - TextPad - VI

Higher Ed
In this video, we will use the menu class with the application class. You will be able to see how the classes are loosely coupled. This implementation uses a pointer to function as callback and does not use an object-oriented...
Instructional Video4:24
Curated Video

Behavioral Design Patterns in C++ - TextPad - IV

Higher Ed
In this video, we will implement the menu class for handling user input.
<
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,...
Instructional Video3:18
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Template Method

Higher Ed
This video talks about the pros and cons of the template method pattern.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video6:03
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction

Higher Ed
In this video, we will get introduced to artificial neural networks.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video7:54
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Class

Higher Ed
In this video, we will start writing the program for our classes and objects.
<
br/>
This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Instructional Video12:17
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Classes in Python

Higher Ed
In this video, you will learn about classes in Python.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video10:53
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Data Loading - CIFAR10

Higher Ed
In this video, you will learn how to load our CIFAR10 dataset in PyTorch.
<
br/>
This clip is from the chapter "CNN in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Instructional Video6:50
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST

Higher Ed
In this video, we will start with implementing CNN with the fashion MNIST dataset.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video4:31
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for CIFAR-10

Higher Ed
In this video, we will work on image classification with the CIFAR-10 dataset.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video6:34
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Beyond Wi-Fi

Higher Ed
The 80 2.11 standard isn't the only wireless out there today. Standards such as Bluetooth, RFID and NFC also need the support of good techs.
<
br/>
This clip is from the chapter "Book Chapter 20 - Wireless Networking" of the series...
Instructional Video3:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generating AVRO Classes Using Maven

Higher Ed
In this video, we will code and generate AVRO classes using Maven.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:16
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Maven

Higher Ed
In this video, we will set up the base project for the coffeeshop order service using Maven.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers -...