PinnedIntroducing Bestresources.co : Share & explore personal resources at one place!The Web is crowded. So, I asked engineers from Google, Facebook, Uber etc to share their personal resources and built Bestresources.coJun 30, 2021·6 min read
Have you ever thought, how ‘nodemon’ works internally? Let’s build our own ‘nodemon’ in under 10 minutes!May 30, 2021·8 min read
Do you know 0.1 + 0.2 ≠ 0.3 in JavaScript? Here is why!console.log(0.2 + 0.1) // 0.30000000000000004May 21, 2021·3 min read
The basics you need to know about Kafka [Graphic Explanation Ahead 🖥️]A must know topic for system design interviews!May 15, 2021·5 min read
Interesting analogy to understand synchronous, callback, and async-await (promises) approach like I am 10 Y Kid 🧒Let's quickly understand the difference between synchronous, callback, and async-await (promises) approach like a 10 Year old Kid. My friend was moving to Surat, so he invited me to a party and some shopping. We went to a restaurant. It was Sunday s...Apr 23, 2021·2 min read
How does Github store millions of repo and billions of files?System design behind Github data storageApr 20, 2021·4 min read
How Instagram computes real-time trending hashtags ?System behind Instagram trending.Apr 17, 2021·6 min read