<?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: Stephen Lawal</title>
    <description>The latest articles on DEV Community by Stephen Lawal (@stephen_lawal_dfa0e72034f).</description>
    <link>https://dev.to/stephen_lawal_dfa0e72034f</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%2F1488441%2Fffc5a1b7-655a-43d8-abf5-6b6999c01694.jpeg</url>
      <title>DEV Community: Stephen Lawal</title>
      <link>https://dev.to/stephen_lawal_dfa0e72034f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stephen_lawal_dfa0e72034f"/>
    <language>en</language>
    <item>
      <title>How I Hosted My Static Website on Amazon S3 Using the AWS Console</title>
      <dc:creator>Stephen Lawal</dc:creator>
      <pubDate>Fri, 07 Feb 2025 10:46:41 +0000</pubDate>
      <link>https://dev.to/stephen_lawal_dfa0e72034f/how-i-hosted-my-static-website-on-amazon-s3-using-the-aws-console-4o2m</link>
      <guid>https://dev.to/stephen_lawal_dfa0e72034f/how-i-hosted-my-static-website-on-amazon-s3-using-the-aws-console-4o2m</guid>
      <description>&lt;p&gt;As I continue learning cloud computing and getting hands-on with AWS, I decided to host a simple static website using Amazon S3. Since my website only contains HTML and CSS, S3’s static website hosting was the perfect solution—no need for servers or backend configurations. In this article, I’ll share exactly how I set it up using the AWS Management Console.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Chose Amazon S3
&lt;/h2&gt;

&lt;p&gt;I wanted a cost-effective and easy-to-manage way to host a simple website. After researching different hosting options, S3 stood out because:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;It's affordable&lt;/strong&gt;-I only pay for what I use.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;It's easy to set up&lt;/strong&gt;-no need to configure web servers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;It's scalable&lt;/strong&gt;-AWS handles traffic fluctuations automatically.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With that in mind, I jumped right into the setup.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Creating an S3 Bucket
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Logging into AWS&lt;/strong&gt;&lt;br&gt;
  First, I logged into the AWS Management Console and searched for S3 &lt;br&gt;
  in the AWS services menu.&lt;br&gt;
&lt;strong&gt;2. Creating the Bucket&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clicked "Create bucket".
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4qdlqunt1haw6lfepf8j.png" alt="Image description" width="800" height="255"&gt;
&lt;/li&gt;
&lt;li&gt;Selected my preferred AWS region.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fljq0qc6k9z5nlmdgtbkb.png" alt="Image description" width="800" height="370"&gt;
&lt;/li&gt;
&lt;li&gt;Disabled "Block all public access" (since I wanted my website to be 
public).
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg1lh23o18fs7s111k04n.png" alt="Image description" width="800" height="354"&gt;
&lt;/li&gt;
&lt;li&gt;Clicked "Create bucket" to finish the setup.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyd0wj4tnm5i6jtz3eceq.png" alt="Image description" width="800" height="357"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At this point, my storage space was ready, but I still needed to upload my website files.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Uploading My Website Files
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Opened my new S3 bucket.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F49x422fcdupqkjiyyn0e.png" alt="Image description" width="800" height="310"&gt;
&lt;/li&gt;
&lt;li&gt;Clicked "Upload".
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqavjjuczfaf8g2o0paa4.png" alt="Image description" width="800" height="370"&gt;
&lt;/li&gt;
&lt;li&gt;Clicked "Add files" and selected my index.html and image
 folder.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5unty2qf5uus1b57lspz.png" alt="Image description" width="800" height="377"&gt;
&lt;/li&gt;
&lt;li&gt;Clicked "Upload" to store them in S3.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc0iu5l0iilkp7ojz8qea.png" alt="Image description" width="800" height="371"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now, my files were in the cloud, but the website wasn’t live yet.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Enabling Static Website Hosting
&lt;/h2&gt;

