Instructional Video10:33
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Resources (Important)

Higher Ed
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.
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 Video10:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Error: Object Fetch / 168

Higher Ed
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.
Instructional Video9:19
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 163

Higher Ed
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.
Instructional Video11:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Homepage / 162

Higher Ed
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.
Instructional Video3:51
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Individual Document / 262

Higher Ed
In Firebase version 9 Cloud Firestore, you can update an existing document using updateDoc() by adding, updating, or deleting the document field.
Instructional Video7:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261

Higher Ed
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.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
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 Video14:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Adding and Deleting Documents / 257

Higher Ed
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.
Instructional Video9:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255

Higher Ed
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.
Instructional Video4:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Connection / 254

Higher Ed
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.
Instructional Video8:32
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 253

Higher Ed
React Native Firebase provides access to native code by wrapping the native SDKs for Android and iOS into a JavaScript API.
Instructional Video6:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Introduction

Higher Ed
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code.
Instructional Video9:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156

Higher Ed
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Instructional Video10:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Fire Events and User Events / 153

Higher Ed
In this video, we will look at different events such as mouse clicks, mouse overs, mouse out, key down, and document load.
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:45
Healthcare Triage

What's the Research on Abortion Access and Public Health?

Higher Ed
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...
Instructional Video3:18
Healthcare Triage

Can Weighted Blankets Help Insomnia?

Higher Ed
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...
Instructional Video6:36
Healthcare Triage

Climate Change Is Already Impacting Our Health

Higher Ed
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...
Instructional Video8:02
Healthcare Triage

Climate Change and Our Food Supply

Higher Ed
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...
Instructional Video9:42
Healthcare Triage

Painful Truths the U.S. Can Learn from Global Healthcare

Higher Ed
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...
Instructional Video5:34
Curated Video

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

Higher Ed
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...
Instructional Video4:24
Curated Video

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

Higher Ed
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.