<?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: Uday Raut</title>
    <description>The latest articles on DEV Community by Uday Raut (@uday_raut_28).</description>
    <link>https://dev.to/uday_raut_28</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%2F3805315%2F823b553f-0ab9-40f7-a2e0-561ee468009a.png</url>
      <title>DEV Community: Uday Raut</title>
      <link>https://dev.to/uday_raut_28</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/uday_raut_28"/>
    <language>en</language>
    <item>
      <title>🚀 Deploying My Portfolio with AI using Kuberns | Hackathon Experience</title>
      <dc:creator>Uday Raut</dc:creator>
      <pubDate>Wed, 04 Mar 2026 09:24:29 +0000</pubDate>
      <link>https://dev.to/uday_raut_28/deploying-my-portfolio-with-ai-using-kuberns-hackathon-experience-2ehd</link>
      <guid>https://dev.to/uday_raut_28/deploying-my-portfolio-with-ai-using-kuberns-hackathon-experience-2ehd</guid>
      <description>&lt;p&gt;In today’s development ecosystem, building projects is only half the journey. The real challenge is deploying them and making them accessible to the world.&lt;/p&gt;

&lt;p&gt;Recently, I participated in the Kuberns AI Portfolio Hackathon 2026, where developers were encouraged to deploy their portfolios using AI-powered deployment on Kuberns.&lt;/p&gt;

&lt;p&gt;In this article, I will share my experience deploying my portfolio with Kuberns AI, how easy the process was, and why this platform can be useful for developers and students.&lt;/p&gt;

&lt;p&gt;🌍 About the Kuberns AI Portfolio Hackathon&lt;/p&gt;

&lt;p&gt;The Kuberns AI Portfolio Hackathon 2026 encourages developers to showcase their skills by deploying a live portfolio using AI-powered infrastructure automation.&lt;/p&gt;

&lt;p&gt;The goal of the challenge is simple:&lt;/p&gt;

&lt;p&gt;Build or use an existing portfolio&lt;/p&gt;

&lt;p&gt;Deploy it using Kuberns AI deployment&lt;/p&gt;

&lt;p&gt;Share your experience publicly&lt;/p&gt;

&lt;p&gt;Participants also get opportunities such as:&lt;/p&gt;

&lt;p&gt;💰 $10,000 prize pool&lt;/p&gt;

&lt;p&gt;🏆 Top 30 portfolios get featured&lt;/p&gt;

&lt;p&gt;🎁 Amazon gift cards for top participants&lt;/p&gt;

&lt;p&gt;📜 Participation certificate&lt;/p&gt;

&lt;p&gt;💼 Internship and job opportunities&lt;/p&gt;

&lt;p&gt;Hackathon Link:&lt;br&gt;
&lt;a href="https://unstop.com/hackathons/kuberns-ai-portfolio-hackathon-2026-deploy-your-portfolio-with-ai-marwadi-university-1634588" rel="noopener noreferrer"&gt;https://unstop.com/hackathons/kuberns-ai-portfolio-hackathon-2026-deploy-your-portfolio-with-ai-marwadi-university-1634588&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 My Portfolio Project&lt;/p&gt;

&lt;p&gt;For this challenge, I deployed my developer portfolio website.&lt;/p&gt;

&lt;p&gt;The portfolio showcases:&lt;/p&gt;

&lt;p&gt;My projects&lt;/p&gt;

&lt;p&gt;Technical skills&lt;/p&gt;

&lt;p&gt;Resume&lt;/p&gt;

&lt;p&gt;Contact information&lt;/p&gt;

&lt;p&gt;Developer profile&lt;/p&gt;

&lt;p&gt;Having a live portfolio website is very important for developers because it allows recruiters and collaborators to directly explore your work.&lt;/p&gt;

&lt;p&gt;🌐 Live Portfolio:&lt;br&gt;
&lt;a href="https://portfolio-main-89a6fea.kuberns.cloud" rel="noopener noreferrer"&gt;https://portfolio-main-89a6fea.kuberns.cloud&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🤖 What is Kuberns?&lt;/p&gt;

&lt;p&gt;Kuberns is an AI-powered deployment platform that simplifies the process of deploying web applications.&lt;/p&gt;

&lt;p&gt;Normally, deploying a project involves:&lt;/p&gt;

&lt;p&gt;Setting up servers&lt;/p&gt;

&lt;p&gt;Managing cloud infrastructure&lt;/p&gt;

&lt;p&gt;Configuring CI/CD pipelines&lt;/p&gt;

&lt;p&gt;Debugging build errors&lt;/p&gt;

&lt;p&gt;Kuberns removes these complexities using AI automation.&lt;/p&gt;

&lt;p&gt;Instead of manual configuration, developers can simply:&lt;/p&gt;

&lt;p&gt;1️⃣ Connect GitHub repository&lt;br&gt;
2️⃣ Click Deploy&lt;br&gt;
3️⃣ Let AI handle the rest&lt;/p&gt;

&lt;p&gt;Within minutes, the project becomes live on the internet.&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://kuberns.com" rel="noopener noreferrer"&gt;https://kuberns.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⚙️ My Deployment Experience&lt;/p&gt;

