Instructional Video11:21
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Service Bus Trigger Function to Add Records to Database

Higher Ed
This video demonstrates how to develop the Azure Service Bus trigger function to add records to the database. Here, you will move on to develop a second function that gets triggered upon queueing a message in our Azure Service Bus. It...
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 Video7:32
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue

Higher Ed
In this video, you will develop Azure Functions to add messages to the storage queue. The Azure Queue Storage is a service for storing a large number of messages. This clip is from the chapter "Azure Functions Integrations" of the series...
Instructional Video8:51
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Process Blob Storage

Higher Ed
This video will help you develop Azure Functions to process blob storage. You will parse the text from an HTTP request and save it as a blob file in an Azure storage account container. You will process each blob in a blob container and...
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:20
Curated Video

Learn Azure Serverless Functions in a Weekend - Deploy Azure Service Bus

Higher Ed
This video helps deploy Azure Service Bus. This clip is from the chapter "Azure Service Bus" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on Azure Service Bus.
Instructional Video9:07
Curated Video

Learn Azure Serverless Functions in a Weekend - Introduction to Azure Service Bus

Higher Ed
This video provides an introduction to Azure Service Bus. This clip is from the chapter "Azure Service Bus" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on Azure Service Bus.
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 Video7:47
Curated Video

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

Higher Ed
In the last video, you connected the function to the database, but it is not returning anything on the browser page. In this video, you will return the database to the browser page. So, basically, you will publish the formatted output in...
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 Video8:51
Curated Video

Learn Azure Serverless Functions in a Weekend - Environment Setup - Creating a Serverless Azure SQL Database

Higher Ed
This video helps you with the environment setup. You will be creating a serverless Azure SQL database. This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn Azure Serverless...
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 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. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on the...
Instructional Video5:27
Curated Video

Learn Azure Serverless Functions in a Weekend - Configuring the Local Development Environment

Higher Ed
This video demonstrated configuring the local development environment. This clip is from the chapter "Azure Functions Local Development Environment" 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:15
Curated Video

Learn Azure Serverless Functions in a Weekend - Event-Driven Architecture

Higher Ed
This video explains the event-driven architecture from scratch. 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: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 Video1:45
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Catch without Error

Higher Ed
This video explains catch without an error. This clip is from the chapter "Error Handling" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains error handling.
Instructional Video1:08
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-What's new in error handling?

Higher Ed
This video introduces you to the section on error handling. This clip is from the chapter "Error Handling" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains error handling.
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...