Instructional Video21:08
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Build a Complete MVC ToDo List Application

Higher Ed
This video explains how to build a complete MVC ToDo application.
<
br/>
This clip is from the chapter "Detailed Look into Razor Pages and MVC Application" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section...
Instructional Video18:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create a ToDo List Razor Pages Application

Higher Ed
This is a walkthrough to build a simple Razor ToDoList application with the in-memory collection. The video uses a service layer and dependency injection principles.
<
br/>
This clip is from the chapter "Detailed Look into Razor...
Instructional Video16:45
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response

Higher Ed
In this video, the entire mechanism of generating an HTML response to a request as handled by the Razor Pages in an ASP.NET Core 3.1 application is discussed.
<
br/>
This clip is from the chapter "Create and Take a Deep Dive into...
Instructional Video3:53
Curated Video

Generative AI Art for Beginners - Using Images as Part of Your Prompt

Higher Ed
In this video, we will show you how to add one or more image URLs to your prompt in Midjourney. These images will serve as visual inspiration for your prompt and help you generate more creative ideas. We will also provide an example to...
Instructional Video11:34
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding Seals and Stamps to Our Scrolls

Higher Ed
This lesson will focus on adding realism to our scrolls by adding seals and stamps to mark their authenticity for the next reader.
Instructional Video4:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - What Is Hot Reload in ASP.NET 6?

Higher Ed
This video discusses the new hot reload feature with a code example in the just released Visual Studio 2022 and ASP.NET 6.
<
br/>
This clip is from the chapter "ASP.NET 6.0 Migration" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video8:55
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View

Higher Ed
You will be able to understand the creation and working of the view to render an updated order record. You will get a refresher on the client- and server-side validation in the process. The completed application until this point is run...
Instructional Video3:42
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the AddOrder View

Higher Ed
AddOrder view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. Application is run at the end of the video to demonstrate adding an order to the database.
<
br/>...
Instructional Video6:48
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create GetOrder View

Higher Ed
In this video, you will learn how to create the GetOrder View with a thorough explanation. The application is also run to show the relevant functionalities.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the...
Instructional Video7:31
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)

Higher Ed
This video explains the creation and code for the Index view of the Order Controller. You will be able to create the Order Controller Index View and run the application.
<
br/>
This clip is from the chapter "Coding Project Part 2:...
Instructional Video3:41
Curated Video

SQL Server Course for Beginners with 100+ examples - SQL Versus NoSQL

Higher Ed
Learn the difference between SQL and NoSQL. We have considered the example of MySQL (SQL-based) and MongoDB (NoSQL-based) to understand the concept.
<
br/>
This clip is from the chapter "SQL Introduction" of the series "SQL Server...
Instructional Video9:42
Healthcare Triage

Painful Truths the U.S. Can Learn from Global Healthcare

Higher Ed
The American healthcare debate is often a pendulum swinging between two extremes: maintaining the status quo and adopting a single-payer system. But what if we're asking the wrong questions? What if the answers lie not in the extremes...
Instructional Video2:22
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminder Data Model

Higher Ed
This video explains the reminder data model.
<
br/>
This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync...
Instructional Video3:23
Curated Video

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

Higher Ed
This video explains the workout model.<br<br/>/>

This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts framework in widget.
Instructional Video6:35
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Network Service

Higher Ed
This video explains the quote network service by creating a networking logic.
<
br/>
This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Instructional Video9:18
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Mean Squared Error

Higher Ed
In this video, we will understand MSE (Mean Squared Error) from a probabilistic perspective.
<
br/>
This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video8:40
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Image Classification

Higher Ed
In this video, we will work on image classification with the MNIST dataset.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
Instructional Video8:45
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Multiclass Classification

Higher Ed
In this video, you will learn about multiclass classification.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Instructional Video6:03
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction

Higher Ed
In this video, we will get introduced to artificial neural networks.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video4:32
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Saving and Loading a Model

Higher Ed
In this video, you will learn how to save a model and then load it later.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video6:50
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Making Predictions

Higher Ed
In this video, we will be talking about another important part of creating a model, which is making predictions.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural...
Instructional Video10:58
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - How Does a Model "Learn"?

Higher Ed
In this video, we will understand how a model "learns".
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover a...
Instructional Video10:06
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - The Neuron

Higher Ed
In this video, we will understand the neuron.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover a crash...
Instructional Video10:41
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Regression Notebook

Higher Ed
In this video, we will understand linear regression by proving the Mosse law true.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...