SKshubham khandelwalinshubhamk18.hashnode.dev·Mar 29 · 3 min readGetting Started with cURLBefore you know about cURL, you should first know about what a server is, how data is transferred from the client (browser) to the server and vice versa. What is server ? A server is simply a computer00
SKshubham khandelwalinshubhamk18.hashnode.dev·Mar 25 · 8 min readCSS Selectors 101: Targeting Elements with PrecisionAs you have learned HTML, you know how to build the skeleton of a webpage. Now a skeleton needs a cover to wrap it. There comes CSS, which makes the body beautiful. But here’s the thing: CSS can’t sty00
SKshubham khandelwalinshubhamk18.hashnode.dev·Mar 15 · 5 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhy Does Writing HTML Feel So Slow? When you type each tag in HTML it is basically a repetitive task because every day you are typing 100s of tag, it feels frustrated sometimes because you are doing t00
SKshubham khandelwalinshubhamk18.hashnode.dev·Mar 15 · 8 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPAs you know internet connects millions of computer all over the world. So, for sending any data over internet we need some rules which we call protocols. Because without rules if send data over intern00
SKshubham khandelwalinshubhamk18.hashnode.dev·Feb 28 · 4 min readDNS Record Types ExplainedHow does a browser know where a website lives? DNS is a phonebook of the internet. Now, Suppose if your friends lives in Delhi you go to Delhi you will not shout Shubham , Shubham where are you. You w00