call-bind-apply.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedIn this article we will cover the following topics: What control flow means in programming The if statement The if-else statement The else if ladder The switch statement When to use switch vs if4h ago·1 min read
call-bind-apply.hashnode.devThe Magic of call(), apply(), and bind() in JavaScriptIt is known to us that the browser only understands three things i.e HTML for the basic structure of the web page, CSS for the styling and JavaScript provides with functioning of the web page / websit3d ago·9 min read
piyanshu-blogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIn this article we will be covering the following topics: What is Emmet? Why Emmet is useful for HTML beginners How Emmet works inside code editors Basic Emmet syntax and abbreviations Creating HTML elements using Emmet Adding classes, IDs, and...Feb 1·5 min read
tcp-udpps.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationIn this article we will be studying about : What is TCP and why it is needed What is the TCP 3-Way Handshake Step-by-step working of SYN, SYN-ACK, and ACK How TCP ensures reliability, order, and correctness How a TCP connection is terminated W...Jan 31·5 min read
curl-ps.hashnode.devGetting Started with cURLIf you’re learning programming, web development, or APIs, you’ll hear one word again and again i.e cURL.At first, it sounds scary and “too terminal-ish”, but once you understand it, cURL feels like a Jan 31·6 min read