Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT
In this video, you will learn how to add onSubmit functionality for OpenAI API connection with ChatGPT, enabling your application to query the OpenAI API and display responses based on user input.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Animal Input State Update for Open AI Queries
In this video, we will demonstrate how to implement an animal input state update for OpenAI queries, allowing your chatbot to provide more personalized and engaging responses for animal-related topics.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What are Hooks and How to Manage State in React
This video covers an introduction to React hooks and how to manage state in React, which is essential for building complex applications like the ChatGPT OpenAI.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Cleaning Up the Index File for ChatGPT OpenAI API
In this video, we will clean up the index file for our ChatGPT OpenAI API by removing redundant code and adding comments to make it easier to understand.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Dataset Usage
In this lesson, you will learn to develop our content-based filtering for the song project.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Making Recommendations
In this video, we will understand how to make a recommendation after creating the recommendation engine.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Recommendation Engine
In this lesson, we will begin making the recommendation engine and train the model to make recommendations.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Data Manipulation for Content-Based Filtering
In this lesson, you will learn how to extract information from our dataset.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Data Partitioning
Here, we will look at data partitioning, represented as a URL.
Curated Video
A Detailed Guide to the OWASP Top 10 - API5:2023 Broken Function Level Authorization
In this session, we will analyze Broken Function Level Authorization, understanding its impact on API security and methods to prevent it.
Curated Video
A Detailed Guide to the OWASP Top 10 - API1:2023 Broken Object Level Authorization (BOLA)
In this session, we will delve into the Broken Object Level Authorization risk, its implications, and strategies for mitigation.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Making Recommendations
This is the final part of the project, where we create functions for the content-based recommender.
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 1: Song Recommendation System Using Content-Based Filtering: Find Closest Title
In this lesson, we will try to locate the nearest element to the search, and we will do this using functions.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Fuzzywuzzy Implementation
You will learn to develop the two types of functions needed to make the recommender engine.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Missing Values
In this lesson, we will develop a new data frame for our content-based filtering for missing values.
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
AWS Certified Solutions Architect Associate (SAA-C03) - Lambda
What if you need some code to run in the cloud but you don't want to build an entire instance-based platform to support the code? Lambda comes to the rescue. This video explains how Lambda can be used to execute code in the cloud without...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Functions
This video explains the functions.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Fetch
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Search Filter
This video helps implement the user search filter in the app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchBar
In this video, you will learn how to implement a search bar in our Twitter Clone app using SwiftUI. We will create a custom search bar view and add it to our navigation bar.