rust
Infrastructure updates, a new machine, and the usual suffering
Building a Self-Hosted Pastebin in Rust
Pastebin
A self-hosted pastebin written in Rust. Syntax highlighting, burn-after-read, expiring pastes, and password protection.
QR Code Generator
A self-hosted QR code generator written in Rust. Outputs SVG and PNG, supports logo embedding and print mode.
Building a Self-Hosted Link Shortener in Rust with Axum and PostgreSQL
How I built and deployed a self-hosted link shortener in Rust using Axum, PostgreSQL, and SQLx — with input sanitization, URL validation, click analytics, and a token-protected admin interface.
Rust URL Shortener
A self-hosted link shortener written in Rust using Axum and PostgreSQL.