
A URL shortening service with real-time click tracking, QR code generation, and an analytics dashboard. Built with focus on low-latency redirections and collision-free hash generation.

Uses base62 encoding of an auto-incrementing counter with salt for enumeration prevention. In-memory cache handles 95% of redirects without DB hits. Click tracking uses write-behind batching every 5 seconds.