Skip to main content

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

Code Sandbox

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

ScreenToGif

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

Flowchart Tools

Foam

VSC ext to generate wiki notes/flashcards from code?

Sources: foambubble.github.io/foam/ marketplace.visualstudio.com/items?itemName=foam.foam

References

  1. TSCCLI Dev tool to Type-Check/Compile TS to JS

  2. gitDev tool system to track Diff in files/Code

  3. parcel-bundlerCLI Dev tool to run TS in Browser

  4. HTTP ClientDev tool to inspect/debug/monitor & send/recieve HTTP Traffic

  5. Module BundlerDev tool to combine Modules into single file

  6. Build ToolDev tool to Transpile & Bundle project

  7. ViteDev tool to scaffold & build framework UI, next-gen ESBuild Bundler 100X Webpack perf, support native Module, native TS

  8. ESBuild ↔ CLI Dev tool to Transpile & Bundle JS, fast efficient Compiler built in Go

  9. npmPackage Manager CLI Dev tool to access/manage Module from npmjs

  10. ngrokReverse Proxy CLI Dev tool to build/test Backend - to map localhost instance to remote ngrok.io subdomain - to bypass firewall/CORS-pain

  11. CRA ↔ CRAp Scaffolding Dev tool to gen new React project with app skeleton & Boilerplate

  12. LinterDev tool to spell check Code Statically, flag bugs/inconsistencies, give warnings, suggest best practices, etc

  13. Next CLINext.js CLI Dev tool to start/build/test project from Terminal

  14. create-next-appNext.js Scaffolding Dev tool with wizard setup

  15. No-Code ↔ (Paradigm) buzzword trend to separate Business Logic from hand-coding skill, via WYSIWYG Dev tool

  16. Firebase CLIfirebase-tools CLI Dev tool to manage Firebase from Terminal - run as .exe or npm -g Machine Code

  17. firebase-toolsFirebase CLI Dev tool npm

  18. cURLCLI Dev tool to get/send data over network from Terminal

  19. KubernetesDev tool to manage container workloads in cloud

  20. PreprocessorDev tool to Transpile Code Superset to other (base compatible) Code

  21. tailwindcss-clinpm CLI Dev tool to run PostCSS to Preprocess/Tree-Shake CSS

  22. ffmpeg ↔ A/V CLI Dev tool to Encode/Decode/Transcode, Mux/Demux, stream, filter & play

  23. pgp4winWinOS Dev tool to verify PGP signature of App installer

  24. BundlerDev tool to combine Modules into fewer file to optimize for Browser

  25. PostCSSDev tool to automate CSS operations through JS Plugins

  26. lite-serverCLI Dev tool to run lightweight local dev node server

  27. Package ManagerDev tool to auto install/update/remove Package & Deps

  28. IDEDev tool to write/build/test Source Code

  29. VSC CLIVSCode CLI Dev tool

  30. nvmDev tool to run multiple versions of Node.js on same OS

  31. Docker ↔ popular Dev tool to Containerize workload to run on any Hardware/OS environ

  32. Docker DesktopDev tool for Docker on WinOS, pack with CLI, Docker Engine, Kubernetes

  33. PrepackDev tool to recompile JS Code by AOT for perf

  34. storybook ↔ popular Frontend Dev tool to isolate UI to doc/showcase/test, detangle Business Logic/state/Context

  35. Test RunnerDev tool to run Unit Test for project

  36. degitDev tool to clone Git Repo, auto find latest commit, download ass .tar - essentially alias for git clone --depth 1 _SOMEGITREPOURL

  37. Documentation GeneratorDev tool to autogen API docs

  38. beta.pithus.orgDev tool to analyze APK fingerprint/activity/permissions & list Domain connects

  39. Postman ↔ popular HTTP Client Dev tool to simplify API testing, debug request-response, useful (albeit often inaccurate ⚠) Boilerplate Generator

  40. jqCLI Dev tool to work JSON . Zero Deps C Binary

  41. BabelDev tool to Transpile JSX & Polyfill JS