Babatunde Omodolapocloud-code-and-curiosity.hashnode.dev·15 hours agoServers and Data CentersJust like how our body part are essential to our daily living. Eyes for seeing and confirming accurate info, hands for doing things. The servers and data center are also integral in the technology space. They power the technologies in todays world wh...data
Manshi Tyagithefullstacklens.hashnode.dev·20 hours agoWhat Happens When You Enter a URL? 🤔Have you ever wondered how websites magically appear when you type a URL and press "Enter"? That split second isn’t magic—it’s the result of countless systems and protocols working together. In this post, we’ll uncover what happens behind the scenes,...Browsers
Vrushangi Mistryvrushi.hashnode.dev·Jan 23, 2025Bun API Mastery: Build API Endpoints Like a Pro🌐How to create an API Endpoint using Bun 🔗Introduction Bun is the new hot thing out that everyone is talking about. At least in the JavaScript community. Although not quite production ready yet, Bun is a modern JavaScript runtime, similar to Node.j...1 likeAPIs
Saurabh Upadhyayhttpsaurabh.hashnode.dev·Jan 22, 2025HTTPS OR HTTPs : BackendWhat is the difference between http or https ?HTTP = Hyper Text Transfer ProtocolHTTPs = Hyper Text Transfer Protocol Secure Main difference in dono me data transmission aur inke security ko lekar hai . Lets discuss on their security . Security ki ba...10 likes·36 readsserver
Sahil Bhattstaticloadbalancing.hashnode.dev·Jan 19, 2025Static LOAD BALANCINGIntroduction Types of Load balancing Static load balancing Dynamic load balancing Welcome to my first blog! I will be posting concise topic explanations that you can read and gain knowledge from. We know the importance of load balancing in distri...1 likestatic load balancing
Saurav Jhaguide-on-internet.hashnode.dev·Jan 18, 2025Guide On HTTP Status CodesWhenever the client (browser) sends a REST (GET, POST…) request to the server, the server responds back, generally with a JSON response that includes some kind of status code. We will learn about these status codes, but they reflect the state of the ...1 likeChaiCode
Sumit Ghugaresumitghugare.hashnode.dev·Jan 18, 2025TCP Handshakes and the 3-Way HandshakeThe Transmission Control Protocol (TCP) is one of the foundational protocols in the suite of Internet protocols. TCP ensures reliable, ordered, and error-checked delivery of data between applications running on devices in a network. A cornerstone of ...TCP
Sumit Ghugaresumitghugare.hashnode.dev·Jan 18, 2025Client-Side vs Server-Side: A Comprehensive Guide for BeginnersWhen building or interacting with a web application, the processes behind the scenes can seem like magic. To break it down, web applications operate on a client-server model, where tasks and responsibilities are divided between two main players: the ...ChaiCode
Sumit Ghugaresumitghugare.hashnode.dev·Jan 17, 2025DNS Magic and InternalsThe Domain Name System (DNS) is often referred to as the phonebook of the internet. It plays an essential role in enabling the internet to function seamlessly by translating human-readable domain names into IP addresses that computers use to communic...28 readsdns
Ayush Sharmaiayushcodes.hashnode.dev·Jan 17, 2025TCP/IP : The Invisible Backbone 𖠣Hello learner! You will never be able to send messages across the world neither you will be able to stream your favourite shows if TCP/IP becomes extinct today! That’s how much important this concept holds. That’s why it is the foundation of internet...ChaiCode