Dev tool
↔ Utility Program to dev Software
aka Utility-Program, Dev-Utility, Dev
API
App's Method & properties exposed to outside with rules for interacting
Docker
popular Dev tool to Containerize workload to run on any Hardware/OS environ
Source: docs.docker.com/glossary/
IDE
Dev tool to write/build/test Source Code
HTTP Client
Dev tool to inspect/debug/monitor & send/recieve HTTP Traffic
Build Tool
Dev tool to Transpile & Bundle project
cURL
CLI Dev tool to get/send data over network from Terminal
Source: github.com/curl/curl
Test Runner
Dev tool to run Unit Test for project
dotconfig
(format) file to sync config settings, usually hidden
degit
Dev tool to clone Git Repo, auto find latest commit, download ass .tar
- essentially alias for git clone --depth 1 _SOMEGITREPOURL
Source: github.com/Rich
git
Dev tool system to track Diff in files/Code
jq
CLI Dev tool to work JSON . Zero Deps C Binary
Source: programminghistorian.org/en/lessons/json
Prepack
Dev tool to recompile JS Code by AOT for perf
Source: Prepack · Partial evaluator for JavaScript
online port checker
online tool to verify IP:port access by remote third party.
Source: canyouseeme.org/
CLI
Text-based UI to provide cmd Statements to Terminal
Webhook
Listener for Async web event, to push real-time updates to App/Backend
Foam
VSC ext to generate wiki notes/flashcards from code?
Sources: foambubble.github.io/foam/ marketplace.visualstudio.com/items?itemName=foam.foam
References
parcel-bundler
↔ CLI Dev tool to run TS in BrowserHTTP Client
↔ Dev tool to inspect/debug/monitor & send/recieve HTTP TrafficModule Bundler
↔ Dev tool to combine Modules into single fileBuild Tool
↔ Dev tool to Transpile & Bundle projectVite
↔ Dev tool to scaffold & build framework UI, next-gen ESBuild Bundler 100X Webpack perf, support native Module, native TSESBuild
↔ CLI Dev tool to Transpile & Bundle JS, fast efficient Compiler built in Gonpm
↔ Package Manager CLI Dev tool to access/manage Module from npmjsngrok
↔ Reverse Proxy CLI Dev tool to build/test Backend - to map localhost instance to remote ngrok.io subdomain - to bypass firewall/CORS-painCRA
↔ CRAp Scaffolding Dev tool to gen new React project with app skeleton & BoilerplateLinter
↔ Dev tool to spell check Code Statically, flag bugs/inconsistencies, give warnings, suggest best practices, etcNext CLI
↔ Next.js CLI Dev tool to start/build/test project from Terminalcreate-next-app
↔ Next.js Scaffolding Dev tool with wizard setupNo-Code
↔ (Paradigm) buzzword trend to separate Business Logic from hand-coding skill, via WYSIWYG Dev toolFirebase CLI
↔firebase-tools
CLI Dev tool to manage Firebase from Terminal - run as.exe
ornpm
-g Machine CodecURL
↔ CLI Dev tool to get/send data over network from TerminalKubernetes
↔ Dev tool to manage container workloads in cloudPreprocessor
↔ Dev tool to Transpile Code Superset to other (base compatible) Codetailwindcss-cli
↔npm
CLI Dev tool to runPostCSS
to Preprocess/Tree-Shake CSSffmpeg
↔ A/V CLI Dev tool to Encode/Decode/Transcode, Mux/Demux, stream, filter & playpgp4win
↔ WinOS Dev tool to verify PGP signature of App installerBundler
↔ Dev tool to combine Modules into fewer file to optimize for BrowserPostCSS
↔ Dev tool to automate CSS operations through JS Pluginslite-server
↔ CLI Dev tool to run lightweight local dev node serverPackage Manager
↔ Dev tool to auto install/update/remove Package & DepsIDE
↔ Dev tool to write/build/test Source Codenvm
↔ Dev tool to run multiple versions of Node.js on same OSDocker
↔ popular Dev tool to Containerize workload to run on any Hardware/OS environDocker Desktop
↔ Dev tool for Docker on WinOS, pack with CLI, Docker Engine, Kubernetesstorybook
↔ popular Frontend Dev tool to isolate UI to doc/showcase/test, detangle Business Logic/state/Context
Test Runner
↔ Dev tool to run Unit Test for projectdegit
↔ Dev tool to clone Git Repo, auto find latest commit, download ass.tar
- essentially alias forgit clone --depth 1 _SOMEGITREPOURL
Documentation Generator
↔ Dev tool to autogen API docsbeta.pithus.org
↔ Dev tool to analyze APK fingerprint/activity/permissions & list Domain connectsPostman
↔ popular HTTP Client Dev tool to simplify API testing, debug request-response, useful (albeit often inaccurate ⚠) Boilerplate Generator