How I Built a Zero-Collision, Cryptographically Obfuscated URL Shortener in Go
When you think of building a URL shortener, the standard textbook approach is simple: generate a random string, check if it exists in the database, insert it if it doesn’t, and retry if there’s a coll
blog.lxmwaniky.me5 min read