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 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 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 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 - Destructuring

Higher Ed
This video explains destructuring assignment syntax. 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 enhancements...
Instructional Video7:43
Curated Video

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

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...
Instructional Video12:37
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Var Keyword

Higher Ed
This video explains the Var keyword. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and...
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 Video5:06
Curated Video

Behavioral Design Patterns in C++ - Lamp - I (NoState)

Higher Ed
This video explains the implementation of the State design pattern. Here, we will use the example of a lamp with two states, that is, ON and OFF. This clip is from the chapter "State" of the series "Behavioral Design Patterns in...
Instructional Video5:11
Curated Video

SQL Server Course for Beginners with 100+ examples - Drop a Table in SQL

Higher Ed
Learn how to drop a table in SQL. Dropping will delete all the records of the table. It will also obliterate the existence of the table. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with...
Instructional Video6:07
Curated Video

SQL Server Course for Beginners with 100+ examples - Back Up a Database in SQL

Higher Ed
Learn how to back up a database in SQL. We will back up the database in a local directory with the extension .bak. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Instructional Video3:58
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL

Higher Ed
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Instructional Video2:20
Curated Video

SQL Server Course for Beginners with 100+ examples - Stored Procedures in SQL

Higher Ed
Use the CREATE PROCEDURE statement to learn how to work with stored procedures in SQL. If you want to reuse a query again and again, then create a procedure and save the query in it. Call the procedure whenever you need that same query....
Instructional Video3:22
Curated Video

SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint

Higher Ed
Learn how to work with the PRIMARY KEY constraint in SQL. A PRIMARY KEY uniquely identifies each record. Not a Primary Key column can never have NULL values. This clip is from the chapter "Constraints in SQL" of the series "SQL Server...
Instructional Video2:07
Curated Video

SQL Server Course for Beginners with 100+ examples - SUM() Function

Higher Ed
Learn how to implement the SUM() function in SQL. We will find the sum of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses on...
Instructional Video2:08
Curated Video

SQL Server Course for Beginners with 100+ examples - MIN() Function

Higher Ed
Learn how to implement the MIN() function in SQL. We will find the minimum of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video3:38
Curated Video

SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL

Higher Ed
Learn how to work with the WHERE clause in SQL. WHERE clause filters records based on condition(s). This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video2:45
Curated Video

SQL Server Course for Beginners with 100+ examples - Insert Records

Higher Ed
Use the INSERT INTO Statement in SQL to learn how to insert records in a table. This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses over creating a...
Instructional Video4:18
Curated Video

Behavioral Design Patterns in C++ - Variant

Higher Ed
In this video, we will discuss the C++17 std::variant. This class uses the Visitor pattern for performing operations on its members. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section...
Instructional Video5:38
Curated Video

Behavioral Design Patterns in C++ - Undo - IV

Higher Ed
In this video, we will continue implementing the undo method in the remaining command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Instructional Video5:53
Curated Video

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

Higher Ed
In this video, we continue exploring the template method design pattern, building on the concepts covered in the previous video and implement the text document. This clip is from the chapter "Template Method" of the series "Behavioral...
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. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template...
Instructional Video8:26
Curated Video

Learning GitHub Actions for DevOps CI/CD - Exploring Workflow Components – Job, Step, and Runner

Higher Ed
This video helps in exploring workflow components; here, you will be focusing on job, step, and runner. This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps...