Testing a production Bash script: 38 tests without a framework
The context: a Bash script to display Claude Code rate limits in a terminal status bar. At first it seems trivial — a few functions, reading a JSON fi…
Latest AI & ML news from Tech News
The context: a Bash script to display Claude Code rate limits in a terminal status bar. At first it seems trivial — a few functions, reading a JSON fi…
Batch files and shell scripts often need a short wait so a double-clicked window or installer log stays visible. Windows CMD has a dedicated pause com…
So, you know Python and think, "Hey, why don't I get into Data Engineering?" You have your learning checklist ready to go, but there’s a giant, termin…
When working with shell scripts, handling command-line arguments correctly is critical. Variables like $@ and $* are commonly used to access all posit…
Let’s be real for a second. If you’ve ever opened a terminal and thought, “Wait, am I using the right shell?” — you’re not alone. For years, I just us…
Incident Triage Without Context Switching: Bash workflow notes (Bash Pipe Stack) When an incident starts, the worst thing you can do is scatter your a…
A Repeatable Daily Shell Workflow: Bash workflow notes Most shell mistakes are not about syntax. They’re about state: wrong directory, wrong file, wro…
Quick take: Bash workflow If your Bash sessions feel noisy, switch to a repeatable flow: extract signal, verify counts, then clean up artifacts before…
From Discovery to Cleanup in One Session: Bash workflow notes Incident response gets expensive when your shell session is a pile of one-off commands. …