intermediateReal-World Systems~45 min
URL Shortener
Build a bit.ly from the ground up: Base62 encoding to turn ids into short codes, an auto-incrementing shortener with expand, custom aliases with collision handling, a Snowflake-style distributed id generator, and click analytics with link expiry.