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++ - Logging System - I
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns...
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++ - Hangman - VI
In this video, we will use serialization to implement 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++ - Hangman - V
This video will help in building upon the previous video and continuing our 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...
Curated Video
Behavioral Design Patterns in C++ - Account Class
This video demonstrates the usage of the Memento pattern in a banking application. 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++ - DataList - II
In this video, we will add the menu and the macro class in this lesson and complete the implementation. 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++ - DataList - I
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...
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 - V
In this video, we will modify the menu class and break its dependency of the application class. This will make it reusable with any class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Curated Video
Learn Azure Serverless Functions in a Weekend - Binding Expression and Function Monitoring
This video explains binding expression and function monitoring in detail. 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
Learning GitHub Actions for DevOps CI/CD - Deploying Dockers with GitHub Actions
Learn how to deploy Docker containers using GitHub Actions in this video tutorial. This clip is from the chapter "Building, Pushing, and Deploying Docker Containers" of the series "Learning GitHub Actions for DevOps CI/CD".This section...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 1
This is the first of the two-part video where you will develop a GitHub Actions workflow that will use this authentication information to connect with Azure subscription and then deploy the template to a resource group in order to...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Setting Up Authentication
This video helps in setting up authentication. This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section delves into the use of GitHub Actions for...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 2
This is the second of the two-part video where you will develop and deploy an IAC template with Bicep in order to automate infrastructural deployment for specific requirements. These specific requirements are resources such as App...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 1
This is the first of the two-part video where you will develop and deploy an IAC template with Bicep in order to automate infrastructural deployment for specific requirements. These specific requirements are resources such as Storage...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Understanding the Need of Infrastructure as Code
This video helps in understanding the need of Infrastructure as Code (IaC). This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section delves into...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Running Jobs on Self-Hosted Runner
This video explains and demonstrates running jobs on a self-hosted runner. This clip is from the chapter "GitHub Runners" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on GitHub runners.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Adding a Self-Hosted Runner
This video demonstrates how to add a self-hosted runner. This clip is from the chapter "GitHub Runners" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on GitHub runners.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Environment Variables
This video explains environment variables in detail. Here, you will look at different ways of creating variables and using their values inside our workflows. This clip is from the chapter "GitHub Actions: Exploring the Features" of the...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Overview of GitHub Action Workflow
This video provides an overview of the GitHub Action workflow. This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps CI/CD".This section provides an introduction to...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode / 107
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Style Update / 077
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.