<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Uurl-Shortner on Sumeet's Blog</title><link>https://the-sumeet.github.io/tags/uurl-shortner/</link><description>Recent content in Uurl-Shortner on Sumeet's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 22 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://the-sumeet.github.io/tags/uurl-shortner/index.xml" rel="self" type="application/rss+xml"/><item><title>Design URL Shortner</title><link>https://the-sumeet.github.io/posts/design-url-shortner/</link><pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate><guid>https://the-sumeet.github.io/posts/design-url-shortner/</guid><description>URL shortners, like (tinyURL), maps a long URL to a short, unique key.
The most fundamental task of a URL shortener is to take a long URL (the input) and generate a short, unique code (the alias). When a user visits &amp;lt;domain&amp;gt;/abc123, our system looks up abc123 in the database and redirects them to the original long address.
Requirements 100 million URLs generated per day. 1:10 write to read ratio. Maximum 10 characters long.</description></item></channel></rss>