&lt;p&gt;Deploying my portfolio using Kuberns was very simple and fast.&lt;/p&gt;

&lt;p&gt;Step 1: Connect GitHub Repository&lt;/p&gt;

&lt;p&gt;First, I connected my GitHub repository containing the portfolio code to Kuberns.&lt;/p&gt;

&lt;p&gt;The platform automatically detected the project structure.&lt;/p&gt;

&lt;p&gt;Step 2: One Click Deploy&lt;/p&gt;

&lt;p&gt;After connecting the repository, I clicked Deploy.&lt;/p&gt;

&lt;p&gt;Kuberns automatically started:&lt;/p&gt;

&lt;p&gt;Build process&lt;/p&gt;

&lt;p&gt;Infrastructure setup&lt;/p&gt;

&lt;p&gt;Deployment configuration&lt;/p&gt;

&lt;p&gt;Step 3: Automatic Hosting&lt;/p&gt;

&lt;p&gt;The AI deployment system handled everything:&lt;/p&gt;

&lt;p&gt;Build pipeline&lt;/p&gt;

&lt;p&gt;Hosting environment&lt;/p&gt;

&lt;p&gt;Public URL generation&lt;/p&gt;

&lt;p&gt;Within minutes, my portfolio was live and accessible online.&lt;/p&gt;

&lt;p&gt;📸 Deployment Screenshot&lt;/p&gt;

&lt;p&gt;Below is a screenshot showing my deployed application dashboard.&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%2F8shayva8ix2vsia3h5sx.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%2F8shayva8ix2vsia3h5sx.png" alt="Kuberns Deployment Dashboard"&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%2F5m1iwfkixhgrsuvrulrc.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%2F5m1iwfkixhgrsuvrulrc.png" alt="Portfolio Homepageon"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📊 Features of My Portfolio&lt;/p&gt;

&lt;p&gt;My portfolio includes several useful sections for showcasing my work.&lt;/p&gt;

&lt;p&gt;Key Features&lt;/p&gt;

&lt;p&gt;Professional introduction&lt;/p&gt;

&lt;p&gt;Project showcase&lt;/p&gt;

&lt;p&gt;Resume download&lt;/p&gt;

&lt;p&gt;Contact section&lt;/p&gt;

&lt;p&gt;Responsive design&lt;/p&gt;

&lt;p&gt;Interactive UI&lt;/p&gt;

&lt;p&gt;These features make the portfolio useful for recruiters, collaborators, and developers.&lt;/p&gt;

&lt;p&gt;👍 What I Liked About Kuberns&lt;/p&gt;

&lt;p&gt;During my experience with the platform, several features stood out:&lt;/p&gt;

&lt;p&gt;✅ One-click deployment&lt;br&gt;
✅ No infrastructure setup&lt;br&gt;
✅ GitHub integration&lt;br&gt;
✅ Fast build process&lt;br&gt;
✅ Automatic hosting&lt;/p&gt;

&lt;p&gt;For students and developers who are new to deployment, this makes the process extremely easy.&lt;/p&gt;

&lt;p&gt;📚 Lessons Learned&lt;/p&gt;

&lt;p&gt;Participating in this challenge taught me some valuable lessons.&lt;/p&gt;

&lt;p&gt;1️⃣ Deployment is essential&lt;/p&gt;

&lt;p&gt;Projects become much more valuable when they are live and accessible online.&lt;/p&gt;

&lt;p&gt;2️⃣ A portfolio builds credibility&lt;/p&gt;

&lt;p&gt;A live portfolio allows recruiters to see real work instead of just reading about it.&lt;/p&gt;

&lt;p&gt;3️⃣ AI tools simplify development&lt;/p&gt;

&lt;p&gt;AI-powered platforms like Kuberns help developers focus on building instead of configuring infrastructure.&lt;/p&gt;

&lt;p&gt;🎯 Final Thoughts&lt;/p&gt;

&lt;p&gt;Participating in the Kuberns AI Portfolio Hackathon 2026 was a great experience.&lt;/p&gt;

&lt;p&gt;The challenge encouraged developers to move beyond development and actually deploy their projects.&lt;/p&gt;

&lt;p&gt;Thanks to Kuberns AI deployment, my portfolio went from a local project to a live website in just a few minutes.&lt;/p&gt;

&lt;p&gt;If you are a developer or student who wants a fast and simple way to deploy projects, I highly recommend trying Kuberns.&lt;/p&gt;

&lt;p&gt;🌐 Live Portfolio:&lt;br&gt;


&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://portfolio-main-89a6fea.kuberns.cloud" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;portfolio-main-89a6fea.kuberns.cloud&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;




&lt;p&gt;🌐 Kuberns Platform:&lt;br&gt;
&lt;a href="https://kuberns.com" rel="noopener noreferrer"&gt;https://kuberns.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kuberns</category>
      <category>kubernschallenge</category>
      <category>portfolio</category>
      <category>deployment</category>
    </item>
  </channel>
</rss>
