<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chandan Maheshwari</title>
    <description>The latest articles on DEV Community by Chandan Maheshwari (@chandanops).</description>
    <link>https://dev.to/chandanops</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3948711%2F332beb0a-9816-48f2-804e-4ecfae416d53.jpeg</url>
      <title>DEV Community: Chandan Maheshwari</title>
      <link>https://dev.to/chandanops</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chandanops"/>
    <language>en</language>
    <item>
      <title>What is Cloud Computing and How Does It Actually Work?</title>
      <dc:creator>Chandan Maheshwari</dc:creator>
      <pubDate>Fri, 29 May 2026 17:43:00 +0000</pubDate>
      <link>https://dev.to/chandanops/what-is-cloud-computing-and-how-does-it-actually-work-2pn5</link>
      <guid>https://dev.to/chandanops/what-is-cloud-computing-and-how-does-it-actually-work-2pn5</guid>
      <description>&lt;h1&gt;
  
  
  What is Cloud Computing and How Does It Actually Work?
&lt;/h1&gt;

&lt;p&gt;If you are starting your AWS or DevOps journey, then one term you’ll hear everywhere is “Cloud Computing”.&lt;/p&gt;

&lt;p&gt;But when I first started learning, this term sounded more complicated than it actually is.&lt;/p&gt;

&lt;p&gt;People explain it using technical definitions, which usually confuses beginners even more.&lt;/p&gt;

&lt;p&gt;So in this article, let’s understand cloud computing in the simplest way possible with real examples.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is Cloud Computing?
&lt;/h2&gt;

&lt;p&gt;Cloud computing simply means:&lt;/p&gt;

&lt;p&gt;Using computing services like servers, storage, databases, networking, and software over the internet instead of managing everything physically on your own system.&lt;/p&gt;

&lt;p&gt;In simple words:&lt;/p&gt;

&lt;p&gt;Instead of buying and maintaining your own servers, you rent resources from cloud providers whenever you need them.&lt;/p&gt;

&lt;p&gt;These resources are available through the internet.&lt;/p&gt;




&lt;h2&gt;
  
  
  Before Cloud Computing
&lt;/h2&gt;

&lt;p&gt;Earlier, companies had to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;buy physical servers&lt;/li&gt;
&lt;li&gt;set up data centers&lt;/li&gt;
&lt;li&gt;manage cooling and electricity&lt;/li&gt;
&lt;li&gt;maintain networking hardware&lt;/li&gt;
&lt;li&gt;hire teams to manage infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This process was expensive and difficult to scale.&lt;/p&gt;

&lt;p&gt;Imagine a startup suddenly getting huge traffic.&lt;/p&gt;

&lt;p&gt;They would need to buy more hardware, which takes time and money.&lt;/p&gt;




&lt;h2&gt;
  
  
  How Cloud Computing Changed Everything
&lt;/h2&gt;

&lt;p&gt;Cloud platforms solved this problem.&lt;/p&gt;

&lt;p&gt;Now companies can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;launch servers instantly&lt;/li&gt;
&lt;li&gt;increase storage anytime&lt;/li&gt;
&lt;li&gt;scale applications automatically&lt;/li&gt;
&lt;li&gt;deploy services globally&lt;/li&gt;
&lt;li&gt;pay only for what they use&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of waiting weeks for hardware setup, infrastructure can now be created in minutes.&lt;/p&gt;

&lt;p&gt;That’s why cloud computing became so popular.&lt;/p&gt;




&lt;h2&gt;
  
  
  Real-Life Example
&lt;/h2&gt;

&lt;p&gt;Imagine you want to start a website.&lt;/p&gt;

&lt;h3&gt;
  
  
  Traditional Way
&lt;/h3&gt;

&lt;p&gt;You would need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;physical servers&lt;/li&gt;
&lt;li&gt;networking setup&lt;/li&gt;
&lt;li&gt;internet connection&lt;/li&gt;
&lt;li&gt;maintenance&lt;/li&gt;
&lt;li&gt;backup systems&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Cloud Way
&lt;/h3&gt;

&lt;p&gt;You simply go to a cloud platform like AWS and launch a virtual server.&lt;/p&gt;

&lt;p&gt;Within minutes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;your server is ready&lt;/li&gt;
&lt;li&gt;your website can go live&lt;/li&gt;
&lt;li&gt;users can access it from anywhere&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No physical hardware required.&lt;/p&gt;




&lt;h2&gt;
  
  
  So Where is “The Cloud”?
&lt;/h2&gt;

&lt;p&gt;One common beginner question is:&lt;/p&gt;

&lt;p&gt;“Where does the cloud actually exist?”&lt;/p&gt;

&lt;p&gt;The answer is:&lt;br&gt;
the cloud runs inside huge data centers owned by cloud providers.&lt;/p&gt;

&lt;p&gt;Companies like AWS have data centers across the world.&lt;/p&gt;