&lt;p&gt;To make my website accessible via a URL, I had to enable static website hosting:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Opened the Properties tab in my S3 bucket.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftbwn0mpxdwh5p2urjsvc.png" alt="Image description" width="800" height="358"&gt;
&lt;/li&gt;
&lt;li&gt;Scrolled down to Static website hosting and clicked Edit.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqwdnky2ue4t8med8vz11.png" alt="Image description" width="800" height="371"&gt;
&lt;/li&gt;
&lt;li&gt;Selected "Enable".
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftf1jmq1zk4vevyqcxdvs.png" alt="Image description" width="800" height="371"&gt;
&lt;/li&gt;
&lt;li&gt;Chose "Host a static website".
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4vdw7megcoxgxsf8oeqd.png" alt="Image description" width="800" height="330"&gt;
&lt;/li&gt;
&lt;li&gt;Entered s3.html as my Index document.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feujwqobief06pxjqzlwo.png" alt="Image description" width="800" height="330"&gt;
&lt;/li&gt;
&lt;li&gt;Clicked Save changes.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyccdgmlbc270fbil9qvf.png" alt="Image description" width="800" height="375"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After enabling this, AWS provided me with a website endpoint URL, something like this: &lt;a href="http://stephenbucket.s3.us-east-1.amazonaws.com/s3.html" rel="noopener noreferrer"&gt;http://stephenbucket.s3.us-east-1.amazonaws.com/s3.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However, when I tried opening the link, I got an Access Denied error. That meant I needed to allow public access to my files.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Making My Website Public
&lt;/h2&gt;

&lt;p&gt;By default, all S3 files are private, so I had to update permissions.&lt;br&gt;
&lt;strong&gt;1. Adjusting Bucket Permissions&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Opened the Permissions tab in my S3 bucket.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq5cfgnw0bk0wjp2jlwx7.png" alt="Image description" width="800" height="286"&gt;
&lt;/li&gt;
&lt;li&gt;Clicked Edit under Block public access settings.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3u7iiiacgjhppgu542ev.png" alt="Image description" width="800" height="286"&gt;
&lt;/li&gt;
&lt;li&gt;Unchecked "Block all public access".
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnd7z3bjlu91q2o03nkbd.png" alt="Image description" width="800" height="358"&gt;
&lt;/li&gt;
&lt;li&gt;Confirmed the change by typing confirm and clicked Save changes.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbk9hi5o0hhd6uc3n4gmx.png" alt="Image description" width="616" height="296"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Changing Object Permissions&lt;/strong&gt;&lt;br&gt;
Even though I updated the bucket settings, my files were still private. I had to manually make them public:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Went back to the Objects tab.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs67dz5q7okr3vefeyigp.png" alt="Image description" width="800" height="373"&gt;
&lt;/li&gt;
&lt;li&gt;Selected my s3.html file.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fld4xwiv67jnfbrbwqixu.png" alt="Image description" width="800" height="152"&gt;
&lt;/li&gt;
&lt;li&gt;Clicked "Actions" &amp;gt; "Make public".
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fticxyj0xwix8b0wwmmww.png" alt="Image description" width="800" height="374"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now, my website was accessible to the public!&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 5: Testing My Website
&lt;/h2&gt;

&lt;p&gt;To verify everything was working, I:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Opened a browser.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc2f22fawmovxtxc1ohv4.png" alt="Image description" width="800" height="400"&gt;
&lt;/li&gt;
&lt;li&gt;Pasted the S3 website URL from Step 3.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvol2vyqfnbwa7umgxlbp.png" alt="Image description" width="800" height="185"&gt;
&lt;/li&gt;
&lt;li&gt;Saw my website load successfully!
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7h8dvson5n6twq3nv2ym.png" alt="Image description" width="800" height="400"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It was a great feeling to see my work live on the internet, hosted entirely on AWS.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Hosting a static website on S3 was a smooth experience, and I learned a lot about AWS in the process. The AWS Management Console made it easy to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create and configure an S3 bucket.&lt;/li&gt;
&lt;li&gt;Upload and manage website files.&lt;/li&gt;
&lt;li&gt;Enable public access for website hosting.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you’re also exploring AWS, I highly recommend trying this out. It’s a simple yet powerful way to get hands-on cloud experience.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>python</category>
      <category>awschallenge</category>
    </item>
    <item>
      <title>Into the Cloud: A Journey Beyond Limits</title>
      <dc:creator>Stephen Lawal</dc:creator>
      <pubDate>Thu, 09 Jan 2025 15:13:14 +0000</pubDate>
      <link>https://dev.to/stephen_lawal_dfa0e72034f/into-the-cloud-a-journey-beyond-limits-4fno</link>
      <guid>https://dev.to/stephen_lawal_dfa0e72034f/into-the-cloud-a-journey-beyond-limits-4fno</guid>
      <description>&lt;p&gt;Imagine a world where innovation knows no boundaries, where businesses rise and fall on their ability to adapt, scale, and thrive in an instant. This is the realm of cloud computing—a force so transformative, it’s redefining how we connect, create, and conquer the future. My journey into the AWS Cloud Practitioner learning path has felt like stepping into this world for the first time, uncovering the unseen architecture powering the digital age.  &lt;/p&gt;

