top of page
Code Recipe
Dec 11, 20215 min read
Singleton Pattern - All You Need To Know
Singleton Design Pattern is a creational design pattern. Singleton pattern lets you ensure that only one instance of a class (struct in go)
491 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,886 views0 comments
Code Recipe
Nov 30, 20214 min read
11. Container With Most Water - LeetCode Fastest Solution
Consider you are given n non-negative integers say a1, a2, ..., an, where each element in the array represents a point at coordinate (i, ai)
48,006 views3 comments
Code Recipe
Nov 30, 20214 min read
Two Sum - Leetcode #1 Short & Simple Solution
Consider you given an array of integers and a target sum, return indices of two numbers in the array such that they add up to target.
372,842 views24 comments
bottom of page