DPS909 Blog :LAB 7 Intro to Static Analysis

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
  • ag-ssg

    Static Site Generator

  • Link to my project ag-ssg

  • prettier

    Prettier is an opinionated code formatter.

  • For my project I have used prettier as the formatter. Prettier is an opinionated code formatter with support for: JavaScript (including experimental features)

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

    Find and fix problems in your JavaScript code.

  • For my project I have used ESLint to find and fix problem in my .js files. SLint statically analyzes your code to quickly find problems. It is built into most text editors and you can run ESLint as part of your continuous integration pipeline. Install and configure ESLint using this command:

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

  • How to start building a Next.js project

    3 projects | dev.to | 2 Sep 2023
  • How to Give Code Review as a Junior Developer?

    2 projects | dev.to | 24 Jun 2023
  • 6 coding best practices to take you to the next level

    2 projects | dev.to | 30 May 2023
  • Ferramentas e técnicas para definir um limite de caracteres por linha ideal para seu código

    2 projects | dev.to | 28 May 2023
  • Cypress Workshop Part 2: Code quality and static analysis

    3 projects | dev.to | 13 May 2023