Design A Unique ID Generator In Distributed Systems (Part-VI): Design Deep Dive 🏗👷👩🏻💻
This is the Sixth video on designing our "DESIGN A UNIQUE ID GENERATOR IN DISTRIBUTED SYSTEMS" (PART-VI).
So, we will do our step-3 "Design Deep Dive"
We choose Twitter Snowflake Approach to deep dive. Let's go through it.
Please use the pointers below for different time stamps. Hope that helps :
Introduction : (00:00)
Inside 64-Bit ID : (00:15)
System Diagram : (03:24)
Zooming Inside ID Generator : (04:35)
My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/channel/UCaw58edcO3ZqMw76Bvs0kGQ
╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝
#coding #helpajobseeker #easyrecipes
#interviewpreparation #interview_ds_algo #hinglish
Other Videos By codestorywithMIK
2022-08-28 | Diagonal Traverse - (Google, Amazon) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |
2022-08-28 | Sort the Matrix Diagonally - (MICROSOFT) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |
2022-08-27 | Design A URL Shortener (Part-II): Back Of The Envelope Estimation !!! 🏗⚙️👷 |
2022-08-26 | Design A URL Shortener (Part-I): Step-1 (Understand The Problem & Establish Design Scope) !!! 🏗⚙️👷 |
2022-08-25 | Group Anagrams (without sorting) - (Google,Amazon,Apple.) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |
2022-08-24 | Group Anagrams (using sorting) - (Google,Amazon,Apple...) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |
2022-08-22 | Find the Rotation Count in Rotated Sorted array-(Amazon, Flipkart, ABCO):Live Coding 🧑🏻💻👩🏻💻 |
2022-08-21 | Find Leaves Of Binary Tree - (Google Onsite-2022, Amazon) : Live Coding 🧑🏻💻👩🏻💻 |
2022-08-19 | Design A Unique ID Generator In Distributed Systems (Part-VII): Wrap Up !!! 🏗👷👩🏻💻 |
2022-08-17 | Find All Anagrams in a String-(Amazon, Microsoft, Flipkart):Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |
2022-08-16 | Design A Unique ID Generator In Distributed Systems (Part-VI): Design Deep Dive 🏗👷👩🏻💻 |
2022-08-15 | Design A Unique ID Generator In Distributed Systems (Part-V): Twitter Snowflake Approach 🏗👷👩🏻💻 |
2022-08-13 | Delete Nodes And Return Forest - (Amazon, Google) : Live Coding 🧑🏻💻👩🏻💻 |
2022-08-13 | Design A Unique ID Generator In Distributed Systems (Part-IV): Ticket Server 🏗👷👩🏻💻 |
2022-08-12 | Count Occurrences of Anagrams-(Amazon, Microsoft, Flipkart):Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |
2022-08-10 | Design A Unique ID Generator In Distributed Systems (Part-III): UUID 🏗👷👩🏻💻 |
2022-08-09 | Spiral Matrix - (Amazon, Microsoft, Paytm...) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |
2022-08-08 | Design A Unique ID Generator In Distributed Systems (Part-II): Multi Master Replication 🏗👷👩🏻💻 |
2022-08-05 | Check Completeness of a Binary Tree (DFS) - (Meta, Amazon) : Explanation ➕ Live Coding |
2022-08-04 | Check Completeness of a Binary Tree (BFS) - (Meta, Amazon) : Explanation ➕ Live Coding |
2022-08-02 | Container With Most Water - (Meta, Google, Amazon) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 |