My code is always buggy

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

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

    Node.js mock server running live, interactive mocks in place of real APIs (by mocks-server)

  • Here's an example of a test that covers a lot: Let's say that you have a view that shows a list of users. To get those users you would most likely have a backend that has some API. You can request that API with Postman, that way you know that your request is valid, and you get a very realistic response (assuming this is a test environment or whatever. Just don't use production data). Then you use something like MockServer and set up the request as expectation and the response as what should be returned. After that, you can write a test that verifies that the correct number (with some tactically chosen verification of values) of users show up in the list. Now you have a test that covers a huge portion of the codebase, while being very user-centric and easy to maintain.

  • 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

  • DNS server for simulating the Internet

    2 projects | /r/dns | 2 May 2023
  • Utility to mock REST endpoints in real-time

    1 project | /r/SideProject | 29 Jul 2022
  • Framework for end to end testing of microservices

    5 projects | /r/softwaretesting | 3 Jul 2022
  • Mocking HTTP Services in Rust

    1 project | dev.to | 20 Dec 2021
  • Rust HTTP Testing with httpmock

    2 projects | dev.to | 11 Dec 2021