Hi, what do you want to do?
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - I
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...
<
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...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - IV
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...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
Curated Video
Learn Azure Serverless Functions in a Weekend - Developing Azure Functions API to Get Online Course Details - Part 1
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...
<
br/>
This clip is from the chapter "Developing Azure Functions...
Curated Video
Learn Azure Serverless Functions in a Weekend - Creating Functions App and Understanding the File Structure
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...
<
br/>
This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-any-vs-race
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...
<
br/>
This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Getting You Onboard
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - IN Operator
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...
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Curated Video
Behavioral Design Patterns in C++ - Acyclic Visitor
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.
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor 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.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
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.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral...
Curated Video
Behavioral Design Patterns in C++ - Hangman - VI
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.
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++ - Template Method - I
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...
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Curated Video
Behavioral Design Patterns in C++ - Document Framework - III
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...
<
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ENV / 142
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.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Building Dockers with GitHub Actions
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...
<
br/>
This clip is from the chapter "Building, Pushing, and Deploying Docker Containers" of the series "Learning GitHub Actions for DevOps...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 2
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...
<
br/>
This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Adding a Self-Hosted Runner
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.
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 - GitHub_Artifacts
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...
<
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Exploring Workflow Components – Events
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...
<
br/>
This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header Component - I / 100
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 086
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Scroll Restoration: Scroll to Top / 075
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.