10 Things Every Nest.js Developer Should Know

This page summarizes the projects mentioned and recommended in the original post on /r/node

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • schematics

    Nest architecture element generation based on Angular schematics 🎬 (by nestjs)

  • Nest doesn't support baseUrl.

  • node-reddit

  • I started working on a reddit clone the other day to test out nestjs more and this new design pattern I was reading about. I split functionality into modules, and each module has sub-features. You can take a look at this feature intended to allow users to register (pretty straight forward). You can see how the controller uses the DTO which I've defined in the dtos directory. The DTO takes advantage of the class validation library which validates each property when the controller endpoint is hit. The entity conversion is done in the service class.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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

  • NestJS tip: how to change HTTP server timeouts

    1 project | dev.to | 6 Apr 2024
  • Don't go all-in Clean Architecture: An alternative for NestJS applications

    3 projects | dev.to | 19 Mar 2024
  • Unlocking the Power of GraphQL for Beginners: A Step-by-Step Guide to Integrating GraphQL into Your Existing Project

    4 projects | dev.to | 17 Nov 2023
  • NestJS is now the most starred Node framework on GitHub

    1 project | news.ycombinator.com | 14 Nov 2023
  • Supercharge Your Testing Workflow: Creating Unit and E2E Tests 10x Faster with ChatGPT-3 Inside NestJS

    2 projects | dev.to | 8 Nov 2023