<?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: Sunday Micheal</title>
    <description>The latest articles on DEV Community by Sunday Micheal (@sunday_micheal_0420a84c86).</description>
    <link>https://dev.to/sunday_micheal_0420a84c86</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%2F3628477%2F079359f0-3f53-4d3b-bd16-48f0265305ae.png</url>
      <title>DEV Community: Sunday Micheal</title>
      <link>https://dev.to/sunday_micheal_0420a84c86</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sunday_micheal_0420a84c86"/>
    <language>en</language>
    <item>
      <title>🚀 Deploying My First Portfolio on Killercoda Using Nginx — A Beginner DevOps Walkthrough</title>
      <dc:creator>Sunday Micheal</dc:creator>
      <pubDate>Tue, 25 Nov 2025 17:40:31 +0000</pubDate>
      <link>https://dev.to/sunday_micheal_0420a84c86/deploying-my-first-portfolio-on-killercoda-using-nginx-a-beginner-devops-walkthrough-3ale</link>
      <guid>https://dev.to/sunday_micheal_0420a84c86/deploying-my-first-portfolio-on-killercoda-using-nginx-a-beginner-devops-walkthrough-3ale</guid>
      <description>&lt;p&gt;As part of my DevOps learning journey, I was given an assignment to deploy a personal portfolio website on Killercoda using Nginx. This hands-on project taught me how to host a static website on a remote Linux environment, configure a web server, and use Git for deployment — all essential DevOps skills.&lt;/p&gt;

&lt;p&gt;In this article, I’ll walk you through every step I took.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 1. Downloading a Starter Template
&lt;/h2&gt;

&lt;p&gt;I started by downloading a portfolio template from StartBootstrap.&lt;br&gt;
This gave me a clean base to work with.&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2Fozv3jhrfenk94ghgtz0s.png" class="article-body-image-wrapper"&gt;&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%2Fozv3jhrfenk94ghgtz0s.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 2. Extracting the Project &amp;amp; Opening It in VS Code
&lt;/h2&gt;

&lt;p&gt;After downloading, I extracted the ZIP file and opened the project folder in Visual Studio Code.&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2Fl80munkmb57xt9mg8dak.png" class="article-body-image-wrapper"&gt;&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%2Fl80munkmb57xt9mg8dak.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In VS Code, I customized the template with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;My name&lt;/li&gt;
&lt;li&gt;My bio&lt;/li&gt;
&lt;li&gt;Updated projects and contacts&lt;/li&gt;
&lt;li&gt;Adjusted colors and layout&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="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%2F8x46t1bh87eix3m3o0wg.png" class="article-body-image-wrapper"&gt;&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%2F8x46t1bh87eix3m3o0wg.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2Fh4m0m6a5lsndd0y3t1vp.png" class="article-body-image-wrapper"&gt;&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%2Fh4m0m6a5lsndd0y3t1vp.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="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%2Fas8w0zpxpnhwrhsebo53.png" class="article-body-image-wrapper"&gt;&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%2Fas8w0zpxpnhwrhsebo53.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="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%2Fv8z27xoblnm8ocl86p95.png" class="article-body-image-wrapper"&gt;&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%2Fv8z27xoblnm8ocl86p95.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 3. Pushing the Project to GitHub
&lt;/h2&gt;

&lt;p&gt;Once the edits were done, I initialized a Git repository and pushed the project online:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git init&lt;br&gt;
git remote add origin &amp;lt;my-repo-url&amp;gt;&lt;br&gt;
git add .&lt;br&gt;
git commit -m "Initial commit"&lt;br&gt;
git push -u origin main&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F4wo8153jlnt02eaj4qnj.png" class="article-body-image-wrapper"&gt;&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%2F4wo8153jlnt02eaj4qnj.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
This step made deployment easier since I could simply clone the repo on the server.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 4. Opening a Killercoda Playground
&lt;/h2&gt;

&lt;p&gt;I visited:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://killercoda.com/playgrounds/scenario/ubuntu" rel="noopener noreferrer"&gt;https://killercoda.com/playgrounds/scenario/ubuntu&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This opened a live Ubuntu environment where I could run commands and deploy my project.&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2Fl28up0r99ravsm6g0bm5.png" class="article-body-image-wrapper"&gt;&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%2Fl28up0r99ravsm6g0bm5.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 5. Installing Nginx
&lt;/h2&gt;

&lt;p&gt;Inside the Killercoda terminal, I installed Nginx:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo apt install nginx -y&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F2uevh4w4p3pnzipa59er.png" class="article-body-image-wrapper"&gt;&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%2F2uevh4w4p3pnzipa59er.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="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%2Fjbi75fufznn3tu9iayr8.png" class="article-body-image-wrapper"&gt;&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%2Fjbi75fufznn3tu9iayr8.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
After installation, I confirmed Nginx was running:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;which nginx&lt;br&gt;
nginx -v&lt;br&gt;
sudo systemctl status nginx&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F36yz2xm0y9p3hof4gmfk.png" class="article-body-image-wrapper"&gt;&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%2F36yz2xm0y9p3hof4gmfk.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="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%2Frvab28k7cnlqeyrcfhzr.png" class="article-body-image-wrapper"&gt;&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%2Frvab28k7cnlqeyrcfhzr.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
Everything was working perfectly.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 6. Opening the Web Traffic/Port
&lt;/h2&gt;

