Instructional Video16:19
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Tailwind CSS Customization / 072

Higher Ed
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Instructional Video10:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Warning: Undefined Value / 048

Higher Ed
In this lecture, we will understand the "Warning: Undefined Value" error. We will understand what the warning means and how to rectify the error.
Instructional Video4:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Infinite Loops / 042

Higher Ed
In this lecture, we will discuss passing primitive values and passing a function using a callback. We will use the useRef hook to create a reference for the elements and values.
Instructional Video10:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook (useFetch) / 038

Higher Ed
In this lecture, you will learn how to create a custom hook, which are functions that perform a task or fetches the information. You will learn to create a custom hook and call that hook in the code whenever we need information.
Instructional Video11:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Add New Task / 029

Higher Ed
After learning how to input data or tasks using forms and accepting the tasks or data using the submit button, we will now examine how to create new tasks, which will receive inputs from the tasks and add them to the task list we created...
Instructional Video4:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Inline Level Styling / 022

Higher Ed
Let's examine what inline CSS is and where the style applies to a particular inline segment. We create an object and pass the styling parameters applicable to this inline segment.
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 Video16:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167

Higher Ed
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
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 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 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 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 Video5:35
Curated Video

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

Higher Ed
This video explains the weather data structure by creating a folder to keep the weather data. This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
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 Video2:37
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Struct

Higher Ed
This video explains how to create the data structure for our quotes widget. 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 to...
Instructional Video8:44
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Classification Notebook

Higher Ed
In this video, we will understand linear classification with the help of breast cancer dataset example. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video15:53
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Code Preparation (Classification Theory)

Higher Ed
In this video, we will take a crash course in linear classification for TensorFlow 2.0. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video5:23
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mini Project - Continued

Higher Ed
In this video, we will continue writing the program for our hangman game. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video12:17
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Classes in Python

Higher Ed
In this video, you will learn about classes in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning...
Instructional Video4:37
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops

Higher Ed
In this video, you will learn about for loops. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning the basics...
Instructional Video8:26
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Tuples and Sets in Python

Higher Ed
In this video, you will learn about tuples and sets in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video3:27
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Print Function

Higher Ed
In this video, you will learn about the Print function. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning...
Instructional Video11:24
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Manager

Higher Ed
This video explains the pedometer manager. This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Instructional Video9:42
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Intent Handler

Higher Ed
This video explains the intent handler. This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the custom configuration widget.