&lt;p&gt;These data centers contain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;thousands of servers&lt;/li&gt;
&lt;li&gt;storage devices&lt;/li&gt;
&lt;li&gt;networking equipment&lt;/li&gt;
&lt;li&gt;security systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When you launch a server on AWS, you are basically using a small part of AWS infrastructure remotely.&lt;/p&gt;




&lt;h2&gt;
  
  
  Types of Cloud Computing
&lt;/h2&gt;

&lt;p&gt;There are mainly 3 types.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Public Cloud
&lt;/h3&gt;

&lt;p&gt;Infrastructure is owned by a cloud provider and shared over the internet.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS&lt;/li&gt;
&lt;li&gt;Microsoft Azure&lt;/li&gt;
&lt;li&gt;Google Cloud&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is the most common model.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Private Cloud
&lt;/h3&gt;

&lt;p&gt;Infrastructure is used privately by a single organization.&lt;/p&gt;

&lt;p&gt;Mostly used by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;banks&lt;/li&gt;
&lt;li&gt;government organizations&lt;/li&gt;
&lt;li&gt;large enterprises&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  3. Hybrid Cloud
&lt;/h3&gt;

&lt;p&gt;Combination of both public and private cloud.&lt;/p&gt;

&lt;p&gt;Some services run privately while others run on public cloud infrastructure.&lt;/p&gt;




&lt;h2&gt;
  
  
  Main Benefits of Cloud Computing
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Scalability
&lt;/h3&gt;

&lt;p&gt;Increase or decrease resources anytime.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cost Efficient
&lt;/h3&gt;

&lt;p&gt;No need to buy expensive hardware upfront.&lt;/p&gt;

&lt;h3&gt;
  
  
  High Availability
&lt;/h3&gt;

&lt;p&gt;Applications can run globally with minimal downtime.&lt;/p&gt;

&lt;h3&gt;
  
  
  Faster Deployment
&lt;/h3&gt;

&lt;p&gt;Infrastructure can be created within minutes.&lt;/p&gt;

&lt;h3&gt;
  
  
  Security
&lt;/h3&gt;

&lt;p&gt;Cloud providers offer advanced security features and monitoring.&lt;/p&gt;




&lt;h2&gt;
  
  
  Common Cloud Services You’ll Use
&lt;/h2&gt;

&lt;p&gt;As you continue learning AWS and DevOps, you’ll work with services like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Virtual Servers&lt;/li&gt;
&lt;li&gt;Storage&lt;/li&gt;
&lt;li&gt;Databases&lt;/li&gt;
&lt;li&gt;Networking&lt;/li&gt;
&lt;li&gt;Monitoring&lt;/li&gt;
&lt;li&gt;Load Balancers&lt;/li&gt;
&lt;li&gt;Containers&lt;/li&gt;
&lt;li&gt;Kubernetes&lt;/li&gt;
&lt;li&gt;CI/CD Pipelines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All of these are part of cloud computing.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Cloud Computing is Important for DevOps
&lt;/h2&gt;

&lt;p&gt;Modern DevOps practices heavily depend on cloud platforms.&lt;/p&gt;

&lt;p&gt;Because cloud computing allows engineers to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;automate infrastructure&lt;/li&gt;
&lt;li&gt;deploy applications faster&lt;/li&gt;
&lt;li&gt;scale systems easily&lt;/li&gt;
&lt;li&gt;build CI/CD pipelines&lt;/li&gt;
&lt;li&gt;manage production environments efficiently&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without cloud computing, modern DevOps would be much slower and harder.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Cloud computing is not as complicated as it sounds in the beginning.&lt;/p&gt;

&lt;p&gt;It simply means:&lt;br&gt;
using computing resources over the internet instead of managing physical infrastructure manually.&lt;/p&gt;

&lt;p&gt;Once you understand this foundation, learning AWS services becomes much easier.&lt;/p&gt;

&lt;p&gt;Happy Learning, &lt;br&gt;
Connect me if you are a Cloud, DevOps, AI or in Automation.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>devops</category>
      <category>career</category>
      <category>cloudcomputing</category>
    </item>
    <item>
      <title>Getting Started with AWS — A Beginner Friendly Introduction</title>
      <dc:creator>Chandan Maheshwari</dc:creator>
      <pubDate>Sun, 24 May 2026 08:28:06 +0000</pubDate>
      <link>https://dev.to/chandanops/getting-started-with-aws-a-beginner-friendly-introduction-hg1</link>
      <guid>https://dev.to/chandanops/getting-started-with-aws-a-beginner-friendly-introduction-hg1</guid>
      <description>&lt;p&gt;If you are starting your &lt;strong&gt;Cloud or DevOps journey&lt;/strong&gt;, then one name you’ll hear everywhere is &lt;strong&gt;AWS&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc85i9luivdrrelfednf0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc85i9luivdrrelfednf0.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  When I first heard about &lt;strong&gt;AWS&lt;/strong&gt;, I was &lt;strong&gt;confused&lt;/strong&gt;.
&lt;/h2&gt;

