Best of Express.js — May 2023
- 1
- 2
Community 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
Community 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
Community 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.