Curated Video
React JS Masterclass - Go From Zero To Job Ready - Resources (Important)
In this video, you will learn about the resources used in this course and the multiple tools and code files we will use. The instructor explains everything about the code/resources in detail.
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 - Error: Object Fetch / 168
While creating our blog post in the last video, we encountered an error. In this video, we will focus on how to fix the error and understand creating and fetching objects for the project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 163
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in real time. We will look at the setup and authentication.
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 - 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 - Firestore Queries / 259
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
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 - Adding and Deleting Documents / 257
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255
You can use the Realtime Database Query class to retrieve data sorted by key, by value, or by the value of a child. You can also filter the sorted result.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Connection / 254
When you register your app with Firebase, you will get a Firebase configuration object that you will use to connect your app with your Firebase project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 253
React Native Firebase provides access to native code by wrapping the native SDKs for Android and iOS into a JavaScript API.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Introduction
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
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 - 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...
Healthcare Triage
What's the Research on Abortion Access and Public Health?
Health policies, including those related to abortion, should be guided by data. So what do the data have to say about restricting abortion access? How might it impact public health in the United States and what are some of the best ways...
Healthcare Triage
Can Weighted Blankets Help Insomnia?
Insomnia is terrible, and it can be more prevalent among individuals with other psychiatric disorders. Treatment is available, but there can be a lot of barriers,. Medication is generally only a short term solution. There are proponents...
Healthcare Triage
Climate Change Is Already Impacting Our Health
Massive storms, flooding, extreme heat, droughts, air pollution, increased rates of disease, changes to our food and water… global warming, and the changes to climate that come with it, are increasing human health risks. Our physical and...
Healthcare Triage
Climate Change and Our Food Supply
So far in our adventures on climate change and health, we’ve covered the critical issue of how our water supply is impacted by a warming planet, and that is a perfect segue into something equally important: The impact of climate change...
Healthcare Triage
Painful Truths the U.S. Can Learn from Global Healthcare
The American healthcare debate is often a pendulum swinging between two extremes: maintaining the status quo and adopting a single-payer system. But what if we're asking the wrong questions? What if the answers lie not in the extremes...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Color Widget
This video explains the configuration of the color widget. 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 Item Entry
This video explains the grocery item entry. 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.