Curated Video
React JS Masterclass - Go From Zero To Job Ready - Inline Level Styling / 022
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Prop Drilling / 019
Here, we will understand the concept of prop drilling, which means we dig deep into the properties or props by passing the prop's components from one to another.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017
After learning about components and component trees in this video, we will focus on props in detail. We will understand what props are and how they are used in codes and properties with dynamic values.
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 - Project Deployment / 172
In this final video, we will focus on the deployment process. We will get into the gitignore file and add the .env file. We will then create a new repository on GitHub called WriteNode and place the entire project folder structures here....
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton
Here, we will discuss about an interesting package called the React Loading Skeleton that provides a skeleton structure until we receive a response from the app.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title
In this video, we will learn how to create a dynamic page title using a hook "useTitle.js" and place code to update our title as and when required.
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 - Homepage / 162
In this lesson, we will begin with creating a section for the homepage and add the individual cards by importing the Postcard state from the components folder.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Styling / 161
In this video, we will understand how to begin with the designing part of this project. We will create the header, footer, logo, and other components required for WriteNode.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Individual Document / 262
In Firebase version 9 Cloud Firestore, you can update an existing document using updateDoc() by adding, updating, or deleting the document field.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Documents- II / 256
We can use the on() method to retrieve data. This method takes the event type as "value" and retrieves the snapshot of the data.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Queries, Type, Expect, and More / 154
This video will teach an important concept before moving on to JavaScript and jQuery, the document object model (DOM).
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Fire Events and User Events / 153
In this video, we will look at different events such as mouse clicks, mouse overs, mouse out, key down, and document load.
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 - Dynamic Page Title / 140
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 139
Now, we will focus on creating a stylized interface for the store. We will define the page structure, the Events, and how the store behaves.
Healthcare Triage
Hospitals Charge Uninsured People a LOT More Money
Health insurance: the holy grail of the US hospital patient. While it isn’t perfect, it does often make a big difference in a patient’s bottom line. That’s not only because it helps pay the bills - it turns out that when you don’t have...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Saving and Loading a Model
In this video, you will learn how to save a model and then load it later. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Jupyter Notebook - Tips and Tricks
In this video, you will learn some useful tips and tricks of working in Jupyter Notebook. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Installing PyTorch
In this video, you will learn how to install PyTorch using Google Colab ipynb. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Managed Object Context
This video explains the managed object context. 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
CompTIA A+ Certification Core 1 (220-1101) - Introduction to Mass Storage
Mass storage (disk drives and solid-state drives) store the operating system and applications. Despite the different technologies, systems talk to these many devices in similar ways. This clip is from the chapter "Book Chapter 8 - Mass...