SSSudhanshu Sharmaincodescale.hashnode.dev·Dec 24, 2022 · 2 min readWhat's Virtual IP address?We already know about physical IP addresses which are assigned to actual physical machines to find them on the internet. An analogy can be that we have a home address to locate us, the same can say for machines also. Either we can use some domain (ab...00
SSSudhanshu Sharmaincodescale.hashnode.dev·Dec 22, 2022 · 2 min readAnything that can go wrong will go wrong (Distributed Systems)Not what any software engineer wants to acknowledge. Well in the early days of my own startup, I was optimistic about anything I'm working on, or building upon. It could be any piece of code, any infra, or design. That one scenario we think would be ...00
SSSudhanshu Sharmaincodescale.hashnode.dev·Dec 22, 2022 · 3 min readAsync vs MultithreadingI have been in a misconception for quite a while on this. I just assumed that whenever we say let's make it async we should just spin up another thread for this task and let the main thread continue without waiting. And until now I never thought abou...00