Resources for Senior Dev

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

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

    Git hooks made easy 🐶 woof!

  • The way that these things should be enforced is by a non-biased CI/CD process. Code linting and unit testing occurs on git hooks with husky. Establish rules enforced by configurations within the codebase itself so that no code that breaks those rules is allowed to be pushed to the remote branch.

  • prettier

    Prettier is an opinionated code formatter.

  • In terms of getting buy in from the rest of your team, I would start by making the case that these issues are simply not something worth investing time on anymore. The whole reason we have and use tools like prettier now isn't to have big discussions about whether we want to use tabs or spaces or trailing commas or not, it's to simply stop thinking about those things entirely so you can focus your time and energy solving business problems where it belongs.

  • 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

  • Angular 14 + Prettier + Husky Setup

    2 projects | dev.to | 1 Mar 2024
  • Automate Prettier in a pre-commit hook

    2 projects | dev.to | 3 Jun 2021
  • Set up ESLint, Prettier and pre-commit hooks using Husky for WordPress from Scratch.

    2 projects | dev.to | 14 Oct 2020
  • Joys and woes of monorepos

    3 projects | dev.to | 18 Nov 2023
  • How to properly set up Prettier in less than 2 minutes

    4 projects | dev.to | 20 Jun 2022