Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Observer
This video provides a basic implementation of 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++ - Logging System - II
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...
Curated Video
Behavioral Design Patterns in C++ - Help System - II
In this video, we will use the CoR pattern to implement the help system of an application. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Chain Of Responsibility
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.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Memento
This video helps you with the basic implementation of the Memento pattern. 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. 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. 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...
Curated Video
Behavioral Design Patterns in C++ - TextPad - IX
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. This clip is from the chapter "Command"...
Curated Video
Behavioral Design Patterns in C++ - TextPad - VI
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 approach....
Curated Video
Behavioral Design Patterns in C++ - TextPad - IV
In this video, we will implement the menu class for handling user input. 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++ - Pros and Cons-Template Method
This video talks about the pros and cons of the template method pattern. 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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction
In this video, we will get introduced to artificial neural networks. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Class
In this video, we will start writing the program for our classes and objects. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Classes in Python
In this video, you will learn about classes in Python. 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 learning...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Data Loading - CIFAR10
In this video, you will learn how to load our CIFAR10 dataset in PyTorch. 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 learn how to...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST
In this video, we will start with implementing CNN with the fashion MNIST dataset. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for CIFAR-10
In this video, we will work on image classification with the CIFAR-10 dataset. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Beyond Wi-Fi
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. This clip is from the chapter "Book Chapter 20 - Wireless Networking" of the series "CompTIA A+...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Generating AVRO Classes Using Maven
In this video, we will code and generate AVRO classes using Maven. 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 Registry".In...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Maven
In this video, we will set up the base project for the coffeeshop order service using Maven. 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...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Classes
In this video, we will look at how we can dynamically overwrite classes in Vue.js. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic coding in Vue.js...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Attributes (Get/Set) / 049
This video explains attributes in DOM using an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document object model.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Selectors / 047
This video explains selectors in DOM with an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document object model.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Classes (Add/Remove) / 051
This video explains adding and removing classes in DOM with an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...