&lt;p&gt;It all began with &lt;strong&gt;cloud concepts&lt;/strong&gt;, the gateway to understanding a revolution hiding in plain sight. I was introduced to the essence of cloud computing: flexibility, scalability, and cost-efficiency. But these weren’t just buzzwords; they were keys to a new way of thinking. Businesses no longer needed to invest millions in infrastructure—they could build, grow, and innovate at a fraction of the cost, thanks to the cloud.  &lt;/p&gt;

&lt;p&gt;What struck me was the simplicity masking its power. Three service models—Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS)—serve as the foundation for this new era. Each model offers a unique way to create and deliver solutions, tailored to specific needs. The cloud isn’t just a tool; it’s a playground where possibilities are limitless.  &lt;/p&gt;

&lt;p&gt;But understanding the cloud wasn’t enough—I needed to see its engine. That’s where the &lt;strong&gt;AWS global infrastructure&lt;/strong&gt; came in, and it was nothing short of awe-inspiring. AWS spans the globe like a living, breathing entity, with Regions, Availability Zones, and Edge Locations working together in perfect harmony. It’s the backbone of the modern internet, the silent force enabling Netflix to stream without interruption and e-commerce giants to process millions of transactions in seconds.  &lt;/p&gt;

&lt;p&gt;The beauty of AWS’s infrastructure lies in its design. Regions are built to be resilient, with multiple Availability Zones ensuring that even if disaster strikes, operations continue seamlessly. And Edge Locations? They’re the unsung heroes, delivering content at lightning speed, no matter where in the world you are. I explored this network through hands-on exercises, creating resources in specific Regions and witnessing firsthand how AWS brings its promises to life.  &lt;/p&gt;

&lt;p&gt;But this wasn’t just about technology—it was about strategy. Selecting a Region wasn’t as simple as picking the closest one. Compliance, latency, cost—every decision carried weight. It felt less like learning and more like unlocking secrets of the digital world, understanding the precision behind every deployment, every service, every innovation.  &lt;/p&gt;

&lt;p&gt;These first two modules have been nothing short of transformative. They aren’t just lessons; they’re revelations. Cloud computing is more than a tool—it’s a movement, a reshaping of what’s possible. AWS’s infrastructure isn’t just a network—it’s the foundation of a digital empire. And as I dive deeper into this journey, I feel like an explorer standing at the edge of a vast, uncharted land, ready to uncover its secrets.  &lt;/p&gt;

&lt;p&gt;This is just the beginning. The cloud is calling, and I’m ready to answer.&lt;/p&gt;

