10 Simple Bash Scripts to Automate Your DevOps Workflow
Why collect small scripts? In the Bash series, we went from variables, conditionals, and loops to error handling, cron, and best practices. But the real value …
DevOps category collection
Why collect small scripts? In the Bash series, we went from variables, conditionals, and loops to error handling, cron, and best practices. But the real value …
Bash vs Ansible — When to choose which? In the Bash series, we’ve seen how powerful Bash is for automation. But in DevOps, Ansible is also a popular …
Bash best practices summary After 19 posts in this series, we’ve covered everything from basics to advanced topics — from variables, loops, functions, to …
Bash and Security in DevOps In the previous post, we learned how to manage cloud with CLI tools. Now, we’ll discuss security — a critical topic often …
Bash and Cloud CLI in DevOps In the previous post, we learned how to call REST API with curl and jq. Now, we’ll apply those skills to cloud — where Bash …