PART 0: Fundamentals of NEST.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. fastify

    Fast and low overhead web framework, for Node.js

    Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications* Under the hood, Nest makes use of robust HTTP Server frameworks like Express (the default) and optionally can be configured to use [Fastify*(https://github.com/fastify/fastify) as well!

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. jest

    Delightful JavaScript Testing.

    How do you assume that your controller is working the way it should? Well NEST also handles this for us. If we create a new module with the CLI, NEST automatically adds a .spec file, a file, where we can define tests. NEST is using JEST and Supertest frameworks for this purpose.

  4. Express

    Fast, unopinionated, minimalist web framework for node.

    server-side applications* Under the hood, Nest makes use of robust HTTP Server frameworks like Express (the default) and optionally can be configured to use [

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Cloud Run - TypeScript boilerplate for getting started

    3 projects | dev.to | 1 Dec 2023
  • Should you use jest as a testing library?

    6 projects | dev.to | 27 Jul 2023
  • Node.js Developers: The Key Players in Building Fast and Scalable Web Applications

    8 projects | /r/u_Khushisondhi7 | 31 Mar 2023
  • Boost your code coverage with API Tests

    2 projects | dev.to | 7 May 2021
  • Cypress for the absolute beginner

    2 projects | dev.to | 11 Nov 2024