SSShantanu Sarafinshantanucodes.hashnode.dev00Understanding HTML Tags and ElementsMar 26 路 9 min read 路 So you've decided to learn web development. First of all, welcome. You picked a great time to start. Before you write a single line of JavaScript or touch CSS, there's one thing that every webpage on Join discussion
SSShantanu Sarafinshantanucodes.hashnode.dev00Emmet for HTML: A Beginner's Guide to Writing Faster MarkupMar 25 路 10 min read 路 So you just started learning HTML. You open up your editor, crack your knuckles and start typing out your first webpage. And then... you realize you have to write this: <!DOCTYPE html> <html lang="en"Join discussion
SSShantanu Sarafinshantanucodes.hashnode.dev00TCP vs UDP: When to Use What and How TCP Relates to HTTPMar 16 路 6 min read 路 If you think about it, the internet is basically billions of devices talking to each other. Your laptop talks to servers, your phone talks to apps, and sometimes even your fridge talks to the cloud. BJoin discussion
SSShantanu Sarafinshantanucodes.hashnode.dev00TCP Working: 3-Way Handshake & Reliable CommunicationMar 16 路 7 min read 路 When we open a website, send a message, download a file, or stream music, data is constantly moving between computers across the internet. But have you ever wondered how that data actually reaches theJoin discussion
SSShantanu Sarafinshantanucodes.hashnode.dev00Getting Started with cURLMar 12 路 7 min read 路 If you are learning programming, sooner or later you will hear someone say: "Just test it with cURL." And if you are new, you might think鈥hat even is cURL? Is it some complicated developer tool? ReJoin discussion