Automation · Technology in use
Bash
The common shell and scripting language on Unix systems.
The problem it solves
The common shell and scripting language on Unix systems.
Technical rationale
Bash connects system tools through small, auditable scripts. I reserve it for installation, diagnostics, and direct orchestration; when state or concurrency grows, I move that responsibility to a typed tool.
How I have used it
I use it for server administration, deployments, and repository tooling.