~/Building a URL Shortener: From Linux Networking to Go (Read full article)
Build a complete URL shortener from scratch. Start with Linux networking concepts like TCP, HTTP, and redirects, then build a Go web service with URL storage, …
Build a complete URL shortener from scratch. Start with Linux networking concepts like TCP, HTTP, and redirects, then build a Go web service with URL storage, …
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, …