~/CI Pipeline Basics: From Shell Scripts to a Go Build Runner (Read full article)
Learn CI pipeline fundamentals from scratch. Start with shell scripts that run tests and collect results, then build a Go CI runner that watches git repos, runs …
Learn CI pipeline fundamentals from scratch. Start with shell scripts that run tests and collect results, then build a Go CI runner that watches git repos, runs …
Learn service health monitoring from the ground up. Start with curl, ping, and /proc, then build a Go health monitor that checks HTTP endpoints, TCP ports, disk …
Learn Git automation from scratch. Start with shell-based git hooks for pre-commit and pre-push checks, then build a Go webhook server that listens for push …
Learn remote server configuration from scratch. Start with SSH loops and bash scripts, then build a Go tool that connects to multiple servers, pushes configs, …