The Two Addresses That Define Your Digital Life Junior/Mid Engineer Concepts for: Azure, AWS, GCP All value on the internet is created through conversation. A laptop talks to a server. A phone talks to an API. But before any conversation can begin, both parties must have an address. Without an addre...
The Internet's Two Languages: A First-Principles Guide to IP Addresses Junior/Mid Engineer Concepts for: Azure, AWS, GCP The internet feels like magic. You type `microsoft.com` and a world appears. But there is no magic, only a system of agreements. The most fundamental agreement is the address on t...
The Network is an Illusion: What Your Home Wi-Fi Teaches You About the Cloud Junior/Mid Engineer Concepts for: Azure, AWS, GCP Before we architect networks in the cloud, we must ask a fundamental question: what is a network? The answer is deceptively simple. A network exists to connect two or more c...
The Virtual Zoo: A Masterclass in C# Object-Oriented Design Junior/Mid Engineer Asked at: Microsoft, Amazon, any company using .NET. The OOP Challenge: Building a Virtual Pet Simulator in C# Why this matters: This isn't just a coding test; it's a design simulation. The interviewer wants to see if yo...
The Vault and the Concierge: OOP That Actually Makes Sense Junior/Mid Engineer Asked at: All of them. Foundational knowledge. Q: Model a simple library system in Python. Create a `Book` class that protects its core data, and an `EBook` class that inherits from it and extends its functionality. Expla...