Skip to content

Projects

A selection of things I've built. Most live on GitHub — 47 public repos and counting.


🖼️ bgremover

Tech stack: Go, Python (rembg)

A command-line image background remover. Wraps a Python removal backend behind a fast Go CLI so you can strip backgrounds from images in a single command.

Source


🔐 filecrypt

Tech stack: Rust, Fernet

A Rust CLI tool for file encryption and decryption using Fernet symmetric encryption. Published to crates.io as an installable command-line utility.

Source crates.io


🗄️ mosh-engine

Tech stack: Go, MongoDB, SQLite, YAML

A YAML-based schema migration tool for MongoDB. Define migrations declaratively in YAML and apply them in a versioned, repeatable way.

Source


🔌 pg-mcp

Tech stack: Go, PostgreSQL, Model Context Protocol

A PostgreSQL MCP (Model Context Protocol) server, letting AI tools query and interact with a Postgres database over a standard protocol.

Source


🔒 certwatch

Tech stack: Go, Nginx, Let's Encrypt

An automatic SSL certificate renewal service for Nginx. Watches Let's Encrypt certificates and renews them before they expire, keeping sites secure without manual intervention.

Source


🎵 tunecraft

Tech stack: Go, Docker

A YouTube-to-MP3 converter, packaged with Docker for easy self-hosting.

Source


More on GitHub

These are highlights — check out github.com/root27 for the rest, including gh-hook (GitHub → Slack webhooks), go-rabbit (RabbitMQ helper), and machine-learning work on battery temperature prediction.