top of page


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
Code Recipe
Jun 7, 202218 min read
7,260 views
1 comment

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
Code Recipe
Jan 8, 20227 min read
18,727 views
2 comments

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.
Code Recipe
Jan 3, 202210 min read
1,561 views
0 comments


Netflix System Design - A Complete Guide
Netflix System Design: System Design for a video streaming service like Netflix, amazon prime, Youtube.
Code Recipe
Dec 5, 202111 min read
1,919 views
0 comments
bottom of page