<?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: Adarsh Jaiswal</title>
    <description>The latest articles on DEV Community by Adarsh Jaiswal (@asliadarsh).</description>
    <link>https://dev.to/asliadarsh</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%2F3964079%2F580c4859-77c9-4d8b-b29e-1606dabd5465.jpg</url>
      <title>DEV Community: Adarsh Jaiswal</title>
      <link>https://dev.to/asliadarsh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asliadarsh"/>
    <language>en</language>
    <item>
      <title>My DevOps Journey</title>
      <dc:creator>Adarsh Jaiswal</dc:creator>
      <pubDate>Tue, 02 Jun 2026 08:08:07 +0000</pubDate>
      <link>https://dev.to/asliadarsh/my-devops-journey-al1</link>
      <guid>https://dev.to/asliadarsh/my-devops-journey-al1</guid>
      <description>&lt;p&gt;When I first started writing code, my ultimate goal was simple: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Make it work.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But as my applications grew, a new set of questions kept me up at night:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How do I ensure this app runs identically on a server as it does on my laptop?&lt;/li&gt;
&lt;li&gt;How do I securely scale infrastructure when traffic spikes?&lt;/li&gt;
&lt;li&gt;How do I automate the delivery pipeline so deployment becomes a non-event?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Driven by this curiosity, I decided to transition from just writing code to understanding the entire lifecycle of software delivery. I didn't want to just watch tutorials—I wanted to get my hands dirty.&lt;/p&gt;

&lt;p&gt;Today, I’m excited to share the culmination of that effort: my DevOps Practice Repository! 🛠️&lt;/p&gt;

&lt;h2&gt;
  
  
  📂 What’s Inside the Repository?
&lt;/h2&gt;

&lt;p&gt;I structured this repo into progressive, isolated modules to document my hands-on learning across major cloud and automation technologies:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🐳 Docker (17 Tasks):&lt;/strong&gt; Advanced containerization patterns, multi-stage production builds (Vite/React/Nginx), resource limits, health checks, and Docker Swarm.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🏗️ Terraform (GCP &amp;amp; DigitalOcean):&lt;/strong&gt; A 14-level progressive track on Google Cloud covering Custom VPCs, Cloud NAT, private Cloud SQL, module composition, and Workload Identity Federation (OIDC) for secretless authentication.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;☸️ Kubernetes (12 Tasks):&lt;/strong&gt; Managing self-healing Deployments, Ingress routing, persistent storage (PVCs), and microservice orchestration.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔁 Nginx (11 Tasks):&lt;/strong&gt; Building high-performance configurations for reverse proxying, load balancing, rate limiting, and security hardening.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🌿 Git Mastery (~40+ Scenarios):&lt;/strong&gt; Deep dive into advanced workflows including interactive rebasing, bisect, reflog, and complex conflict resolution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Capstone:&lt;/strong&gt; To tie it all together, I built the Totes App—a full-stack FastAPI + React application, containerized via Docker Compose, and deployed automatically through a GitHub Actions CI/CD pipeline to Azure App Service.&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 My Biggest Takeaway
&lt;/h2&gt;

&lt;p&gt;DevOps isn't just a collection of tools; it’s a mindset centered around automation, reliability, and security. Building this repository taught me how to bridge the gap between development and operations to build genuinely resilient systems.&lt;/p&gt;

&lt;p&gt;Whether you're a fellow engineer looking for configuration references, a mentor, or a recruiter, I’d love for you to check out the codebase! (It is fully open-source under the MIT License).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;👉 Explore the code here:&lt;/strong&gt; &lt;a href="https://github.com/asliAdarsh/devops-practice" rel="noopener noreferrer"&gt;asliadarsh-devops-practice&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>docker</category>
      <category>terraform</category>
    </item>
  </channel>
</rss>
