Curated Video
React JS Masterclass - Go From Zero To Job Ready - useState: Multiple Updates / 011
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - State Introduction: useState / 010
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Why We Need States? / 009
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Components: Class- and Function-Based / 006
This video discusses components, where you will learn about class-based and function-based components. We will also create a new project setup.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Toggle Update / 169
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Conditional Auth Header / 165
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Configuration / 164
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Authentication - II / 264
Firestore security rules can be evaluated using user authentication metadata, data from incoming queries, and existing data in your database.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Authentication - I / 263
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: API Async Loading / 155
In this video, we will compare the three service models and note the fundamental differences and their advantages of use.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Data Service: API Endpoints / 137
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Auth Service: API End Points / 136
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Checkout Modal / 130
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Intent Timeline Provider
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Constants
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.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Service
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Network Service
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Bundle-1
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Variable and Adaptive Learning Rates
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Stochastic Gradient Descent
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...