System Design DESIGN A URL SHORTENER
Use cases: Write operation: 100 million URLs are generated per day. URL shortening: given a long URL => return a much shorter URL URL redirecting: given a shorter URL => redirect to the original URL High availability, scalability, and fa...
Sep 7, 20221 min read37
