SKShivesh Kumarinshiveshpromise.hashnode.dev·Mar 1 · 3 min read Job Application in Promise StyleYou are a final-year college student applying for a job . You have submitted your resume and your interview has been completed . Now let's see what happens to him in the promise style:- Promise has th00
SKShivesh Kumarinhow-a-browser-works-a-beginner-guide.hashnode.dev·Feb 8 · 4 min readBrowser Works: GuideHave you wandered when you type https://google.com on the internet and press Enter key then BOOM ,a web page comes. What a browser actually is A browser is a render engine that receive the raw HTML,CSS,JS from the web server and translate it into vi...00
SKShivesh Kumarintcp-working3-way-handshake.hashnode.dev·Feb 7 · 3 min readTCP:workingImagine you are sending a long message on whatsapp to your friend .The message that you sent to your friend ,he got some message twice and some of the message not reached to him ,some of the part of the message reached after the very much gap of time...00
SKShivesh Kumarinshiveshkumar.hashnode.dev·Feb 1 · 2 min readCSS selectors:Elements with PrecisionCSS selectors are needed to find HTML element where it target on the web page. It allows developers to make different files for HTML and CSS .so the code becomes clean and easy to manage. It helps for creating responsive designs by applying different...00
SKShivesh Kumarindns-working-resolution.hashnode.dev·Jan 31 · 2 min readAbout DNSThe Domain Name System(DNS) is a system that translates human-friendly domain names to machine-readable IP address.It helps human to not remember complex numerical addresses. Dns server finds the corresponding IP which has user want. It acts as bridg...00