</description>
      <category>cloudpractitioner</category>
      <category>aws</category>
      <category>beginners</category>
      <category>devops</category>
    </item>
    <item>
      <title>My Journey: From Web Developer to AWS Cloud Practitioner</title>
      <dc:creator>Stephen Lawal</dc:creator>
      <pubDate>Tue, 07 Jan 2025 18:23:13 +0000</pubDate>
      <link>https://dev.to/stephen_lawal_dfa0e72034f/my-journey-from-web-developer-to-aws-cloud-practitioner-2bbg</link>
      <guid>https://dev.to/stephen_lawal_dfa0e72034f/my-journey-from-web-developer-to-aws-cloud-practitioner-2bbg</guid>
      <description>&lt;p&gt;My name is &lt;strong&gt;Stephen Lawal&lt;/strong&gt;, and I am a passionate technologist with a background in &lt;strong&gt;web development&lt;/strong&gt;. Over the years, I have gained extensive experience designing, building, and deploying user-friendly web applications. My journey in technology has been one of continuous learning, adaptability, and a drive to stay at the forefront of innovation.  &lt;/p&gt;

&lt;p&gt;Recently, I have decided to take the next step in my career by transitioning into the world of cloud computing, starting with becoming an &lt;strong&gt;AWS Cloud Practitioner&lt;/strong&gt;. This decision stems from my desire to broaden my technical skill set and contribute to creating scalable, secure, and efficient cloud solutions for businesses.  &lt;/p&gt;

&lt;p&gt;During my web development career, I worked with technologies that required seamless deployment and optimization, which sparked my interest in how cloud infrastructure could enhance efficiency and scalability. AWS, being the industry leader, presented itself as the perfect platform to deepen my knowledge and advance my career in this fast-evolving field.  &lt;/p&gt;

&lt;p&gt;As I pursue the &lt;strong&gt;AWS Cloud Practitioner certification&lt;/strong&gt;, my goal is to build a strong foundation in cloud architecture, storage, networking, and security. This transition will allow me to merge my web development expertise with cloud computing to create innovative solutions that bridge application development and cloud infrastructure.  &lt;/p&gt;

&lt;p&gt;I am excited to embark on this new journey, tackle challenges, and contribute to projects that leverage the power of cloud computing. This move represents not just a career shift but also an opportunity to redefine how I can deliver value through technology.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>webdev</category>
    </item>
    <item>
      <title>My Journey: From Web Developer to AWS Cloud Practitioner</title>
      <dc:creator>Stephen Lawal</dc:creator>
      <pubDate>Tue, 07 Jan 2025 18:23:12 +0000</pubDate>
      <link>https://dev.to/stephen_lawal_dfa0e72034f/my-journey-from-web-developer-to-aws-cloud-practitioner-35i1</link>
      <guid>https://dev.to/stephen_lawal_dfa0e72034f/my-journey-from-web-developer-to-aws-cloud-practitioner-35i1</guid>
      <description>&lt;p&gt;My name is &lt;strong&gt;Stephen Lawal&lt;/strong&gt;, and I am a passionate technologist with a background in &lt;strong&gt;web development&lt;/strong&gt;. Over the years, I have gained extensive experience designing, building, and deploying user-friendly web applications. My journey in technology has been one of continuous learning, adaptability, and a drive to stay at the forefront of innovation.  &lt;/p&gt;

&lt;p&gt;Recently, I have decided to take the next step in my career by transitioning into the world of cloud computing, starting with becoming an &lt;strong&gt;AWS Cloud Practitioner&lt;/strong&gt;. This decision stems from my desire to broaden my technical skill set and contribute to creating scalable, secure, and efficient cloud solutions for businesses.  &lt;/p&gt;

&lt;p&gt;During my web development career, I worked with technologies that required seamless deployment and optimization, which sparked my interest in how cloud infrastructure could enhance efficiency and scalability. AWS, being the industry leader, presented itself as the perfect platform to deepen my knowledge and advance my career in this fast-evolving field.  &lt;/p&gt;

&lt;p&gt;As I pursue the &lt;strong&gt;AWS Cloud Practitioner certification&lt;/strong&gt;, my goal is to build a strong foundation in cloud architecture, storage, networking, and security. This transition will allow me to merge my web development expertise with cloud computing to create innovative solutions that bridge application development and cloud infrastructure.  &lt;/p&gt;

&lt;p&gt;I am excited to embark on this new journey, tackle challenges, and contribute to projects that leverage the power of cloud computing. This move represents not just a career shift but also an opportunity to redefine how I can deliver value through technology.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
