<?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: Priyanka Vuddemari</title>
    <description>The latest articles on DEV Community by Priyanka Vuddemari (@priyanka_vuddemari).</description>
    <link>https://dev.to/priyanka_vuddemari</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%2F4124910%2F08efe1ab-3d59-41c1-82c9-1dc9d88ee4b4.png</url>
      <title>DEV Community: Priyanka Vuddemari</title>
      <link>https://dev.to/priyanka_vuddemari</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priyanka_vuddemari"/>
    <language>en</language>
    <item>
      <title>I'm Taking the Cloud Resume Challenge — Here's What It Is</title>
      <dc:creator>Priyanka Vuddemari</dc:creator>
      <pubDate>Mon, 14 Sep 2026 17:08:07 +0000</pubDate>
      <link>https://dev.to/priyanka_vuddemari/im-taking-the-cloud-resume-challenge-heres-what-it-is-2394</link>
      <guid>https://dev.to/priyanka_vuddemari/im-taking-the-cloud-resume-challenge-heres-what-it-is-2394</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I recently came across something called the &lt;strong&gt;Cloud Resume Challenge&lt;/strong&gt; by Forrest Brazeal, and I decided to go for it. I'll be documenting my journey here week by week — the wins, the confusion, and everything in between.&lt;/p&gt;

&lt;p&gt;But first,  what even is this challenge?&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the Cloud Resume Challenge?
&lt;/h2&gt;

&lt;p&gt;The Cloud Resume Challenge is a hands-on project designed to help you build and demonstrate real cloud skills. Instead of just reading docs or watching tutorials, you actually &lt;em&gt;build something&lt;/em&gt; a resume website and use a whole stack of cloud services to deploy and run it properly.&lt;/p&gt;

&lt;p&gt;It was created by &lt;strong&gt;Forrest Brazeal&lt;/strong&gt;, a cloud architect and AWS Community Hero, as a way to bridge the gap between "I passed a certification" and "I can actually build things on AWS."&lt;/p&gt;

&lt;h2&gt;
  
  
  What does the full challenge involve?
&lt;/h2&gt;

&lt;p&gt;Here's the big picture of what you end up building by the end:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;☁️ A resume hosted as a &lt;strong&gt;static website on AWS S3&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🌍 Served globally via &lt;strong&gt;CloudFront&lt;/strong&gt; (AWS's CDN)&lt;/li&gt;
&lt;li&gt;🔒 HTTPS enabled with an &lt;strong&gt;SSL certificate&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🌐 Accessible via a &lt;strong&gt;custom domain&lt;/strong&gt; registered in Route 53&lt;/li&gt;
&lt;li&gt;👀 A &lt;strong&gt;visitor counter&lt;/strong&gt; that tracks how many people view your resume&lt;/li&gt;
&lt;li&gt;⚡ The counter powered by &lt;strong&gt;AWS Lambda&lt;/strong&gt; (serverless functions)&lt;/li&gt;
&lt;li&gt;🗄️ Visit count stored in &lt;strong&gt;DynamoDB&lt;/strong&gt; (a NoSQL database)&lt;/li&gt;
&lt;li&gt;🔗 Everything connected through an &lt;strong&gt;API Gateway&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🧪 Tests written for your backend code&lt;/li&gt;
&lt;li&gt;🏗️ Infrastructure defined as &lt;strong&gt;code using AWS SAM&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🔄 A &lt;strong&gt;CI/CD pipeline&lt;/strong&gt; so changes deploy automatically&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Yeah — it's a lot. But that's the point. You touch almost every layer of a real cloud application.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why am I doing this?
&lt;/h2&gt;

&lt;p&gt;I'm a &lt;strong&gt;Test Automation Specialist&lt;/strong&gt; working as SRE for some time now and looking to level up my cloud skills. I work with CI/CD pipelines and infrastructure daily, so understanding AWS deeply just makes sense for where I want to go.&lt;/p&gt;

&lt;p&gt;Also, honestly building something real always beats studying in isolation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Week 1 about:
&lt;/h2&gt;

&lt;p&gt;Week 1 is all about the frontend — building the actual resume HTML page, pushing it to GitHub, hosting it on S3, setting up CloudFront, SSL, and a custom domain.&lt;/p&gt;

&lt;p&gt;I'll be posting a full breakdown of what I built and what I learned very soon.&lt;/p&gt;

&lt;p&gt;If you're thinking about taking on the challenge too do it don't think about it much  &lt;/p&gt;




&lt;p&gt;&lt;em&gt;This is Post 1 of my Cloud Resume Challenge series. Follow along for weekly updates!&lt;/em&gt;&lt;/p&gt;

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