Instructional Video20:28
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Completing Order Repository CRUD Methods

Higher Ed
All the rest of the CRUD methods using ADO.NET for the order repository are completed in this video. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...
Instructional Video9:18
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Stored Procedures for CRUD Operation

Higher Ed
This video discusses all the CRUD stored procedures that are used for this application. You will understand and be able to write simple stored procedures for these CRUD operations. Stored procedure script is added as resource to generate...
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 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: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 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 Video1:47
Curated Video

SQL Server Course for Beginners with 100+ examples - Create a Database

Higher Ed
Learn how to create a new database in SQL Server. The CREATE DATABASE statement is used to create a new SQL server database. This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with 100+...
Instructional Video17:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Product Search / 109

Higher Ed
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Instructional Video15:18
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie Search / 071

Higher Ed
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Instructional Video10:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - TMDB API: Documentation / 064

Higher Ed
In this lesson, we will learn to use the TMDB API, a free API that showcases movies and we will register to create our account on the API. We will then examine the documentation, send links, and other parameters to work with.
Instructional Video12:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057

Higher Ed
In this lesson, we will understand the parameters that are defined to a route, which helps to avoid repetitive tasks, especially in the scenario of large volumes of data.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Instructional Video14:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151

Higher Ed
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Instructional Video8:49
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Model

Higher Ed
This video explains the exchange rate model. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Instructional Video9:25
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Widget View

Higher Ed
This video explains putting together all the views in the weather widget view. This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the...
Instructional Video3:29
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Entry View

Higher Ed
This video explains the pedometer entry view. This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Instructional Video3:07
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Widget Entry

Higher Ed
This video explains the exchange rate widget entry. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Instructional Video7:11
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - RAM Features

Higher Ed
DRAM varies in other ways, such as single-sided or double-sided DRAM. Different motherboards may or may not be able to take advantage of these features. This clip is from the chapter "Book Chapter 4 - RAM" of the series "CompTIA A+...
Instructional Video11:16
Curated Video

PowerShell for Automating Administration - Lab Setup: Deploying the Validation Scripts

Higher Ed
This is a lab setup video where you will be deploying the Validation Scripts. This clip is from the chapter "Lab Setup" of the series "PowerShell for Automating Administration".This section focuses on the lab setup. Here, you will try to...
Instructional Video5:15
Curated Video

Recommender Systems with Machine Learning - KNN Implementation-2

Higher Ed
This video explains the implementation of KNN. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video8:50
Curated Video

Recommender Systems with Machine Learning - Active Users and Popular Movies

Higher Ed
This video explains the active users and popular movies available. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video12:23
Curated Video

Recommender Systems with Machine Learning - Making Recommendations with Collaborative Filtering

Higher Ed
This video helps you make recommendations with collaborative filtering. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
Instructional Video2:38
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Self-Learning Chatbots

Higher Ed
Here, we will understand self-learning chatbots, which, as suggested, means that the chatbots can learn independently. The chatbot asks a series of queries and stores the responses before deciding on an action based on the responses....