<?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: Ishu</title>
    <description>The latest articles on DEV Community by Ishu (@ishukushwah).</description>
    <link>https://dev.to/ishukushwah</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3440316%2Fb9413c6f-229f-49d1-953b-a7f262175eb6.png</url>
      <title>DEV Community: Ishu</title>
      <link>https://dev.to/ishukushwah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishukushwah"/>
    <language>en</language>
    <item>
      <title>From IT Technician to Cloud &amp; DevOps: My Journey Has Just Begun</title>
      <dc:creator>Ishu</dc:creator>
      <pubDate>Tue, 18 Aug 2026 07:06:04 +0000</pubDate>
      <link>https://dev.to/ishukushwah/from-it-technician-to-cloud-devops-my-journey-has-just-begun-flh</link>
      <guid>https://dev.to/ishukushwah/from-it-technician-to-cloud-devops-my-journey-has-just-begun-flh</guid>
      <description>&lt;h1&gt;
  
  
  From IT Technician to Cloud &amp;amp; DevOps: My Journey Has Just Begun
&lt;/h1&gt;

&lt;p&gt;Hi DEV Community! &lt;/p&gt;

&lt;p&gt;This is my very first post here, even though I've been part of this community for over a year (yes, I just unlocked the &lt;strong&gt;One Year Club&lt;/strong&gt; badge and realized I never actually &lt;em&gt;posted&lt;/em&gt; anything ). So let's fix that.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where I'm starting from
&lt;/h2&gt;

&lt;p&gt;I'm currently pursuing my &lt;strong&gt;BCA&lt;/strong&gt;, and alongside my studies, I work as an &lt;strong&gt;IT Technician&lt;/strong&gt; — a role I've been in for about &lt;strong&gt;1.5 years now&lt;/strong&gt;. My day-to-day involves troubleshooting systems, handling support tickets, and keeping things running smoothly for end users.&lt;/p&gt;

&lt;p&gt;It's a solid job, and it's taught me a lot about how infrastructure actually behaves in the real world — not just in theory. But somewhere along the way, I realized I wanted to go &lt;em&gt;deeper&lt;/em&gt;. I didn't just want to fix systems when they broke; I wanted to understand how to build, automate, and scale them.&lt;/p&gt;

&lt;p&gt;That's what pulled me toward &lt;strong&gt;Cloud and DevOps&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AWS and DevOps?
&lt;/h2&gt;

&lt;p&gt;A few reasons, honestly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;IT support gave me the "what."&lt;/strong&gt; DevOps is teaching me the "why" and "how" — why systems fail, how automation prevents that, and how infrastructure can be designed instead of just maintained.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AWS is everywhere.&lt;/strong&gt; Almost every company I look at, big or small, is running something on AWS. Learning it felt like the most practical next step.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;I like fixing things at the root.&lt;/strong&gt; DevOps culture — automating repetitive tasks, catching issues before they become incidents — matches how I already think as a support technician, just at a bigger scale.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I'm learning right now
&lt;/h2&gt;

&lt;p&gt;I'm currently getting hands-on with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core AWS services&lt;/strong&gt; — EC2, S3, IAM, and VPC fundamentals&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Linux&lt;/strong&gt; — because almost everything in this ecosystem runs on it&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Git &amp;amp; GitHub&lt;/strong&gt; — version control basics and workflows&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker&lt;/strong&gt; — understanding containers and why they matter&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shell scripting&lt;/strong&gt; — automating the small repetitive stuff first&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nothing fancy yet. I'm deliberately going slow and making sure I actually &lt;em&gt;understand&lt;/em&gt; each piece instead of rushing to collect certifications.&lt;/p&gt;

&lt;h2&gt;
  
  
  The honest part
&lt;/h2&gt;

&lt;p&gt;Balancing a full-time IT job, BCA coursework, and self-learning AWS/DevOps is not easy. Some days I only get 30–45 minutes to study. But I've learned that consistency beats intensity — a little bit of hands-on practice every day adds up faster than I expected.&lt;/p&gt;

&lt;p&gt;I'm also learning to embrace not knowing things. Coming from support, I was used to having answers. In DevOps, I'm often the one Googling errors at 11 PM — and that's okay. It's part of the process.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;My near-term goals:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Get comfortable enough with AWS to build small real projects (not just tutorials)&lt;/li&gt;
&lt;li&gt;Learn CI/CD basics with GitHub Actions or Jenkins&lt;/li&gt;
&lt;li&gt;Eventually move from "IT Technician" to a Cloud/DevOps role.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I'll be documenting this journey here on DEV — the wins, the confusing errors, and everything in between. If you're on a similar path (support/helpdesk → DevOps/Cloud), I'd genuinely love to connect and swap notes.&lt;/p&gt;

&lt;p&gt;Thanks for reading my first post — more (and hopefully more technical) ones coming soon!&lt;/p&gt;

</description>
      <category>devops</category>
      <category>aws</category>
      <category>beginners</category>
      <category>career</category>
    </item>
  </channel>
</rss>
