<?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: SANGEETH</title>
    <description>The latest articles on DEV Community by SANGEETH (@sangeethkc).</description>
    <link>https://dev.to/sangeethkc</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%2F942762%2F21cd0e4b-f903-45bb-b884-1134eeb31c6f.jpg</url>
      <title>DEV Community: SANGEETH</title>
      <link>https://dev.to/sangeethkc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sangeethkc"/>
    <language>en</language>
    <item>
      <title>My Cloud Resume Challenge Journey: From Zero to Cloud Hero</title>
      <dc:creator>SANGEETH</dc:creator>
      <pubDate>Sun, 25 Aug 2024 11:52:46 +0000</pubDate>
      <link>https://dev.to/sangeethkc/my-cloud-resume-challenge-journey-from-zero-to-cloud-hero-2pe7</link>
      <guid>https://dev.to/sangeethkc/my-cloud-resume-challenge-journey-from-zero-to-cloud-hero-2pe7</guid>
      <description>&lt;h3&gt;
  
  
  Hey there!
&lt;/h3&gt;

&lt;p&gt;I’m Sangeeth, a PHP developer who’s been dabbling in the world of web development for about two years now. Recently, I decided it was time to level up and get serious about cloud computing. Enter the &lt;a href="https://cloudresumechallenge.dev/" rel="noopener noreferrer"&gt;Cloud Resume Challenge&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This challenge, dreamed up by Forrest Brazeal, is a super cool way to get hands-on with cloud tech. It’s not just about putting your resume online—it’s about building a cloud-powered resume website from scratch using AWS, and trust me, it’s way more fun than it sounds!&lt;/p&gt;

&lt;h3&gt;
  
  
  So, What’s the Deal?
&lt;/h3&gt;

&lt;p&gt;The Cloud Resume Challenge is basically like a to-do list for learning cloud stuff:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make a resume website and host it on AWS S3.&lt;/li&gt;
&lt;li&gt;Get a custom domain name and make sure your site is secure with HTTPS.&lt;/li&gt;
&lt;li&gt;Add a visitor counter that uses AWS Lambda and DynamoDB.&lt;/li&gt;
&lt;li&gt;Automate everything with infrastructure as Code (Terraform, anyone?).&lt;/li&gt;
&lt;li&gt;Set up a CI/CD pipeline so your site updates automatically whenever you change something on GitHub.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s the perfect mix of coding, cloud, and a bit of head-scratching.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I Got It Done
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Building the Website
&lt;/h4&gt;

&lt;p&gt;First up, I whipped up a simple resume site using good old HTML and CSS. I didn’t go too fancy—just clean, readable, and to the point. My focus was on making sure everything looked good and worked smoothly.&lt;/p&gt;

&lt;h4&gt;
  
  
  Hosting on AWS S3
&lt;/h4&gt;

&lt;p&gt;Once my site was ready, I uploaded it to an Amazon S3 bucket. This part was pretty easy—it was just a matter of setting up the bucket and making sure it was publicly accessible. Boom! My resume was live on the internet.&lt;/p&gt;

&lt;h4&gt;
  
  
  Distributing with AWS CloudFront
&lt;/h4&gt;

&lt;p&gt;To make sure my website loaded quickly for visitors around the world, I set up AWS CloudFront as a content delivery network (CDN). This distributed my content globally, improving performance and providing an extra layer of security.&lt;/p&gt;

&lt;h4&gt;
  
  
  Getting My Domain and SSL
&lt;/h4&gt;

&lt;p&gt;Next, I grabbed a custom domain from &lt;a href="https://www.godaddy.com/" rel="noopener noreferrer"&gt;GoDaddy&lt;/a&gt; and hooked it up using AWS Route 53. This was a bit tricky, but I managed to set up the DNS so my site could be accessed through a nice, clean URL. Then I secured everything with HTTPS using AWS Certificate Manager—because who doesn’t love a little padlock icon next to their URL?&lt;/p&gt;

&lt;h4&gt;
  
  
  Adding a Visitor Counter with Lambda and DynamoDB
&lt;/h4&gt;

&lt;p&gt;The visitor counter was where things got interesting. I used AWS Lambda to create a serverless function that would update a visitor count in DynamoDB every time someone hit my site. Then, with a bit of JavaScript magic, I displayed the count on my homepage. Seeing that number tick up felt awesome!&lt;/p&gt;

&lt;h4&gt;
  
  
  Automating with Terraform
&lt;/h4&gt;

&lt;p&gt;To keep things organized, I used Terraform to manage all the AWS resources. This was a bit of a learning curve, but it was worth it. Now, I can spin up my whole infrastructure with a single command. How cool is that?&lt;/p&gt;

&lt;h4&gt;
  
  
  Setting Up CI/CD with GitHub Actions
&lt;/h4&gt;

&lt;p&gt;Finally, I set up a CI/CD pipeline with GitHub Actions. Now, whenever I push changes to my GitHub repo, the site automatically updates. No more manual deployments—just smooth, automated awesomeness.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I Learned
&lt;/h3&gt;

&lt;p&gt;Honestly, this challenge was a mix of fun and frustration. Setting up the CI/CD pipeline was a bit of a headache, and I ran into a few snags with the Lambda function too. But each time I hit a wall, I learned something new. By the end of it, I felt way more confident in my cloud skills.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Final Product
&lt;/h3&gt;

&lt;p&gt;In the end, I had a fully functional, cloud-powered resume website. It’s nothing flashy, but it’s mine, and it shows what I can do. If you want to check it out, here’s the link: &lt;a href="https://resume.sangeeth.cloud" rel="noopener noreferrer"&gt;My Cloud Resume&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Wrapping Up
&lt;/h3&gt;

&lt;p&gt;Taking on the Cloud Resume Challenge was totally worth it. I got hands-on experience with AWS, learned how to automate my infrastructure, and ended up with a resume website that’s way cooler than anything I had before. Plus, it’s a great conversation starter for job interviews!&lt;/p&gt;

&lt;p&gt;If you’re thinking about getting into cloud computing, I’d say go for it. This challenge is a great way to dive in and start building real-world skills.&lt;/p&gt;

&lt;h3&gt;
  
  
  Let’s Chat!
&lt;/h3&gt;

&lt;p&gt;If you’ve got any questions or just want to say hi, drop a comment below or hit me up on &lt;a href="https://www.linkedin.com/in/sangeethkc/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; or &lt;a href="https://github.com/sangeethkc/" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;. I’d love to connect and geek out over cloud stuff.&lt;/p&gt;

&lt;h3&gt;
  
  
  Resources That Helped Me
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.aws.amazon.com/" rel="noopener noreferrer"&gt;AWS Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.terraform.io/docs/" rel="noopener noreferrer"&gt;Terraform Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.github.com/en/actions" rel="noopener noreferrer"&gt;GitHub Actions Docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>cloud</category>
      <category>aws</category>
      <category>terraform</category>
      <category>cloudresumechallenge</category>
    </item>
  </channel>
</rss>
