Best of Express.jsAugust 2023

  1. 1
    Article
    Avatar of asayerasayer·3y

    React: Performing Authentication with JWT

    This article will discuss how to perform JWT authentication in a React app. We will cover the steps involved in setting up a backend JWT endpoint, signing up and signing in from your React app, and protecting routes with JWT validation. You will use a custom-built Express server API to relay the JWT token for a user.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build an Online Image-to-PDF Converter with HTML, CSS, JS, and NodeJS

    An online image-to-PDF converter is a website that helps you convert your images to PDFs. This tool is useful because it provides an efficient way to store your images. In this tutorial, you'll learn how you can create your online photo converter with HTML, CSS, JavaScript, and NodeJS.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Dockerizing Web Applications

    This Blog is part 1 of the project CI/CD using ArgoCD and Prometheus. Use the below command to replace the harshal1903 with your DockerHUB username. The above code replaces the images as you want by creating the images folder in the views folder.

  4. 4
    Article
    Avatar of dzDZone·3y

    Mastering Node.js: The Ultimate Guide

    Node.js has become immensely popular and widely adopted for web development due to its speed, scalability, and flexibility. It allows developers to run JavaScript code outside of a web browser, making it possible to use JavaScript for server-side scripting and building scalable network applications. Join the DZone community and get the full member experience.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Cheerio & Moment.js: Web Data Scraping

    js is a javascript package used to parse and manipulate HTML and XML documents in a jQuery-like manner but without the overhead of involving a DOM. It offers an approach to parse, validate, manipulate, and display dates and times in JavaScript. It also supports multiple localizations to display dates in different languages.