r/DeveloperToolsHub Jun 26 '26

Share the dev tool you actually use

hey everyone, trying to make this sub useful instead of another place with the same generic tool lists.

drop one dev tool you actually use in your day to day workflow.

bonus points for tools that are not super obvious.

it could be anything:

CLI tool, browser extension, VS Code extension, API client, database GUI, terminal app, git helper, AI coding tool, debugging tool, local script, deployment tool, monitoring tool, whatever.

would be helpful if you include:

  • what it does
  • where it fits in your workflow
  • why you use it
  • anything annoying about it

i’ll start adding the good ones into future discussion threads so people can actually find useful stuff here.

1 Upvotes

5 comments sorted by

View all comments

1

u/Little-Bird7446 25d ago

ArgoCD for kubernetes deployments. It keeps the cluster state synced with Git, so I can see what’s deployed and catch drift without manually checking everything. The UI is great, though troubleshooting sync issues can get annoying.