SKShivam Kumarinshivamshrma09.hashnode.dev·May 28 · 7 min readAll About Programming languagesDo you realy know what is programming langauge ? -> A programming languge is a way to command or instruct that what you want to do . Machine or your computer only understands 0 or 1 and writing binary10
SKShivam Kumarinshivamshrma09.hashnode.dev·Apr 5 · 2 min readSemVer Simplified: Major, Minor, Patch and Why They MatterThe Problem First Lets assume a situation where you have written code today and it works well. Next day you come and run: cd backend npm i npm start But it fails. Your code is the same, no new PR was10
SKShivam Kumarinshivamshrma09.hashnode.dev·Apr 4 · 3 min readDo you want to know about the Internals of DNS?DNS is like a register or a directory of domain names and their corresponding IP addresses. We all know the basics so let’s go dive deep -> What is DNS (Domain Name Server)? Suppose you want to visi10
SKShivam Kumarinshivamshrma09.hashnode.dev·Apr 2 · 2 min readWhat happens when you type google.com in your browser?Real Engineers know how things works under the hood. we use a simple axios.post('/login', userlogin) and get a "welcome" responce in millisecondsdo you know how it actually works let's understand it10