FSFarha Saliminfarhasalim.hashnode.dev·Feb 1 · 2 min readTCP and UDPAny exchange of information generally needs to follow a set of rules and regulations. Imagine sending a postcard to your friend who lives in a different country. What if there were no rules set in place regarding how and when the postcard passes thro...00
FSFarha Saliminfarhasalim.hashnode.dev·Feb 1 · 2 min readTCP Working: 3 Way Handshake and Reliable CommunicationWhen we send a file to a friend over the internet, it does not work like transferring a physical file. The file is not passed over to them like handing over a document. Rather, think of the document being torn up into bits and pieces and then being p...00
FSFarha Saliminfarhasalim.hashnode.dev·Feb 1 · 2 min readEmmet for HTML: A Beginners' Guide to Faster HTMLProgramming is definitely repetitive. For a beginner, the several lines of code especially when starting out, might feel overwhelming. In this era of GPTs when we are expected to get done with work faster than ever before, Emmet can be a real help to...00
FSFarha Saliminfarhasalim.hashnode.dev·Feb 1 · 3 min readCSS Selectors 101In the previous article, we learnt how HTML helps to structure and define a web page. It helped us build the underlying skeleton of a web page. But how do we go from having a plain web page that only displays the content and gives meaning to it, to s...00
FSFarha Saliminfarhasalim.hashnode.dev·Feb 1 · 2 min readUnderstanding HTML Tags and ElementsWebsite these days have gone from being dry bland pages with a white background, to ones with really aesthetic designs. But no matter how modern or fancy a website looks, there’s one thing they all have in common. The Structure. The Skeleton. Before ...00