Performing Maintenance Task For A Large Codebase

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • webpack-bundle-analyzer

    Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap

    If you're using Webpack for bundling your app, there's the very well known webpack-bundle-analyzer which comes as a webpack plugin that you need add in your webpack config file in order to use it.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • knip

    ✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!

    Knip is an open-source project that helps you "Knip it before you ship it!" as they say on their Github*.* It has helped people remove thousands of unused lines of code.

  • vite-bundle-visualizer

    CLI for visualizing your vite project bundle.

    For Vite, we have vite-bundle-visualizer. Same as the webpack one but it comes with some extra templates like sunburst and network. And it is really easy to use by just running

  • ESLint

    Find and fix problems in your JavaScript code.

    ESLint can help us identify many issues with just running a lint command in the project. We can use the rules available in ESLint or even find some helpful plugins eslint-plugin-unused-imports.

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

  • Interactive Maps Where You Can Pick a Style or Theme with React

    3 projects | dev.to | 18 Jun 2021
  • Securing JavaScript Applications: Common Vulnerabilities and How to Avoid Them

    2 projects | dev.to | 15 Sep 2024
  • Optimizing Your React/Next.js Application

    1 project | dev.to | 2 Sep 2024
  • ESLint adoption guide: Overview, examples, and alternatives

    11 projects | dev.to | 8 Aug 2024
  • Add ESLint To A React Project

    1 project | dev.to | 29 Jul 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?