Best of NestJSAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Why You Should Choose NestJS as Your Backend Framework

    Open-source NestJS is an open-source project with 47,000 stars on GitHub. The framework needs to be fast and able to handle concurrent requests at scale. NestJS’s built-in modules system naturally results in a neat separation of concerns.

  2. 2
    Article
    Avatar of ghblogGitHub Blog·4y

    Release Radar · July 2022 Edition

    Vite is the next generation in frontend tooling, providing lots of features, optimised builds, and universal plugins. The latest update includes updates to the Vite CLI, support for Node 14.18 and higher, faster reload times, and some experimental features.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    How to implement JWT authentication in NestJS

    The Open Web Application Security Project (OWASP) identifies identification and authentication failures in its top ten web application security risks. This tutorial will demonstrate the step-by-step process for implementing JWT user authentication in NestJS. NestJS is a server-side application framework for Node.js that allows you to create Setting up the MongoDB database. To set up and connect your database, install the Mongoose package, bcrypt, and the NestJS wrapper with the Nest JS wrapper.