Best of Express.jsMay 2023

  1. 1
    Article
    Avatar of colkgirlCode Like A Girl·3y

    How to Build a RESTful API with Node.js and Express

    How to Build a RESTful API with Node.js and Express, we will explore how to build a high-performance API using Node.JS and Express. By the end, you’ll have the knowledge and skills to create your own scalable and efficient API.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    ts-rest

    First Class DX less unnecessary builds in monorepos, instant compile-time errors, and instantly view endpoint implementations through your IDEs "go to definition" Framework Agnostic ts-rest comes with a whole host of support frameworks, including Express, Nest, Next and react-query.

  3. 3
    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.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Multi-file Uploads Using Next.js

    Next.js 13’s serverless functionality, Express 4, and Amazon S3 pre-signed URLs in TypeScript and Node.js 18 A tutorial on uploading multiple files using Next.js. The ask is straightforward: allow the user to upload file(s) from their computer to an S3 bucket.