What I learned from Frontendmasters' Full Stack for Front-End Engineers Course

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

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
  • PM2

    Node.js Production Process Manager with a built-in Load Balancer.

  • It's good practice to add a process manager to our server. This way we can manage restarts, and keep the server running. A common one is pm2.

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • We can set up an Express server and with Nginx, route the request to Express. This is called proxy pass. We edit the Nginx config and proxy pass to localhost:3000, or whatever port our Express server uses.

  • 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

  • Creating a registration and a login with two-factor authentication on React 🤩

    3 projects | dev.to | 2 Nov 2022
  • How to use celebrate with Node.js

    5 projects | dev.to | 24 May 2022
  • Nodemon & Express

    2 projects | dev.to | 18 May 2022
  • Authentication with React From Wizard and Nodejs - Part 1

    6 projects | dev.to | 12 Mar 2022
  • A Beginner's Guide to HTTP - Part 2: an App and a Server

    4 projects | dev.to | 16 Feb 2022