ATAditya Trivediinadityatrivedi.hashnode.dev·May 7 · 7 min readLeetcode System DesignThe first thing people usually do while designing systems is jump directly into databases, microservices, Kubernetes, Redis, queues, and scaling. That is the wrong approach. When designing systems lik00
MKManoj Kumarinsystemdesignbymanoj.hashnode.dev·May 9, 2025 · 3 min readSystem Design ( Day - 23 )UPI System design ( Unified payment interface ) It is a real time payment systems developed by National Payments Corporation of India (NPCI), that facilitates instant money transfers between bank accounts via mobile devices, its actually a standard w...00
MKManoj Kumarinsystemdesignbymanoj.hashnode.dev·May 7, 2025 · 5 min readSystem Design ( Day - 21 )System Design of TikTok Functionality 1 . Upload Videos2 . Feed / Timeline video - Distribution3 . Storing the Videos System should haveConsistencyHigh availabilityFault TolerantUpload performance is goodLow latency between the upload and user visibi...00
MKManoj Kumarinsystemdesignbymanoj.hashnode.dev·May 5, 2025 · 4 min readSystem Design ( Day - 19 )Tinder Architecture Let’s analyse how the tinder works through its architecture. Features 1 . Profiles → We can store upto 5 images/User2 . Recommended Matches3 . Storing the Matched peoples4 . Direct Messaging with matched person Profiles How we can...00