top of page
Code Recipe
Jun 7, 202218 min read
URL Shortener System Design (Tiny URL): A Complete Guide
A URL shortner is a service which takes a long URL and converts it into an equivalent short URL containing lesser characters. When the user
7,007 views1 comment
Code Recipe
Jan 8, 20227 min read
LRU Cache - Everything You Need To Know
LRU cache stores items in the order in which they were requested. In LRU strategy, when the cache is full, the item that hasn't been used
18,652 views2 comments
Code Recipe
Jan 3, 202210 min read
Caching - System Design Building Blocks
A cache is a hardware or software component that acts as a temporary storage allowing fast access to data stored in it.
1,520 views0 comments
Code Recipe
Dec 5, 202111 min read
Netflix System Design - A Complete Guide
Netflix System Design: System Design for a video streaming service like Netflix, amazon prime, Youtube.
1,889 views0 comments
bottom of page