tech-blogs-shivanshu.hashnode.devCSS Selectors 101 : Targeting elements with precisionWhy CSS Selectors are needed ? Like HTML is the skeleton of the webpage, CSS selectors are pointing fingers, they are the mechanism that allows us to pick a specific element of HTML and change its color/size/shape of that element specifically Without...Feb 1·3 min read
tech-blogs-shivanshu.hashnode.devEmmet for HTML : A Beginners guide to writing faster MarkupWriting HTML without Emmet is repetitive and slow as well. For creating a list of 5 list elements you have to write each list item again and again that will be repetitive and slow as well. <nav> <ul> <li><a href="">Home</a></li> <li><a href...Feb 1·3 min read
tech-blogs-shivanshu.hashnode.devUnderstanding HTML Tags and ElementsWhat is HTML and why we use it ? HTML is Hyper Text Markup Language, breaking it means it is a Markup Language that is made for HyperTexts. It is the skeleton of a page, like for human body bones constructs the skeleton for a webpage HTML elements cr...Feb 1·3 min read
tech-blogs-shivanshu.hashnode.devTCP Working : 3 way Handshake and Reliable CommunicationHave you ever thought, what will happen if we don’t have any rules or protocols to transfer data between devices ?The answer is communication will collapse, these rules acts as a universal language between these devices to understand each other. It w...Feb 1·5 min read
tech-blogs-shivanshu.hashnode.devTCP vs UDP : When to use What, and how TCP relates to HTTPIntroduction Internet is a vast network of various billions of devices, that are made by different manufacturers and running different softwares. Without rules and regulations communication would be impossible. When the data is transferred across int...Feb 1·4 min read