nginx
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.
Self-Hosting a Hugo Site with a Git Push Deploy Pipeline