&lt;p&gt;People were talking about &lt;strong&gt;EC2, VPC, IAM, Regions, Availability Zones, Load Balancers…&lt;/strong&gt; and honestly, it felt overwhelming in the beginning.&lt;/p&gt;

&lt;p&gt;But once I started understanding the basics &lt;strong&gt;step-by-step&lt;/strong&gt;, things became much easier.&lt;/p&gt;

&lt;p&gt;So in this article, &lt;strong&gt;I’ll explain AWS in the simplest way possible.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No complicated definitions.&lt;/p&gt;

&lt;p&gt;Just a practical beginner-friendly introduction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So, What Actually is AWS?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AWS stands for &lt;strong&gt;Amazon Web Services.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It is a cloud platform created by Amazon that allows you to use servers, storage, databases, networking, and many other services directly from the internet.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F23mduoij0pnpcoubusq9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F23mduoij0pnpcoubusq9.png" alt=" " width="612" height="408"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In simple words:&lt;/p&gt;

&lt;p&gt;Instead of buying a physical computer/server and keeping it in your office, AWS lets you rent infrastructure whenever you need it.&lt;/p&gt;

&lt;p&gt;You can launch servers in minutes and stop them anytime.&lt;/p&gt;

&lt;p&gt;That’s the power of cloud computing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Do Companies Use AWS?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Think about companies like Netflix, Spotify, Airbnb, or big startups.&lt;/p&gt;

&lt;p&gt;Millions of users use their applications every day.&lt;/p&gt;

&lt;p&gt;Managing physical servers manually for such huge traffic is difficult and expensive.&lt;/p&gt;

&lt;p&gt;AWS solves this problem.&lt;/p&gt;

&lt;p&gt;Using AWS, companies can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scale applications easily&lt;/li&gt;
&lt;li&gt;Store huge amounts of data&lt;/li&gt;
&lt;li&gt;Deploy apps globally&lt;/li&gt;
&lt;li&gt;Automate infrastructure&lt;/li&gt;
&lt;li&gt;Improve security&lt;/li&gt;
&lt;li&gt;Reduce hardware costs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the best part is:&lt;br&gt;
you only pay for what you use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Real Example&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Suppose you want to host a website.&lt;/p&gt;

&lt;p&gt;Traditionally, you would need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A physical server&lt;/li&gt;
&lt;li&gt;Networking setup&lt;/li&gt;
&lt;li&gt;Electricity&lt;/li&gt;
&lt;li&gt;Cooling systems&lt;/li&gt;
&lt;li&gt;Maintenance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But with AWS:&lt;br&gt;
you can launch a virtual server in just a few clicks.&lt;/p&gt;

&lt;p&gt;This virtual server is called an EC2 instance.&lt;/p&gt;

&lt;p&gt;You can deploy your application there and access it from anywhere.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some Important AWS Services Beginners Should Know&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  EC2
&lt;/h3&gt;

&lt;p&gt;Virtual servers in the cloud.&lt;/p&gt;

&lt;h3&gt;
  
  
  S3
&lt;/h3&gt;

&lt;p&gt;Used to store files, images, videos, backups, etc.&lt;/p&gt;

&lt;h3&gt;
  
  
  IAM
&lt;/h3&gt;

&lt;p&gt;Used to manage users and permissions securely.&lt;/p&gt;

&lt;h3&gt;
  
  
  RDS
&lt;/h3&gt;

&lt;p&gt;Managed database service.&lt;/p&gt;

&lt;h3&gt;
  
  
  VPC
&lt;/h3&gt;

&lt;p&gt;Helps create your own private network inside AWS.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0tehevgu49d9r4kmwtch.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0tehevgu49d9r4kmwtch.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Don’t worry if these terms sound new right now.&lt;br&gt;
&lt;strong&gt;We’ll learn all of them step-by-step in upcoming articles.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Think AWS is Worth Learning&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One thing I personally like about AWS is that it gives you practical exposure to real-world infrastructure.&lt;/p&gt;

&lt;p&gt;You can actually deploy applications, create networks, configure security, automate deployments, and build production-like environments.&lt;/p&gt;

&lt;p&gt;That’s why AWS is highly valuable for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cloud Engineers&lt;/li&gt;
&lt;li&gt;DevOps Engineers&lt;/li&gt;
&lt;li&gt;Backend Developers&lt;/li&gt;
&lt;li&gt;System Administrators&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you are starting your &lt;strong&gt;cloud journey&lt;/strong&gt;, don’t try to learn everything at once.&lt;/p&gt;

&lt;p&gt;Start with the fundamentals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Understand:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what cloud computing is&lt;/li&gt;
&lt;li&gt;why AWS exists&lt;/li&gt;
&lt;li&gt;how basic services work&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once the foundation becomes strong, advanced topics become much easier.&lt;/p&gt;

&lt;p&gt;In the next article, I’ll explain:&lt;br&gt;
“&lt;strong&gt;What is Cloud Computing and how does it actually work&lt;/strong&gt;?”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Happy Learning.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>beginners</category>
      <category>cloud</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
