Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - IV
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...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - III
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...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - III
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...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - II
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...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
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.
Curated Video
Learn Azure Serverless Functions in a Weekend - HTTP Function to Queue Message
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Developing Azure Functions in Local Functions App
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message to Service Bus Topic
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Take Input from HTTP and Write Blobs
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Perform Schedule Database Cleanup
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Collect Feedback and Store in Database
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...
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. This clip is from the chapter "Developing Azure Functions Applications with...
Curated Video
Learn Azure Serverless Functions in a Weekend - Develop Azure Functions with VS Code
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Creating First Function in Azure Portal
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Deploying Functions App in Azure Portal
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - What Is Azure Functions
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.
Curated Video
Learn Azure Serverless Functions in a Weekend - Introduction to Serverless Computing
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.
Curated Video
Learn Azure Serverless Functions in a Weekend - Course Structure
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all
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...
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(). This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Classes as Expression
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Optional Chaining Operators
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Arrow Functions
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...