postgresql
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.
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.