<?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: Mrityunjai Sachan</title>
    <description>The latest articles on DEV Community by Mrityunjai Sachan (@mrityunjai_sachan_0278e02).</description>
    <link>https://dev.to/mrityunjai_sachan_0278e02</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%2F3872998%2F1d740457-b12b-42f8-9272-fd766885cc38.png</url>
      <title>DEV Community: Mrityunjai Sachan</title>
      <link>https://dev.to/mrityunjai_sachan_0278e02</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mrityunjai_sachan_0278e02"/>
    <language>en</language>
    <item>
      <title>I Finally Understand What "The Cloud" Actually Means — Here's What I Learned</title>
      <dc:creator>Mrityunjai Sachan</dc:creator>
      <pubDate>Thu, 16 Apr 2026 06:02:25 +0000</pubDate>
      <link>https://dev.to/mrityunjai_sachan_0278e02/i-finally-understand-what-the-cloud-actually-means-heres-what-i-learned-k17</link>
      <guid>https://dev.to/mrityunjai_sachan_0278e02/i-finally-understand-what-the-cloud-actually-means-heres-what-i-learned-k17</guid>
      <description>&lt;p&gt;👉 &lt;strong&gt;Introduction to Cloud Infrastructure: Describe Cloud Concepts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://learn.microsoft.com/training/paths/azure-fundamentals/?wt.mc_id=studentamb_509564" rel="noopener noreferrer"&gt;https://learn.microsoft.com/training/paths/azure-fundamentals/?wt.mc_id=studentamb_509564&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Everyone uses the word. Almost nobody can explain it. I just did a free Microsoft course that changed that.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The question I was too embarrassed to ask
&lt;/h2&gt;

&lt;p&gt;For the longest time, whenever someone said "it's stored in the cloud" — I just nodded.&lt;/p&gt;

&lt;p&gt;I had no idea what that actually meant. Like, where IS the cloud? Is it literally somewhere in the sky? Is it just someone else's hard drive? Why does every company seem to suddenly "move to the cloud"?&lt;/p&gt;

&lt;p&gt;I never asked because it felt like something I was supposed to already know.&lt;/p&gt;

&lt;p&gt;Last week I finally got my answer — through a completely free Microsoft Learn course called &lt;strong&gt;"Introduction to Cloud Infrastructure: Describe Cloud Concepts"&lt;/strong&gt; (Part 1 of the Azure Fundamentals series).&lt;/p&gt;

&lt;p&gt;And I'm writing this article because I genuinely wish someone had explained these things to me earlier. So let me be that person for you.&lt;/p&gt;




&lt;h2&gt;
  
  
  What this course actually covers
&lt;/h2&gt;

&lt;p&gt;The learning path has 3 modules and takes under an hour. Here's what each one teaches — explained simply.&lt;/p&gt;




&lt;h3&gt;
  
  
  Module 1 — Describe Cloud Computing (24 min)
&lt;/h3&gt;

&lt;p&gt;This is the "wait, THAT'S what it means?" module.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is cloud computing, really?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Simply put — cloud computing means using someone else's computers (servers) over the internet instead of buying and managing your own.&lt;/p&gt;

&lt;p&gt;Imagine you're starting a food delivery startup. You need servers to run your app. You have two choices:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option A (Old way):&lt;/strong&gt; Buy physical servers, set up a data center, hire people to maintain them, pay for electricity, deal with hardware failures. Costs crores. Takes months.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option B (Cloud way):&lt;/strong&gt; Rent computing power from Microsoft Azure. Pay only for what you use. Scale up when you get more users, scale down when you don't. Ready in minutes.&lt;/p&gt;

&lt;p&gt;That's the fundamental shift the cloud created.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The course also covers deployment models:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Public Cloud&lt;/strong&gt; — Infrastructure owned by a cloud provider (like Azure) and shared among multiple customers. Like renting a flat in an apartment building.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Private Cloud&lt;/strong&gt; — Infrastructure used exclusively by one organization. Like owning your own bungalow.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hybrid Cloud&lt;/strong&gt; — A mix of both. Like owning a house but renting extra space when you need it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;And the shared responsibility model&lt;/strong&gt; — this one was genuinely eye-opening.&lt;/p&gt;

&lt;p&gt;When you use cloud services, security responsibilities are split between you and the cloud provider. Microsoft handles the physical security of their data centers, the networking infrastructure, and the hardware. You handle your data, your user access, and your applications. Understanding where Microsoft's responsibility ends and yours begins is critical — and this module explains it clearly.&lt;/p&gt;




&lt;h3&gt;
  
  
  Module 2 — Describe the Benefits of Using Cloud Services (19 min)
