Instructional Video4:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Multiple Updates / 011

Higher Ed
In this video, we will discuss the problems we face when using the setCount. The value of the Count remains constant; hence, when using multiple iterations of a setCount function, the value of the variables does not change either.
Instructional Video12:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - State Introduction: useState / 010

Higher Ed
In this video, we will explore further about a state and then understand in detail the useState, a React hook that lets you add a state variable to a component.
Instructional Video10:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Why We Need States? / 009

Higher Ed
In this lesson, you will learn about a state, the current value of a variable, which can constantly change, increase or decrease based on the function called. The state defines how a variable behaves at any given point.
Instructional Video10:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Components: Class- and Function-Based / 006

Higher Ed
This video discusses components, where you will learn about class-based and function-based components. We will also create a new project setup.
Instructional Video1:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015

Higher Ed
In this lesson, we will explore a few quick tips while using hooks in our coding. We will go through the do's and don'ts while using hooks and other exceptions while using hooks.
Instructional Video5:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Toggle Update / 169

Higher Ed
In this video, we will discuss about two concepts, the first being a toggle and how to delete the card when the recycle icon is clicked and the second concept we will discuss here is the infinite loop.
Instructional Video8:07
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Conditional Auth Header / 165

Higher Ed
In this video, we will understand how to create the header for the WriteNode project with a login popup button. We will use the Event() for the login as conditional authorization.
Instructional Video13:40
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Configuration / 164

Higher Ed
In this lesson, we will focus on the configuration part of the Firebase app. We will also work on receiving the information from the Firestore.
Instructional Video22:10
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Authentication - II / 264

Higher Ed
Firestore security rules can be evaluated using user authentication metadata, data from incoming queries, and existing data in your database.
Instructional Video5:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Authentication - I / 263

Higher Ed
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
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 Video6:39
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: API Async Loading / 155

Higher Ed
In this video, we will compare the three service models and note the fundamental differences and their advantages of use.
Instructional Video11:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152

Higher Ed
In this lesson, we will look at a term to describe the ability to render different user interface (UI) markup if a condition is true or false, the conditional rendering.
Instructional Video15:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Data Service: API Endpoints / 137

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that add style props to your React components and allow you to control styles based on criteria.
Instructional Video10:32
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Auth Service: API End Points / 136

Higher Ed
In this lesson, you will learn to deploy and accelerate the time to deploy website and app integrations and APIs on one powerful serverless platform.
Instructional Video16:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132

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

React JS Masterclass - Go From Zero To Job Ready - Checkout Modal / 130

Higher Ed
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other information if needed; reloading the page should allow us to make changes in the total by adding or...
Instructional Video4:42
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Intent Timeline Provider

Higher Ed
This video explains the widget intent timeline provider. This clip is from the chapter "Understanding Configurable Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the...
Instructional Video6:23
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Constants

Higher Ed
This video explains grocery constants. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Instructional Video6:28
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Service

Higher Ed
This video explains how to create the weather service. This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the widget family, which is an...
Instructional Video6:35
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Network Service

Higher Ed
This video explains the quote network service by creating a networking logic. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how...
Instructional Video4:59
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Bundle-1

Higher Ed
This video explains the widget bundle used to support multiple types of widgets that your app supports. This clip is from the chapter "Understanding Widgets in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with...
Instructional Video11:46
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Variable and Adaptive Learning Rates

Higher Ed
In this video, we will discuss variable and adaptive learning rates. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will...
Instructional Video4:40
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Stochastic Gradient Descent

Higher Ed
In this video, you will learn about stochastic gradient descent. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive...