Instructional Video10:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API: Login/Register Endpoint / 120

Higher Ed
In this video, we will look at the React root component, namely the app, the dashboard, the admin, and other elements of the project that form the tree structure of React.
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 Video5:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States

Higher Ed
In this lesson, you will learn to apply custom properties in special states, like when working with buttons, we will use "hover", "focus" properties for fonts, and other states that can be customized to our project requirements.
Instructional Video6:40
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useRef Hook / 030

Higher Ed
In this video, we will explore a hook, useRef, which will allow us to reference an unnecessary value for rendering. This is used to reference a value, manipulate a DOM with a reference, and avoid recreating reference content.
Instructional Video3:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Controlled Inputs / 027

Higher Ed
In this lecture, you will learn to create a button on our app that will allow us to control the input by resetting the input value in the task name field.
Instructional Video11:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Forms and Input / 025

Higher Ed
In this lesson, you will learn to create forms and provide user input into the forms to collect data or add and delete tasks. You will learn to control the way the form behaves in accepting inputs.
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 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:10
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Simple AVRO Schema

Higher Ed
In this video, you will learn to build a simple AVRO schema. This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section,...
Instructional Video4:29
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to AVRO - What Is AVRO and Why AVRO?

Higher Ed
In this video, you will learn about AVRO and why AVRO is one of the popular serialization formats. This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts...
Instructional Video2:45
Curated Video

Recommender Systems with Machine Learning - Instructor Introduction

Higher Ed
This video provides an introduction to the instructor in detail. You will look at the course’s structure and the things you will learn by the end of this course. This clip is from the chapter "Introduction" of the series "Recommender...
Instructional Video7:26
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the DTOs for CoffeeOrderService

Higher Ed
In this video, we will build the DTOs for the coffee order service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video6:16
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Modify Field Names - NONE Compatibility

Higher Ed
In this video, we will code and learn about NONE compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
Instructional Video6:36
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Add/Delete Optional Fields - FULL Compatibility

Higher Ed
In this video, we will code and learn about FULL compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
Instructional Video11:38
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Adding a New Field in Schema - FORWARD Compatibility

Higher Ed
In this video, we will code and learn about FORWARD compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video10:50
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Deleting a Field in Schema - BACKWARD Compatibility

Higher Ed
In this video, we will code and learn about BACKWARD compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video6:38
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume "Key" as an AVRO Record

Higher Ed
In this video, you will learn to produce keys that are also an AVRO record. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you...
Instructional Video4:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema

Higher Ed
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app. This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Date Logical Type

Higher Ed
In this video, we will code and learn the date logical types. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you will cover the...
Instructional Video3:53
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Adding the UUID as Key for CoffeeOrder

Higher Ed
In this video, we will code and learn to use UUID as a key column in our CoffeeOrder Producer. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video4:29
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Logical Types in AVRO

Higher Ed
In this video, we will code and learn about the logical types in AVRO and how to use them in your project. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:21
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Deep Learning Architecture

Higher Ed
This video elaborates on the deep learning architecture in chatbots, integration of deep learning with chatbots, natural language processing (NLP), source content, interaction history, and analytics. This clip is from the chapter...
Instructional Video4:09
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Challenges of Chatbots

Higher Ed
In this video, we will understand the challenges we face using a chatbot, including emerging trends, security, and privacy, customer saturation, predicting human behavior, user satisfaction, and user-bot communication. This clip is from...