&lt;/h3&gt;

&lt;p&gt;This module answers the question: &lt;em&gt;why does literally every company seem to be moving to the cloud?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here are the key benefits the course covers — with real-world context:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;High Availability&lt;/strong&gt;&lt;br&gt;
Cloud services are designed to keep running even when things go wrong. Azure has data centers across the world — if one goes down, your app keeps running from another. This is why apps like Teams or Outlook almost never go fully offline.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scalability&lt;/strong&gt;&lt;br&gt;
Your app suddenly goes viral? Cloud services can handle thousands of new users in seconds by automatically adding computing resources. No physical hardware to buy. No waiting weeks for new servers to arrive.&lt;/p&gt;

&lt;p&gt;Zomato during IPL season. BookMyShow during a major concert release. These companies survive traffic spikes because of cloud scalability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reliability&lt;/strong&gt;&lt;br&gt;
Cloud providers offer SLAs (Service Level Agreements) — guarantees that their services will be available a certain percentage of the time. Azure promises 99.9% uptime on most services. That's less than 9 hours of downtime per year.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security&lt;/strong&gt;&lt;br&gt;
Microsoft invests billions in cloud security every year — far more than most individual companies ever could. Physical access controls, encryption, compliance certifications, threat detection — all built in.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost efficiency (CapEx vs OpEx)&lt;/strong&gt;&lt;br&gt;
This was a concept I'd heard but never understood until this module.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CapEx (Capital Expenditure)&lt;/strong&gt; — paying a huge upfront cost for physical infrastructure&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OpEx (Operational Expenditure)&lt;/strong&gt; — paying as you go for what you use&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cloud computing shifts IT spending from CapEx to OpEx. Instead of spending ₹50 lakhs upfront on servers, you pay ₹5,000 a month for exactly what you use. For startups and students building projects — this is a game changer.&lt;/p&gt;




&lt;h3&gt;
  
  
  Module 3 — Describe Cloud Service Types (13 min)
&lt;/h3&gt;

&lt;p&gt;This is the module that finally made IaaS, PaaS, and SaaS make sense to me.&lt;/p&gt;

&lt;p&gt;You've definitely used all three — you just didn't know the names.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;IaaS — Infrastructure as a Service&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Microsoft gives you the raw computing resources — virtual machines, storage, networking. You manage everything on top of it: the operating system, the runtime, your applications.&lt;/p&gt;

&lt;p&gt;Think of it like renting an empty flat. The building exists, the walls are there — but you furnish it yourself.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Example: Running your own server on Azure Virtual Machines&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PaaS — Platform as a Service&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Microsoft handles the infrastructure AND the platform (operating system, runtime, middleware). You just bring your application and your data.&lt;/p&gt;

&lt;p&gt;Think of it like renting a fully furnished flat. You just move in with your stuff.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Example: Deploying a web app on Azure App Service without worrying about the server underneath&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SaaS — Software as a Service&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Microsoft handles everything — infrastructure, platform, AND the software. You just use it.&lt;/p&gt;

&lt;p&gt;Think of it like staying in a hotel. Everything is handled. You just show up.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Example: Microsoft 365, Gmail, Zoom, Canva — you use the software, someone else runs it all&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Understanding these three categories makes you instantly more fluent in tech conversations. When someone says "we're building on PaaS" — you now know exactly what that means.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who should take this course?
&lt;/h2&gt;

&lt;p&gt;This course is genuinely for everyone — not just CS students.&lt;/p&gt;

&lt;p&gt;✅ &lt;strong&gt;BCA / B.Tech students&lt;/strong&gt; — foundational knowledge for any tech career&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;BBA / MBA students&lt;/strong&gt; — cloud is transforming every business; understanding it gives you an edge&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Non-CS students&lt;/strong&gt; — you use cloud services every day; knowing how they work makes you more informed&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Job seekers&lt;/strong&gt; — "cloud knowledge" appears in thousands of Indian job listings across every sector&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Complete beginners&lt;/strong&gt; — the only prerequisite is basic familiarity with IT concepts  &lt;/p&gt;




&lt;h2&gt;
  
  
  What I earned by completing it
&lt;/h2&gt;

&lt;p&gt;After finishing all 3 modules I earned:&lt;/p&gt;

&lt;p&gt;🏆 The &lt;strong&gt;"Introduction to Cloud Infrastructure: Describe Cloud Concepts"&lt;/strong&gt; trophy on my Microsoft Learn profile&lt;br&gt;&lt;br&gt;
⚡ &lt;strong&gt;2,500 XP&lt;/strong&gt; added to my learning profile&lt;br&gt;&lt;br&gt;
📄 A verifiable achievement I can share on LinkedIn  &lt;/p&gt;

