Go port checker
A single-binary daemon that polls local HTTP services and reports downtime with low CPU and memory footprint.
Small tools, prototypes, and technical scripts built to test ideas, libraries, and tools in practice.
A collection of small utilities, CLI scripts, and prototypes created while testing specific libraries, system APIs, or language features.
Building self-contained experiments makes it easier to measure behavior, test edge cases, and learn new tools before incorporating them into larger projects.
A single-binary daemon that polls local HTTP services and reports downtime with low CPU and memory footprint.
Streams server log files through standard UNIX filters to calculate error frequencies and response latencies.
Stores local metrics and script run history in a single file on disk, avoiding background daemon overhead.
Rewrote an initial Python log parser in Go to produce a single self-contained binary that runs without runtime dependencies.
POSIX standard shell scripts are much more portable across minimal Linux server installations than scripts relying on bash-specific features.
Add basic automated test fixtures for log format variations earlier in the prototyping process.