Instructional Video6:22
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - IV

Higher Ed
This video explains how to use the dynamic strategy to decide the thread-safety for the array class. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - III

Higher Ed
In this video, we will attempt to configure the array class for both single and multi-thread access using a Boolean. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will...
Instructional Video6:38
Curated Video

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

Higher Ed
In this third video of the series, we will try to replace conditional statements with inheritance and see if it works. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will...
Instructional Video4:22
Curated Video

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

Higher Ed
This video builds upon the first part of our spreadsheet application series; here, we will add new exports formats to the application. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video5:14
Curated Video

Behavioral Design Patterns in C++ - Introduction-Strategy Pattern

Higher Ed
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video13:05
Curated Video

Learn Azure Serverless Functions in a Weekend - HTTP Function to Queue Message

Higher Ed
This video demonstrates how to develop an HTTP function to queue messages. Here, you will develop an HTTP trigger function, keeping in mind that it will be used by the payment gateway system to submit the payment status. It should take...
Instructional Video14:05
Curated Video

Learn Azure Serverless Functions in a Weekend - Developing Azure Functions in Local Functions App

Higher Ed
This video helps you with developing Azure Functions in the local functions app. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Instructional Video10:49
Curated Video

Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions

Higher Ed
This video will help in importing/shared code for Azure Functions. This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Instructional Video10:23
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message to Service Bus Topic

Higher Ed
This video helps you develop Azure Functions to add messages to the service bus topic. Here, we will process a storage queue, read the messages, process them, and add them to Azure Service Bus Topic. This clip is from the chapter "Azure...
Instructional Video10:11
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Take Input from HTTP and Write Blobs

Higher Ed
This video will help you develop Azure Functions to take input from HTTP and write blobs. You will be learning Azure Functions integrations with the help of bindings. This clip is from the chapter "Azure Functions Integrations" of the...
Instructional Video9:01
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Perform Schedule Database Cleanup

Higher Ed
In this video, you will study how Azure Functions is used to perform schedule database cleanup. This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn Azure Serverless...
Instructional Video7:05
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Collect Feedback and Store in Database

Higher Ed
In this video, you will see how Azure Functions is used to collect feedback and store it in the database. This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn Azure...
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. This clip is from the chapter "Developing Azure Functions Applications with...
Instructional Video12:22
Curated Video

Learn Azure Serverless Functions in a Weekend - Develop Azure Functions with VS Code

Higher Ed
This video demonstrates how to develop Azure Functions with Visual Studio Code. This clip is from the chapter "Develop Azure Functions with VS Code" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on...
Instructional Video10:50
Curated Video

Learn Azure Serverless Functions in a Weekend - Creating First Function in Azure Portal

Higher Ed
This video helps you with creating your first function in Azure Portal. This clip is from the chapter "Creating Azure Functions in Azure Portal" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on...
Instructional Video5:25
Curated Video

Learn Azure Serverless Functions in a Weekend - Deploying Functions App in Azure Portal

Higher Ed
This video helps you with deploying Functions app in Azure Portal. This clip is from the chapter "Creating Azure Functions in Azure Portal" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on creating...
Instructional Video5:26
Curated Video

Learn Azure Serverless Functions in a Weekend - What Is Azure Functions

Higher Ed
This video explains Azure Functions in detail. This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to the course.
Instructional Video5:07
Curated Video

Learn Azure Serverless Functions in a Weekend - Introduction to Serverless Computing

Higher Ed
This video provides an introduction to serverless computing. This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to the course.
Instructional Video4:14
Curated Video

Learn Azure Serverless Functions in a Weekend - Course Structure

Higher Ed
This video helps you with the structure of the course and demonstrates the basic takeaways from this course. This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This...
Instructional Video16:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all

Higher Ed
This video explains a new function called Promise.allSettled(). This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains async...
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(). This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section...
Instructional Video10:14
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Classes as Expression

Higher Ed
This video explains classes as an expression in JavaScript. This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Instructional Video4:36
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Optional Chaining Operators

Higher Ed
This video explains chaining operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...
Instructional Video1:16
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Arrow Functions

Higher Ed
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a critical part of this course because...