&lt;p&gt;And this is just Part 1 of 4 in the Azure Fundamentals series. Parts 2, 3, and 4 cover Azure architecture, management, governance, and hands-on projects.&lt;/p&gt;




&lt;h2&gt;
  
  
  Start right here — it's completely free
&lt;/h2&gt;

&lt;p&gt;No fees. No credit card. Just a free Microsoft account (which you probably already have).&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Introduction to Cloud Infrastructure: Describe Cloud Concepts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://learn.microsoft.com/training/paths/azure-fundamentals/?wt.mc_id=studentamb_509564" rel="noopener noreferrer"&gt;https://learn.microsoft.com/training/paths/azure-fundamentals/?wt.mc_id=studentamb_509564&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The full series prepares you for the &lt;strong&gt;AZ-900: Microsoft Azure Fundamentals&lt;/strong&gt; certification — one of the most recognized entry-level cloud certifications in the industry.&lt;/p&gt;




&lt;h2&gt;
  
  
  My honest take
&lt;/h2&gt;

&lt;p&gt;I went into this course thinking "cloud" was just a buzzword that tech people throw around.&lt;/p&gt;

&lt;p&gt;I came out understanding why every single tech company in the world is either on the cloud already or moving there right now. I understand why startups choose Azure over buying servers. I understand what my college seniors mean when they talk about deploying apps.&lt;/p&gt;

&lt;p&gt;56 minutes. 3 modules. Free.&lt;/p&gt;

&lt;p&gt;If you've been meaning to learn about cloud but kept putting it off because it sounded complicated — this is the sign to just start.&lt;/p&gt;

&lt;p&gt;Drop a comment below if you take it. I'd love to know what you think. 👇&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This article is part of my Microsoft Learn Student Ambassador journey — where I learn, document, and share free Microsoft resources with students who deserve access to them.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;code&gt;azure&lt;/code&gt; &lt;code&gt;cloud&lt;/code&gt; &lt;code&gt;beginners&lt;/code&gt; &lt;code&gt;microsoft&lt;/code&gt; &lt;code&gt;learning&lt;/code&gt; &lt;code&gt;career&lt;/code&gt; &lt;code&gt;students&lt;/code&gt; &lt;code&gt;webdev&lt;/code&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>productivity</category>
      <category>azure</category>
    </item>
    <item>
      <title>I Thought AI Was Too Complicated for Me — Then I Found This Free Microsoft Course No coding. No fees. No experience needed. Just curiosity.</title>
      <dc:creator>Mrityunjai Sachan</dc:creator>
      <pubDate>Sat, 11 Apr 2026 06:32:11 +0000</pubDate>
      <link>https://dev.to/mrityunjai_sachan_0278e02/i-thought-ai-was-too-complicated-for-me-then-i-found-this-free-microsoft-course-no-coding-no-46l9</link>
      <guid>https://dev.to/mrityunjai_sachan_0278e02/i-thought-ai-was-too-complicated-for-me-then-i-found-this-free-microsoft-course-no-coding-no-46l9</guid>
      <description>&lt;p&gt;_&lt;/p&gt;

&lt;h2&gt;
  
  
  Let me be honest with you
&lt;/h2&gt;

&lt;p&gt;A few months ago, if someone said "machine learning" to me, I'd nod along pretending I understood — and then immediately Google it the moment they turned away.&lt;br&gt;
AI felt like something reserved for people at MIT or IITs. People who had been coding since they were 12. People who understood math at a level I definitely did not.&lt;br&gt;
I was wrong.&lt;br&gt;
And this article is me telling you exactly how I found out I was wrong — and what I did about it.&lt;/p&gt;

&lt;p&gt;The moment everything changed&lt;br&gt;
I recently joined the Microsoft Learn Student Ambassador (MLSA) program. As part of the journey, I was pointed toward a free learning path on Microsoft Learn called:&lt;/p&gt;

&lt;h2&gt;
  
  
  "Get Started with AI on Azure"
&lt;/h2&gt;

&lt;p&gt;I almost skipped it. Sounded technical. Sounded advanced. Sounded like something I'd open, get confused by in 5 minutes, and close.&lt;br&gt;
But I didn't skip it. And in a few hours, something clicked that hadn't clicked in years of hearing about AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I actually learned (in plain English)
&lt;/h2&gt;

&lt;p&gt;Here's what this course covers — and I'm going to explain each one the way I wish someone had explained it to me.&lt;/p&gt;

&lt;h2&gt;
  
  
  How machine learning actually works
&lt;/h2&gt;

