VDVaibhav Deepinvaibhavdeep.hashnode.dev·Sep 30, 2022 · 3 min readYour only Peer: PeerlistBefore I even start to talk about Peerlist, here's how I stumbled across this piece of art. It was a regular day in summers where anyone would be sipping a lemonade on an afternoon. While most of us would be like Netflix and Chill but I happened to b...00
VDVaibhav Deepinvaibhavdeep.hashnode.dev·Aug 29, 2021 · 3 min readWhat the heck is Blockchain?What's the first thing that pops up in your mind after you see the term Blockchain? A chain of connected blocks? Yes! You're absolutely right! Basically, blockchain is a technology which allows us to trade(or transfer money/asset) in a much more effi...00
VDVaibhav Deepinvaibhavdeep.hashnode.dev·Jul 27, 2021 · 3 min readIntroduction to Unit Testing1. What is Unit Testing? Unit tests are typically automated tests written and run by software developers to ensure that a section of an application (known as the “unit”) works and behaves as intended. When performing a unit test, we basically pick a...00