DPS909 Blog - Lab 7: Static Analysis Tools

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
  • ssg-cli-tool

    A command-line interface SSG tool used for generating a complete HTML web site from raw data and files.

  • For lab 7 in my open-source course (DPS909), we were asked to implement static analysis tools into our static site generator (SSG).

  • prettier

    Prettier is an opinionated code formatter.

  • For the source code formatter, I chose to use Prettier. Prettier is an opinionated code formatter that can be integrated into most of the popular editors/IDEs. I chose this because Prettier works well with JavaScript, which is the language I use for my SSG. I am also familiar with Prettier as I have used the Visual Studio Code extension before.

  • 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 the linter of choice, I decided to use ESLint. I chose ESLint for the same reason as Prettier, I already had experience using the VS Code extension and it works for JavaScript.

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