The missing chapter of Code Reviews

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • InfluxDB - Access the most powerful time series database as a service
  • Sonar - Write Clean JavaScript Code. Always.
  • cz-cli

    The commitizen command line utility. #BlackLivesMatter

    Commit messages have a purpose, so that when you look back in your history, you would know what are the constituents of a particular commit and you won’t have to diff each and every commit to look for the changes you require. I generally follow the Conventional Commits and Semantic Commit Messages to commit my changes, and there are tools which can help you write these beautiful commits like commitizen, still it is your responsibility to add a meaningful commit message, no matter if you follow and semantics.

  • stylelint

    A mighty CSS linter that helps you avoid errors and enforce conventions.

    Lint - Tools such as ESLint and Stylelint can help you enforce various rules in javascript and css - code styles, restricting use of certain methods etc.

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

  • prettier

    Prettier is an opinionated code formatter.

    Code Styles - Tools such as Prettier can help you apply certain code formatting with ease.

  • ESLint

    Find and fix problems in your JavaScript code.

    Lint - Tools such as ESLint and Stylelint can help you enforce various rules in javascript and css - code styles, restricting use of certain methods etc.

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