<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by The Hotfix on Medium]]></title>
        <description><![CDATA[Stories by The Hotfix on Medium]]></description>
        <link>https://medium.com/@thehotfixnewsletter?source=rss-4c62f9871916------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*MUUvapd8JcT4JOyFPHagrA.png</url>
            <title>Stories by The Hotfix on Medium</title>
            <link>https://medium.com/@thehotfixnewsletter?source=rss-4c62f9871916------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 24 May 2026 02:26:30 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@thehotfixnewsletter/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[What Even Is Cloud Computing? A Guide for Engineers Who Have Only Seen GitHub]]></title>
            <link>https://medium.com/@thehotfixnewsletter/what-even-is-cloud-computing-a-guide-for-engineers-who-have-only-seen-github-acc0bb3e152b?source=rss-4c62f9871916------2</link>
            <guid isPermaLink="false">https://medium.com/p/acc0bb3e152b</guid>
            <category><![CDATA[cloud-computing]]></category>
            <category><![CDATA[system-design-interview]]></category>
            <category><![CDATA[aws]]></category>
            <category><![CDATA[software-engineering]]></category>
            <category><![CDATA[devops]]></category>
            <dc:creator><![CDATA[The Hotfix]]></dc:creator>
            <pubDate>Fri, 22 May 2026 06:22:48 GMT</pubDate>
            <atom:updated>2026-05-22T15:28:59.554Z</atom:updated>
            <content:encoded><![CDATA[<p><em>You built a project. You pushed it to GitHub. Now what?</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*eqM7kzuLX17oDmi-xdYX-A.png" /><figcaption>What even is cloud computing?</figcaption></figure><p>You built an e-commerce website in college. Spring Boot backend, maybe a React frontend, pushed everything to GitHub. It works on your laptop. Your professor gave you a good grade.</p><p>But here is the question nobody asked you, where does it actually <strong>run</strong> when real users start hitting it?</p><p>The answer is a server. And understanding servers is where your corporate journey begins.</p><h4>So what exactly is a server?</h4><p>Forget the fancy word. A server is just a computer. It has a processor, memory, storage, and a network connection, exactly like your laptop, just more powerful and always switched on.</p><p>Every app you use, Social media, Food Ordering app, your college portal, runs on code. And that code runs on a server somewhere in the world. Always.</p><h4>The problem with buying your own servers</h4><p>Imagine you just built your startup and you need a server to run it. You go and buy one. But now you face three problems nobody warned you about:</p><p><strong>How big should it be?</strong><br>Buy too big and you are wasting money on a server sitting idle. Buy too small and the moment your app gets popular it crashes , and users who leave rarely come back.</p><p><strong>Where do you keep it?</strong><br>A server needs electricity, cooling, physical space, and people to maintain it around the clock. That is an entire operation before you have even launched your product.</p><p><strong>What if your users are far away?</strong><br>You are in New York. Your users are in London. A server in New York means slow load times for London. You need servers closer to your users, but you cannot just fly to London to set one up.</p><p>These are real problems that real companies dealt with for decades.</p><h4>Enter the cloud</h4><p>What if someone bought thousands of servers, placed them in data centers all over the world, and rented them to you based on exactly what you need, starting small, scaling up instantly, no hardware required?</p><p>That is cloud computing. Not the cloud that rains. The cloud that runs your app.</p><p>The companies that do this are called cloud providers. The big three are:</p><p>- <strong>AWS (Amazon Web Services)</strong><br>- <strong>Google Cloud</strong><br>- <strong>Microsoft Azure</strong></p><p>They have data centers across every major region in the world. And they give you a simple interface, a web console, a command line tool, or a code SDK, to use their infrastructure from anywhere.</p><h4>What does that actually look like?</h4><p>You create an account on AWS. You log into their console. You fill out a form, how many CPUs, how much memory, which operating system, how much storage. You click a button.</p><p>Somewhere in a data center, a portion of a powerful physical server is now yours. This is called a <strong>virtual machine</strong>, your own private slice of a real server, fully isolated from everyone else using the same hardware.</p><p>You log into it, install your application, and it is live. No hardware purchase. No cooling setup. No maintenance team.</p><h4>And it is not just servers</h4><p>Once you start building real systems you realize servers alone are not enough. Cloud providers also give you:</p><p><strong>- Storage: </strong>to store files, images, videos<br>- <strong>Databases : </strong>to store your app data<br>- <strong>Load balancers</strong> : to distribute traffic across multiple servers<br>- <strong>Message queues: </strong>to let different parts of your system talk to each other<br>- <strong>API gateways: </strong>to manage and secure your APIs<br>- <strong>DNS</strong>: Domain Name System, which connects your domain name to your server’s address<br>- and many more</p><p>Everything a real company needs, available on demand, paid for by usage.</p><h4>Why this matters for you</h4><p>That project on your GitHub runs on your laptop. In a real company it runs on all of this, servers, load balancers, databases, queues, all talking to each other, all hosted on the cloud.</p><p>You do not need to know all of it on day one. But understanding that this world exists <strong><em>and why it exists</em></strong> is the starting point.</p><p>That is what <strong>The Hotfix</strong> is here for. We will go through each piece, one at a time, until the whole picture makes sense.</p><p><strong><em>Next up, what is AWS and which of its services will you actually use as a fresher joining a company?</em></strong></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=acc0bb3e152b" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>