Instructional Video7:17
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - I

Higher Ed
In this video, we will be building a spreadsheet application using JavaScript.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy...
Instructional Video5:36
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - IV

Higher Ed
In this video, we will refactor our design to use the strategy pattern step-by-step.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
Instructional Video9:14
Curated Video

Learn Azure Serverless Functions in a Weekend - Developing Azure Functions API to Get Online Course Details - Part 1

Higher Ed
This video will help you develop an Azure Functions API to connect to a SQL database and retrieve the course information from the online courses' SQL table.
<
br/>
This clip is from the chapter "Developing Azure Functions...
Instructional Video5:37
Curated Video

Learn Azure Serverless Functions in a Weekend - Creating Functions App and Understanding the File Structure

Higher Ed
This video demonstrates defining and indexing in data structures.
<
br/>
This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Instructional Video4:35
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-any-vs-race

Higher Ed
This video is a continuation of the previous video which explains promise.any().
<
br/>
This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
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 Video2:00
Curated Video

SQL Server Course for Beginners with 100+ examples - IN Operator

Higher Ed
Learn how to implement the IN operator in SQL. We will check whether a specific value matches.
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video8:52
Curated Video

Behavioral Design Patterns in C++ - Acyclic Visitor

Higher Ed
This video explains Acyclic Visitor in detail.<br<br/>/>

This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor 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:20
Curated Video

Behavioral Design Patterns in C++ - Logging System - I

Higher Ed
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral...
Instructional Video6:03
Curated Video

Behavioral Design Patterns in C++ - Hangman - VI

Higher Ed
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.
Instructional Video7:32
Curated Video

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

Higher Ed
In this video, we will implement the template method design pattern in the document framework.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Instructional Video4:52
Curated Video

Behavioral Design Patterns in C++ - Document Framework - III

Higher Ed
In this video, we will add the functionality of versioning.
<
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 behavioral design...
Instructional Video8:01
Curated Video

React JS Masterclass - Go From Zero To Job Ready - ENV / 142

Higher Ed
After completing all the lessons in the section, ultimately implementing the project and testing out the project, this video provides a detailed recapitulation of the concepts learned in this project for the React app.
Instructional Video14:26
Curated Video

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

Higher Ed
This video covers the process of building Docker containers using GitHub Actions.
<
br/>
This clip is from the chapter "Building, Pushing, and Deploying Docker Containers" of the series "Learning GitHub Actions for DevOps...
Instructional Video7:15
Curated Video

Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 2

Higher Ed
This is the second of the two-part video where you will update/enhance the code file, then push it to the repository and test it right away.
<
br/>
This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the...
Instructional Video6:41
Curated Video

Learning GitHub Actions for DevOps CI/CD - Adding a Self-Hosted Runner

Higher Ed
This video demonstrates how to add a self-hosted runner.<br<br/>/>

This clip is from the chapter "GitHub Runners" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on GitHub runners.
Instructional Video3:36
Curated Video

Learning GitHub Actions for DevOps CI/CD - GitHub_Artifacts

Higher Ed
This video explains in-depth about GitHub_Artifacts.
<
br/>
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...
Instructional Video10:10
Curated Video

Learning GitHub Actions for DevOps CI/CD - Exploring Workflow Components – Events

Higher Ed
This video helps in exploring workflow components; here, you will be focusing on events.
<
br/>
This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps...
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 Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091

Higher Ed
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Instructional Video14:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060

Higher Ed
In this lecture, we will examine how to improve the folder structure and how to import and export elements or components from different folder structures.
Instructional Video6:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 086

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video4:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Scroll Restoration: Scroll to Top / 075

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.