SMShambhuraje Magarinshambhurajemagar.hashnode.dev·May 7 · 2 min readCSS Selectors: class & ID selectorsThis blog is specifically about class selectors and ID selectors. After reading this short and concise article about class & ID selectors you'll be able to differentiate between the use cases of each 00
SMShambhuraje Magarinshambhurajemagar.hashnode.dev·Feb 5 · 2 min readUnderstanding Network DevicesWhat is a modem: It is a device that directly connects your local network to the Internet Service Provider(ISP)What happens is:1.Your device sends signals in form of 0 & 1’s.2.The data is converted into a form that can travel over cables, wires to yo...00
SMShambhuraje Magarinshambhurajemagar.hashnode.dev·Feb 1 · 2 min readGit for Beginners: Basics and Essential CommandsWhat is Git & why is it used ? Git in very simple words can be defined as a “code tracker”, which tracks the changes made on the code Think of it as if it saves snapshots of your project files time to time. Lets you go back to your older versions o...00