New Projects Page and Open Source

Added a projects page to the site and open sourced two utilities. It’s been a while since I’ve open sourced anything, so I started with tools that solve my current daily annoyances:

Bootscope - A kubectl plugin that analyzes pod startup times.
Instead of manually calculating timestamps from kubectl describe, it shows where time is spent during pod initialization and provides actionable recommendations for common bottlenecks like slow image pulls.

Hugo Syndicate - Automatically syndicates Hugo blog posts to platforms like dev.to and Qiita. This was my first time publishing to npm, so learning about the packaging was cool.
The tool handles canonical URLs, transforms Hugo shortcodes, and uses Git to sync only changed content.

Both are alpha software but functional for daily use.

The projects page will track my open source work and technical projects going forward.

If you use either tool and run into issues, feel free to open an issue on GitHub.

Planning to maintain and improve these and add more tools as I identify repetitive tasks worth automating.

Comments