-
BASH
Effective Bash scripting for software developers
I’ve been asked many times about my shell scripts and things I’ve automated, as I’ve recently shown in a video…
Read More » -
Shell Scripting
Increasing Shell Productivity With Zsh Aliases
The zsh shell, such as many others, supports aliases to minimize the amount of typing required. Beside simple command aliases,…
Read More » -
DevOps
Injecting multiple Kubernetes volumes to the same directory
Kubernetes config maps and secrets allow use to inject configuration files into containers. If we want multiple config entries that…
Read More »