Instructional Video28:28
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Individual Movie Information / 074

Higher Ed
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Instructional Video15:18
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie Search / 071

Higher Ed
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.
Instructional Video11:53
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070

Higher Ed
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the following few lines of code, rectifying the code, and re-fetching the API.
Instructional Video17:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-1

Higher Ed
This video explores the components of the project. We will import the index.js file from the previous project and we will create all the required folder structures for the Cinemate project.
Instructional Video13:29
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 076

Higher Ed
In this lecture, the next step is to start building the homepage of the eCommerce site. We will use components to tell React what we want to see on the screen.
Instructional Video14:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie List / 069

Higher Ed
In this video, we will learn to fetch specific movies on the Movie list API. We will create a default empty list. We will then learn to send fetch requests to the URLs.
Instructional Video10:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - TMDB API: Documentation / 064

Higher Ed
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.
Instructional Video4:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cinemate Demo

Higher Ed
This video showcases the project that we will build called Cinemate, which is basically an information provider of popular movies, and is a movies based API project.
Instructional Video7:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261

Higher Ed
This guide explains how to use the set, add, or update individual documents in Cloud Firestore. If you want to write data in bulk, see transactions.
Instructional Video10:37
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Ordering Data / 260

Higher Ed
You can specify the sort order for your data using orderBy() and limit the number of documents retrieved using the limit(). Note an orderBy() clause.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Instructional Video6:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258

Higher Ed
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.
Instructional Video14:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Adding and Deleting Documents / 257

Higher Ed
The simplest way to delete data is to call removeValue() on a reference to the location of that data. We can also delete data by specifying null as the value.
Instructional Video4:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Documents- II / 256

Higher Ed
We can use the on() method to retrieve data. This method takes the event type as "value" and retrieves the snapshot of the data.
Instructional Video9:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255

Higher Ed
You can use the Realtime Database Query class to retrieve data sorted by key, by value, or by the value of a child. You can also filter the sorted result.
Instructional Video8:32
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 253

Higher Ed
React Native Firebase provides access to native code by wrapping the native SDKs for Android and iOS into a JavaScript API.
Instructional Video6:03
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Resolutions and Aspect Ratios

Higher Ed
More resolution means a more detailed picture. Monitor resolutions have increased for decades, and a good tech understands common resolutions and aspect ratios.
<
br/>
This clip is from the chapter "Book Chapter 17 - Display...
Instructional Video6:00
Curated Video

Recommender Systems with Machine Learning - Making Recommendations-2

Higher Ed
This video explains how to make movie recommendations.<br<br/>/>

This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video5:15
Curated Video

Recommender Systems with Machine Learning - KNN Implementation-2

Higher Ed
This video explains the implementation of KNN.<br<br/>/>

This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video4:47
Curated Video

Recommender Systems with Machine Learning - Create Collaborative Filter

Higher Ed
This video demonstrates creating a collaborative filter.<br<br/>/>

This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video5:06
Curated Video

Recommender Systems with Machine Learning - Rating Plot

Higher Ed
This video helps you with the plot rating from the dataset.<br<br/>/>

This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video8:46
Curated Video

Recommender Systems with Machine Learning - Making Recommendations

Higher Ed
This video helps you with making recommendations.
<
br/>
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 machine...
Instructional Video9:21
Curated Video

Recommender Systems with Machine Learning - Recommendation Engine

Higher Ed
This video talks about the recommendation engine in detail.
<
br/>
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...
Instructional Video10:53
Curated Video

Recommender Systems with Machine Learning - tf-idf (Term Frequency-Inverse Document Frequency) Matrix

Higher Ed
This video is about the tf-idf (Term Frequency-Inverse Document Frequency) matrix.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section...