blog.yogeshkumar.siteEmmet for HTMLTyping HTML is hard. There is a starting tag, a closing tag, and there are attributes to play with. What if there is a way to type or write HTML faster? There comes EMMET integrated in most code editors by default, or you can integrate it with just t...Feb 1·2 min read
blog.yogeshkumar.siteCSS Selectors 101CSS selectors are needed to callout the specific selectors while styling the webpage when we are not using inline style and styling with a style tag in the head or using an external page. Element SeleFeb 1·4 min read
blog.yogeshkumar.siteUnderstanding HTML Tags and ElementsHTML is Hyper Text Markup Language. Let’s break it down. Hyper Text: the text is not normal; it makes something happen. Markup: It has a certain way of writing it. HTML tags are the way we write HTML forthe creation of web pages on the internet. ...Feb 1·1 min read
blog.yogeshkumar.siteHow a Browser WorksEveryone knows that we use a browser to open websites. But is that it? How is it capable enough to open a website in milliseconds within the blink of an eye? I have deployed my website on vercel and it could be that their servers are located in anoth...Feb 1·3 min read
blog.yogeshkumar.siteTCP Working: 3-Way Handshake & Reliable CommunicationEven though there is a firewall at the router level, the network can be compromised at any level. So every layer of communication needs its own reliability and integrity, so that one does not infiltrate the other borderlines and get the data and exec...Feb 1·3 min read