Hi, what do you want to do?
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Compute Loss
This is the next step of training our model, which entails the compute loss model.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Candidate Tower and Retrieval System
In this lesson, we will look at making the candidate tower and then execute a retrieval system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: TensorFlow Recommenders
This video briefly overviews the TensorFlow recommender, an open-source library for building recommender systems.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - API Gateway
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedViewModel
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request in the App
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE and DELETE Requests
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request
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.
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Intentional Plagiarism
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...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Tip #1: Be Specific
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...
<
br/>
This clip is from...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Strength 1: Creating Content in Mass, Quickly
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...
<
br/>
This clip is from the chapter "When (And When Not) to Use AI" of the series "ChatGPT and DALL-E: Sell...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the GetCustomer Action Methods
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...
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Controller
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...
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Asynchronous Programming Through Console Application
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...
<
br/>
This clip is from the chapter "Middleware in ASP.NET...
Curated Video
Behavioral Design Patterns in C++ - Overview of Behavioral Patterns
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.
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.
Curated Video
Learn Azure Serverless Functions in a Weekend - Introduction to Azure Service Bus
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.
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.
Curated Video
Learn Azure Serverless Functions in a Weekend - Event-Driven Architecture
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...
<
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Function: Edit and Delete / 047
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Components / 045
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Warning: Undefined Value / 048
In this lecture, we will understand the "Warning: Undefined Value" error. We will understand what the warning means and how to rectify the error.