MAmohd ashrafinmohdashraf.hashnode.dev·Jul 23 · 9 min readSerialization and Deserialization: The Invisible Backbone of Modern SoftwareIf you've ever called an API, saved a file, cached a value in Redis, or sent a message through a queue - you've relied on serialization and deserialization, whether you noticed it or not. They don't g00
MAmohd ashrafinmohdashraf.hashnode.dev·Jul 7 · 6 min readDNS Explained: How Your Browser Finds a Website (And How It Handles Billions of Requests a Day)Every time you type a website address into your browser, something invisible happens before anything else can load: your browser has to figure out the actual location of that website on the internet. 00
MAmohd ashrafinmohdashraf.hashnode.dev·Jul 5 · 6 min readHTTPS & SSL/TLS Certificates: How Your Browser Knows a Website Is SecureWhen you visit a website like: https://example.com Have you ever stopped to think about how your browser actually knows it's talking to the real example.com, and not an attacker impersonating it? The00
MAmohd ashrafinmohdashraf.hashnode.dev·Jul 4 · 6 min readHTTP & The Hidden Role of Port 80: What Really Happens When You Visit a WebsiteEvery single time you open a website, two things happen almost instantly and invisibly: your browser finds the right server, and it speaks the right "language" to that server so it understands what yo00