Best of AuthenticationMay 2023

  1. 1
    Article
    Avatar of livecycleLivecycle·3y

    How to host your side-projects for free in 2023: from Auth to Database

    Hosting side projects without a monthly cost is a great way to bring your ideas to life without breaking the bank. In this article, we’ll explore different categories of services that can help you host your side projects for free in 2023.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    7 Tips to Build Scalable Node.js Applications

    Node.js is a JavaScript framework created on Chrome's V8 JavaScript engine. If used correctly, it can be used to build highly scalable mission-critical applications. This article will discuss several tips which can be helpful when it comes to building scalable applications.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Full Stack Application Using ChatGPT

    The full course is designed for all developers, whether you're a beginner or an experienced developer looking to explore new technologies like ChatGPT. The course is structured into detailed, easy-to-follow sections, each focusing on a critical aspect of the full-stack development process.

  4. 4
    Article
    Avatar of permitioPermit.io·3y

    Send SMS Directly from the Browser (No Backend Code Required!)

    We'll learn how to send SMS directly from the browser using Frontend Only Authorization (FoAz) standard. To authenticate our users in the browser, we'll use Clerk.dev, a frontend-first authentication platform that lets you add authentication to your application in minutes. Let's create a new React app by using Vite.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    User authentication in MERN stack (Part 1)

    User authentication in MERN stack involves implementing a secure and reliable mechanism for verifying the identity of users accessing your application. It typically includes features like user registration, login, and session management. Implementing user authentication requires careful consideration of security best practices.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Authentication for the frontend cloud – Vercel

    The frontend cloud is characterized by performance. It enables both faster application development and faster end-user interactions. At Clerk, we build authentication for the front end cloud. It's much easier to get started, and developers simply use as a foreign key throughout their database.