Tools
Utilities I've built to solve real problems in security operations, infrastructure debugging, and DevOps workflows. Open-source and built from production experience.
nginx-config-analyzer
Detect security, performance, SEO, and proxy issues in any NGINX config
Paste a server block, reverse proxy config, or full nginx.conf and get an instant scored report — missing security headers, TLS issues, rate limiting, gzip/brotli, proxy timeouts, HTTPS redirects, and more. Findings categorized by severity. Export as JSON. Runs entirely in-browser.
seo-pro-audit
CLI tool to audit website SEO with optional Google PageSpeed integration
Crawls your site from sitemap, checks on-page SEO — title, meta, canonical, OG tags, JSON-LD, missing alt — and optionally pulls Lighthouse scores via PageSpeed Insights API. Outputs scored HTML + JSON reports.
sys-monitor
top-like system monitor in pure Bash with log output
Live system stats in the terminal — CPU per-core, RAM, swap, disk per mount, network I/O, and top processes by CPU. No dependencies beyond standard coreutils. Writes every snapshot to a log file. Runs as a systemd service.
tcp-port-checker
Fast threaded TCP port scanner — pure Python, no dependencies
Scan one or more hosts across port lists or ranges. Reports open/closed/timeout with latency, optional banner grabbing, and CSV/JSON export. Built for quick network audits and connectivity checks in production.
What's Coming
Tools are built to solve real problems I run into — not as side projects for the sake of it. When something takes too long to do manually, I build a tool for it.
$ stay tuned.