Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Completing Order Repository CRUD Methods
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Stored Procedures for CRUD Operation
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Service Bus Trigger Function to Add Records to Database
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...
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 - Developing Azure Functions API to Get Online Course Details - Part 2
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...
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
SQL Server Course for Beginners with 100+ examples - Stored Procedures in SQL
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....
Curated Video
SQL Server Course for Beginners with 100+ examples - Create a Database
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+...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Product Search / 109
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie Search / 071
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - TMDB API: Documentation / 064
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Model
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.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Widget View
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Entry View
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.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Widget Entry
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.
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - RAM Features
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+...
Curated Video
PowerShell for Automating Administration - Lab Setup: Deploying the Validation Scripts
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...
Curated Video
Recommender Systems with Machine Learning - KNN Implementation-2
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
Curated Video
Recommender Systems with Machine Learning - Active Users and Popular Movies
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
Curated Video
Recommender Systems with Machine Learning - Making Recommendations with Collaborative Filtering
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Self-Learning Chatbots
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....