Am I crazy?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • prettier

    Prettier is an opinionated code formatter.

  • If the language you're using offers one (like Rust) use that one, otherwise prettier.io, otherwise clang-format

  • black

    The uncompromising Python code formatter

  • If you happen to use Python at any point then this is exactly what black aims to solve.

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

    A tool that automatically formats Python code to conform to the PEP 8 style guide.

  • Python: autopep8 -JavaScript, TypeScript and a bunch of others: prettier

  • lint-staged

    🚫💩 — Run linters on git staged files

  • If you're using Git for version control, you can do even better, simply having all code be automatically formatted when committing with lint-staged.

  • javascript

    JavaScript Style Guide

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

    InfluxDB 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