Diving into Open-Source Development

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
  • graphql-js

    A reference implementation of GraphQL for JavaScript

  • To begin, I'm going to start with GraphQL. This repo is a JS-specific implementation for GraphQL, for which projects written in JS/TS can utilize to build an API for their web app. The reason why I chose this project is because I've always been intrigued by how GraphQl challenges the standard way of building an API, a.k.a REST APIs. I have very little knowledge about this project since I've never used it before at work or for my personal projects. I only have theoretical knowledge about it which I gained from watching YouTube videos. It also uses TypeScript which is fascinating because type safety is very important when building software considering it cleans out a lot of bugs early on before the software is shipped.

  • 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

  • Understanding TTFB Latency in DJango - Seems absurdly slow after DB optimizations even locally

    4 projects | /r/django | 8 Dec 2023
  • How to define schema once and have server code and client code typed? [Typescript]

    3 projects | /r/graphql | 27 Jun 2023
  • GraphQL DoS amount-attack "breadth"

    2 projects | /r/graphql | 11 Jun 2023
  • Uncovering Frontend Data Aggregation: Our Encounter with BFF, GraphQL, and Hydration

    3 projects | dev.to | 22 Mar 2023
  • Apollo federated graph is not presenting its schema to graphiql with fields sorted lexicographically

    2 projects | /r/graphql | 22 Oct 2022