Instructional Video1:59
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - globalThis

Higher Ed
This video explains the globalThis keyword released in ES2020. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and...
Instructional Video7:17
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var

Higher Ed
This video explains the replacements of the Var keyword, which are Let and Const. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video12:37
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Var Keyword

Higher Ed
This video explains the Var keyword. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and...
Instructional Video7:05
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Living the History of JavaScript

Higher Ed
This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts regarding the course, you will touch base on JavaScript...
Instructional Video10:39
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Getting You Onboard

Higher Ed
This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts regarding the course, you will touch base on JavaScript...
Instructional Video1:56
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Who Should Take This Course

Higher Ed
This video explains who should take up the course. This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts...
Instructional Video4:38
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Course Introduction

Higher Ed
This video gives a short introduction to the course and the prerequisites for the course. This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you...
Instructional Video4:18
Curated Video

Behavioral Design Patterns in C++ - C++ Iterators - II

Higher Ed
In this video, we will implement the iterator for the list class. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:51
Curated Video

Behavioral Design Patterns in C++ - Containers - V (ListIterator)

Higher Ed
This video explains how to add iterator to the link class. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:43
Curated Video

Behavioral Design Patterns in C++ - Generic Acycle Visitor - I

Higher Ed
This video explains generic Acycle Visitor in detail and helps you implement it. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video6:05
Curated Video

Behavioral Design Patterns in C++ - Transition Table - II

Higher Ed
In this video, you will use the transition table through the lamp class. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video4:57
Curated Video

Behavioral Design Patterns in C++ - Generic Acycle Visitor - II

Higher Ed
In this video, you will go ahead and build on the previous video of implementing the generic Acycle Visitor completely. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Instructional Video5:38
Curated Video

Behavioral Design Patterns in C++ - Undo - IV

Higher Ed
In this video, we will continue implementing the undo method in the remaining command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
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. 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 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. 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...
Instructional Video5:53
Curated Video

Behavioral Design Patterns in C++ - Template Method - II

Higher Ed
In this video, we continue exploring the template method design pattern, building on the concepts covered in the previous video and implement the text document. This clip is from the chapter "Template Method" of the series "Behavioral...
Instructional Video7:22
Curated Video

Learning GitHub Actions for DevOps CI/CD - Deploying Dockers with GitHub Actions

Higher Ed
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...
Instructional Video13:29
Curated Video

Learning GitHub Actions for DevOps CI/CD - Continuous Integration

Higher Ed
This video explains Continuous Integration (CI) from scratch. This clip is from the chapter "Continuous Integration and Continuous Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on Continuous...
Instructional Video5:14
Curated Video

Learning GitHub Actions for DevOps CI/CD - Understanding the Need of Infrastructure as Code

Higher Ed
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...
Instructional Video3:36
Curated Video

Learning GitHub Actions for DevOps CI/CD - GitHub_Artifacts

Higher Ed
This video explains in-depth about GitHub_Artifacts. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on exploring the features of GitHub...
Instructional Video7:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Environment Setup

Higher Ed
In this lesson, we will discuss the environment setup of certain software for Node, certain packages, and how to prepare the system for working on React.
Instructional Video13:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - User Account and Cart

Higher Ed
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Instructional Video16:49
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - I / 100

Higher Ed
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Instructional Video4:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Assignment Deployment

Higher Ed
In this video, you will learn to create basket icons, implement them individually, and test them for functionality.