&lt;p&gt;From the Killercoda menu, I opened the traffic/port view.&lt;/p&gt;

&lt;p&gt;Then I ran port 80 to see the default Nginx welcome page.&lt;/p&gt;

&lt;p&gt;This confirmed that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Nginx is running&lt;/li&gt;
&lt;li&gt;Port 80 is open&lt;/li&gt;
&lt;li&gt;The server is serving a default webpage
&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%2Faj503vf1v4827q058npi.png" alt=" " width="800" height="449"&gt;
&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%2F8hp9zma9cn01zs7mxwww.png" alt=" " width="800" height="449"&gt;
&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%2Fmbhzn2zzmsvvbngzbkji.png" alt=" " width="800" height="449"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ✅ 7. Navigating to the Web Server Directory
&lt;/h2&gt;

&lt;p&gt;By default, Nginx serves files from:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;/var/www/html&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I checked the folder:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ls /var/www/html&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I found a file:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;index.nginx-debian.html&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="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%2F28amnvsbz593rmdo8182.png" class="article-body-image-wrapper"&gt;&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%2F28amnvsbz593rmdo8182.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the default Nginx landing page.&lt;br&gt;
&lt;a href="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%2Fnsiriohm6800ksltg3qj.png" class="article-body-image-wrapper"&gt;&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%2Fnsiriohm6800ksltg3qj.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 8. Removing the Default Nginx File
&lt;/h2&gt;

&lt;p&gt;To prepare the directory for my project, I removed the default index file:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo rm /var/www/html/index.nginx-debian.html&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F7jhzz6wpaxpsz9dufyjj.png" class="article-body-image-wrapper"&gt;&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%2F7jhzz6wpaxpsz9dufyjj.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 9. Cloning My GitHub Project
&lt;/h2&gt;

&lt;p&gt;Next, I switched into the web root:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;cd /var/www/html&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then I cloned my portfolio repo:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo git clone &amp;lt;my-github-repo-url&amp;gt; .&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F68ob1rq92eo1uzu9ku6u.png" class="article-body-image-wrapper"&gt;&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%2F68ob1rq92eo1uzu9ku6u.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After cloning, I verified the files:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ls /var/www/html&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2Fj2xtaeax9xre74t2whqy.png" class="article-body-image-wrapper"&gt;&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%2Fj2xtaeax9xre74t2whqy.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All my project files were successfully copied into the server directory.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ 10. Viewing the Live Website
&lt;/h2&gt;

&lt;p&gt;Killercoda provided a temporary public URL:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://6c7ccb24b1e1-10-244-14-10-80.spch.r.killercoda.com" rel="noopener noreferrer"&gt;https://6c7ccb24b1e1-10-244-14-10-80.spch.r.killercoda.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After refreshing the page, my portfolio loaded perfectly — fully deployed and running on Nginx!&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F7vygpuvcxcc8jhwfqmfp.png" class="article-body-image-wrapper"&gt;&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%2F7vygpuvcxcc8jhwfqmfp.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎉 Final Result&lt;/p&gt;

&lt;p&gt;I successfully:&lt;/p&gt;

&lt;p&gt;✔ Customized a Bootstrap website&lt;br&gt;
✔ Pushed it to GitHub&lt;br&gt;
✔ Installed and configured Nginx&lt;br&gt;
✔ Removed the default server files&lt;br&gt;
✔ Deployed my project using git clone&lt;br&gt;
✔ Hosted a live site on Killercoda&lt;/p&gt;

&lt;p&gt;This project helped me understand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Web servers&lt;/li&gt;
&lt;li&gt;Linux directory structure&lt;/li&gt;
&lt;li&gt;Git-based deployment&lt;/li&gt;
&lt;li&gt;Static website hosting&lt;/li&gt;
&lt;li&gt;Basic DevOps workflow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🧠 What I Learned&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How Nginx serves files from /var/www/html&lt;/li&gt;
&lt;li&gt;How to replace a default server page with your own&lt;/li&gt;
&lt;li&gt;How to deploy directly from GitHub&lt;/li&gt;
&lt;li&gt;How Killercoda can be used as a free cloud environment&lt;/li&gt;
&lt;li&gt;Confidence in using Linux commands&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📌 Conclusion&lt;/p&gt;

&lt;p&gt;This was a simple but powerful DevOps exercise. I deployed a real website on a live Linux server using Nginx — without needing AWS, Azure, or a VPS.&lt;/p&gt;

&lt;p&gt;If you’re also learning DevOps, I highly recommend trying this workflow!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>devops</category>
      <category>career</category>
    </item>
  </channel>
</rss>
