~/AWS CLI Automation: From Bash Scripts to Go (Read full article)
Learn AWS automation step by step. Start with AWS CLI commands for S3, EC2, and IAM, then build the same thing in Go with the AWS SDK. List instances, sync …
Learn AWS automation step by step. Start with AWS CLI commands for S3, EC2, and IAM, then build the same thing in Go with the AWS SDK. List instances, sync …
Learn config templating step by step: start with envsubst for simple variable substitution, then build the same thing in Go with text/template. Handle missing …
Learn process management step by step. Start with ps, kill, and systemctl, then build the same thing in Go. Send signals, manage child processes, build a mini …
Learn timezone handling step by step — start with date and timedatectl, then build the same thing in Go. Hit the DST parsing bug, fix it, build a log timestamp …
Master Jenkins Configuration as Code (JCasC) to automate your CI/CD setup. Learn YAML-based configuration, Kubernetes integration, and production-ready best …
Learn Linux task automation from scratch. Start with cron, at, make, and systemd timers, then build a Go task runner that schedules, executes, and monitors …
Learn deployment automation from scratch. Start with SSH, rsync, and shell scripts, then build a Go tool that deploys applications with health checks, …
Master Jenkinsfile with envsubst to simplify your CI/CD pipelines. Learn how environment variable substitution can improve your Jenkins configuration management …
Production Bash automation patterns from managing 200+ server deployments daily for Calgary-based infrastructure. Real scripts that reduced deployment time from …
Discover powerful alternatives to envsubst for your CI/CD pipelines. This guide compares sed, Jinja2, Groovy templating, and other options with detailed code …