&lt;p&gt;You know how Spotify knows what song you want to hear next? Or how Gmail knows which emails are spam?&lt;br&gt;
That's machine learning. And it's not magic — it's pattern recognition at massive scale.&lt;br&gt;
The course explains this with real examples, no scary math, no complex code. Just the concept, clearly explained. By the end of module 1, I finally understood what people mean when they say "the model was trained on data."&lt;/p&gt;

&lt;h2&gt;
  
  
  How computers see and understand images
&lt;/h2&gt;

&lt;p&gt;Ever wondered how your phone unlocks with your face? Or how Google Photos groups all your pictures of the same person together?&lt;br&gt;
That's computer vision. The course walks you through how AI systems analyze images — identifying objects, reading text, detecting faces, understanding scenes.&lt;br&gt;
It genuinely blew my mind that this is now something anyone can build using Azure's pre-built AI services. No PhD required.&lt;/p&gt;

&lt;h2&gt;
  
  
  How ChatGPT and similar tools are actually built
&lt;/h2&gt;

&lt;p&gt;This was the part I was most curious about — and it delivered.&lt;br&gt;
The course explains Natural Language Processing (NLP) in a way that finally made sense to me. How AI systems understand the words you type. How they generate responses. What's actually happening when you have a conversation with an AI chatbot.&lt;br&gt;
Understanding this changed how I use AI tools. I now know why certain prompts work better than others.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to use Azure AI services from scratch
&lt;/h2&gt;

&lt;p&gt;This is where it gets genuinely exciting.&lt;br&gt;
Microsoft has pre-built AI services you can use without building anything from scratch. Things like:&lt;/p&gt;

&lt;p&gt;Azure Computer Vision — analyze images automatically&lt;br&gt;
Azure Language Service — understand and process text&lt;br&gt;
Azure Bot Service — build chatbots&lt;br&gt;
Azure OpenAI Service — access GPT models&lt;/p&gt;

&lt;p&gt;The course shows you what these are, how they work, and how real companies use them. You don't need to write a single line of code to understand this.&lt;/p&gt;

&lt;p&gt;Who is this course for?&lt;br&gt;
Let me be very direct:&lt;br&gt;
✅ You have zero AI experience&lt;br&gt;
✅ You've always been curious but never knew where to start&lt;br&gt;
✅ You're a student in any field — CS, BCA, BBA, even arts&lt;br&gt;
✅ You use AI tools like ChatGPT but don't understand how they work&lt;br&gt;
✅ You want something to add to your resume that actually means something&lt;br&gt;
❌ You do NOT need to know coding&lt;br&gt;
❌ You do NOT need a math background&lt;br&gt;
❌ You do NOT need to pay anything&lt;/p&gt;

&lt;p&gt;The part that surprised me most&lt;br&gt;
I expected this to be a dry, boring, corporate-style training.&lt;br&gt;
It wasn't.&lt;br&gt;
The Microsoft Learn platform is actually well-designed for students. Each module has:&lt;/p&gt;

&lt;p&gt;Short, readable lessons (no 3-hour video lectures)&lt;br&gt;
Knowledge checks at the end so you actually retain things&lt;br&gt;
Badges and XP you earn as you progress&lt;br&gt;
A trophy when you complete the full learning path&lt;/p&gt;

&lt;p&gt;That trophy shows up on your Microsoft Learn public profile — which you can link on your LinkedIn and resume.&lt;/p&gt;

&lt;p&gt;How to get started right now&lt;/p&gt;

&lt;p&gt;Click the link below&lt;br&gt;
Sign in with any Microsoft account (or create one free — takes 2 minutes)&lt;br&gt;
Click "Start" on the first module&lt;br&gt;
That's it&lt;/p&gt;

&lt;h2&gt;
  
  
  👉 Get Started with AI on Azure — Free Microsoft Learn Path
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://learn.microsoft.com/training/paths/get-started-with-artificial-intelligence-on-azure/?wt.mc_id=studentamb_509564" rel="noopener noreferrer"&gt;Azure AI Fundamentals&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One more thing&lt;br&gt;
I'm sharing this as part of my Microsoft Learn Student Ambassador journey — a program where students learn, share, and build communities around Microsoft technologies.&lt;br&gt;
If you complete this course, drop a comment below. I'd love to know what you thought of it — especially if you're someone who was scared of AI before clicking that link.&lt;br&gt;
Because honestly? A few weeks ago, I was too.&lt;/p&gt;

&lt;p&gt;Found this useful? Share it with one friend who thinks AI is "not for them." It might change their mind the same way it changed mine.&lt;/p&gt;

&lt;p&gt;_&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>microsoft</category>
      <category>azure</category>
    </item>
  </channel>
</rss>
