LATEST frontend ARTICLES

Latest frontend Articles curated daily by the community.

In this article, we are going to be learning how to authenticate users in our React app using firebase auth.

When building an application that requires users to sign In and sign out in other to have access to some personal data or access to some private sections of an application then authentication is an important approach that allows us to achieve that.

Authentication is both important to users and developers. For users, it prevents a user’s account to be accessed by the external user who is trying to access the account using credentials that are different from what the original user used when creating the account.

How to Authenticate Users in React using Firebase (Step-by-Step Guide)

For developers, it helps create a secure website where users who are not authenticated, are not allowed access to private pages on the website that is meant only for users who are authenticated (who have an account with the application).

Top 5 Frontend Frameworks (2022)

By . Updated Sun Jun 18 2023
Top 5 Frontend Frameworks (2022)

With the massive number of frontend frameworks out there, frontend developers might find it difficult to choose which to use when building a web application. Not anymore: For advanced developers, this might not be much of an issue. However, for beginners, this might be a very difficult decision to make also for businesses. Furthermore, for […]

Web Scraping with Nuxtjs using Puppeteer

By . Updated Mon Apr 24 2023
Web Scraping with Nuxtjs using Puppeteer

Web Scraping with Nuxtjs using Puppeteer is intended to demonstrate how to set up and configure puppeteer to work properly with Nuxtjs and how to use it to Scrape a job listing website and display them on your website.