Instructional Video3:07
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Compute Loss

Higher Ed
This is the next step of training our model, which entails the compute loss model.
Instructional Video5:59
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Candidate Tower and Retrieval System

Higher Ed
In this lesson, we will look at making the candidate tower and then execute a retrieval system.
Instructional Video1:13
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: TensorFlow Recommenders

Higher Ed
This video briefly overviews the TensorFlow recommender, an open-source library for building recommender systems.
Instructional Video8:50
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - API Gateway

Higher Ed
An Application Programming Interface (API) is a wrapper for code that allows for easy access to and execution of it. The AWS API Gateway is a service that allows you to have APIs in the cloud. Learn more in this video.
Instructional Video10:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side

Higher Ed
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Instructional Video16:12
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedViewModel

Higher Ed
In this video, we will cover the implementation of the FeedViewModel, which will handle the logic and data for displaying tweets in the Twitter Clone app.
Instructional Video17:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function

Higher Ed
This video focuses on the "Fetch User" function, which is a crucial part of any app that requires user authentication. In this video, you will learn how to retrieve user data from our backend database and use it in our application. We...
Instructional Video10:56
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request in the App

Higher Ed
In this video, we will walk through how to implement GET requests in a mobile app, and provide examples of how to use this functionality to retrieve and display data from an API.
Instructional Video12:02
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE and DELETE Requests

Higher Ed
UPDATE and DELETE requests are essential tools for managing data in web applications; in this video, we will walk through how to structure and implement these requests in your own projects.
Instructional Video8:20
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request

Higher Ed
In this video, we will take a closer look at GET requests and how they function, as well as some best practices for implementing them in your web applications.
Instructional Video3:09
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Intentional Plagiarism

Higher Ed
In this video, we will discuss intentional plagiarism and its consequences in the world of generative AI. You will learn how to recognize and avoid intentional plagiarism, and how to protect your work from being plagiarized by...
Instructional Video4:26
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Tip #1: Be Specific

Higher Ed
In this video, we will discuss the first tip for prompt engineering, which is to be specific in your prompts. We will talk about why specificity is important and provide some examples of specific prompts.
<
br/>
This clip is from...
Instructional Video5:14
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Strength 1: Creating Content in Mass, Quickly

Higher Ed
In this video, we will explore how generative AI can be used to create large amounts of content in a short amount of time.
<
br/>
This clip is from the chapter "When (And When Not) to Use AI" of the series "ChatGPT and DALL-E: Sell...
Instructional Video6:35
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the GetCustomer Action Methods

Higher Ed
You will learn how to complete the coding for the GetCustomer Action methods (both GET and POST) for the Customer Controller.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1...
Instructional Video10:04
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Controller

Higher Ed
Students will be able to create the Customer Controller and complete the Index action method after completing this video.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC...
Instructional Video8:27
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Asynchronous Programming Through Console Application

Higher Ed
This video teaches the concepts of asynchronous programming. After going through this video, you will be able to answer questions such as what is asynchronous programming?
<
br/>
This clip is from the chapter "Middleware in ASP.NET...
Instructional Video1:38
Curated Video

Behavioral Design Patterns in C++ - Overview of Behavioral Patterns

Higher Ed
This video provides an overview of behavioral patterns.<br<br/>/>

This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
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.<br<br/>/>

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 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.
<
br/>
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...
Instructional Video20:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Function: Edit and Delete / 047

Higher Ed
After learning to create the task list to add and delete tasks, we will now look at the functionality of creating the edit option and the delete option.
Instructional Video14:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Components / 045

Higher Ed
We will work on building the user interface for our TaskMate application. We will create a components folder in the source and develop components, header, Addtask, and Showtask. We will create the input box and basic CSS styles.
Instructional Video5:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment

Higher Ed
In this video, you will learn how to deploy our project on an online server. The first method involves pushing our project from the local system to a GitHub repository to Netlify or any other server we choose. The second way is to push...
Instructional Video7:04
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050

Higher Ed
Here, we will focus on our local storage. When we create tasks in our TaskMate, we need to provide the app a local storage to store the tasks that we create.
Instructional Video10:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Warning: Undefined Value / 048

Higher Ed
In this lecture, we will understand the "Warning: Undefined Value" error. We will understand what the warning means and how to rectify the error.