<?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: Lamiya Zainab</title>
    <description>The latest articles on DEV Community by Lamiya Zainab (@lamiya_zainab_a7366bc97b4).</description>
    <link>https://dev.to/lamiya_zainab_a7366bc97b4</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%2F3776464%2F5e1ae71a-7fd1-4c2e-ac0b-a48a70c23711.png</url>
      <title>DEV Community: Lamiya Zainab</title>
      <link>https://dev.to/lamiya_zainab_a7366bc97b4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lamiya_zainab_a7366bc97b4"/>
    <language>en</language>
    <item>
      <title>How I Built and Deployed My First Portfolio in Minutes with Kuberns AI</title>
      <dc:creator>Lamiya Zainab</dc:creator>
      <pubDate>Mon, 16 Feb 2026 21:19:51 +0000</pubDate>
      <link>https://dev.to/lamiya_zainab_a7366bc97b4/how-i-built-and-deployed-my-first-portfolio-in-minutes-with-kuberns-ai-4dki</link>
      <guid>https://dev.to/lamiya_zainab_a7366bc97b4/how-i-built-and-deployed-my-first-portfolio-in-minutes-with-kuberns-ai-4dki</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Introduction&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
As a beginner in web development, I have always believed that deploying a website is a complex process that requires extensive technical knowledge. However, my experience in the Kubernix AI Portfolio Hackathon 2026 has completely altered my perception on this topic. In this article, I will discuss how I built and deployed my portfolio using Kuberns AI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;The Challenge&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
The challenge in the hackathon was very simple: "Deploy your portfolio live and share your experience." &lt;br&gt;
Although I had some knowledge of programming in Python and C++, I had never developed a website before. This was my first opportunity to learn something new!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Building the Portfolio&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
I began by learning the basics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using HTML for structure&lt;/li&gt;
&lt;li&gt;Using CSS for styling&lt;/li&gt;
&lt;li&gt;Using JavaScript for interactivity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;My portfolio contains the following features:&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hero section containing my introduction&lt;/li&gt;
&lt;li&gt;"About Me" section&lt;/li&gt;
&lt;li&gt;Skills section (Programming, Cloud Computing, Data Analytics)&lt;/li&gt;
&lt;li&gt;Contact details&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;My entire portfolio is made up of only 3 files:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;index.html - The basic structure&lt;/li&gt;
&lt;li&gt;style.css - All the styles&lt;/li&gt;
&lt;li&gt;script.js - Interactive elements such as smooth scrolling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;The Deployment Experience with Kuberns&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
This is where the Kuberns AI really wowed me. Here is what the deployment experience looked like:&lt;br&gt;
&lt;strong&gt;Step 1: Push to GitHub&lt;/strong&gt;&lt;br&gt;
I set up a GitHub repository and pushed my portfolio files to it. This took only a few minutes.&lt;br&gt;
&lt;strong&gt;Step 2: Connect Kuberns to GitHub&lt;/strong&gt;&lt;br&gt;
I signed up for Kuberns.com and linked my GitHub account. The authentication process was easy and secure.&lt;br&gt;
&lt;strong&gt;Step 3: One-Click Deployment&lt;/strong&gt;&lt;br&gt;
And this is where the magic happened - I chose my repository, clicked "Deploy," and the Kuberns AI took care of the rest:&lt;/p&gt;

&lt;p&gt;✅ Automatically identified it was a static website&lt;br&gt;
✅ Set up the build parameters&lt;br&gt;
✅ Set up the hosting environment&lt;br&gt;
✅ Deployed everything in under 5 minutes&lt;/p&gt;

&lt;p&gt;No need to configure anything complex. No YAML files. No deployment scripts. Just click and deploy!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Why Kuberns AI Stands Out&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Speed:&lt;/strong&gt; From clicking deploy to having a live URL took less than 5 minutes.&lt;br&gt;
&lt;strong&gt;Ease of Use:&lt;/strong&gt; The AI took care of all the technical details automatically. I didn't need to learn about servers, containers, or DevOps.&lt;br&gt;
&lt;strong&gt;Free Tier:&lt;/strong&gt; The deployment was completely free, which is great for students and newbies like me.&lt;br&gt;
&lt;strong&gt;Professional URL:&lt;/strong&gt; My portfolio received a clean URL that I could share anywhere.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;The Result&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
My portfolio is now live at: &lt;a href="https://my-portfolio-main-fbdf83b.kuberns.cloud" rel="noopener noreferrer"&gt;https://my-portfolio-main-fbdf83b.kuberns.cloud&lt;/a&gt;&lt;br&gt;
It's publicly accessible, mobile-responsive, and loads fast. Seeing my work live on the internet was an incredible feeling!&lt;br&gt;
Screenshots&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%2Fpph52vfpjiurjf4qdy7g.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%2Fpph52vfpjiurjf4qdy7g.png" alt=" " width="800" height="373"&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%2F0y3jjaksyarmcqx4g4i1.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%2F0y3jjaksyarmcqx4g4i1.png" alt=" " width="800" height="392"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Deployment doesn't have to be scary&lt;/strong&gt; - With the right tools, even beginners can deploy production-ready websites&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI can simplify DevOps&lt;/strong&gt; - Kuberns AI automated tasks that would have taken me hours to figure out&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub integration is powerful&lt;/strong&gt; - Connecting my repository made updates and version control seamless&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Hackathon Experience&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Participating in the Kubernix AI Portfolio Hackathon 2026 pushed me to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn web development basics&lt;/li&gt;
&lt;li&gt;Understand the deployment process&lt;/li&gt;
&lt;li&gt;Share my work publicly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The hackathon offers amazing rewards:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cash prizes up to $10,000&lt;/li&gt;
&lt;li&gt;Placement opportunities up to 10 LPA&lt;/li&gt;
&lt;li&gt;Certification for all participants&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
If you are a beginner like me and feel apprehensive about deploying your projects, I would strongly suggest that you give Kuberns.com a try. The AI-assisted deployment process makes it extremely simple to put your creations live.&lt;br&gt;
Whether you are working on a portfolio site, a side project, or a hackathon, the AI of Kuberns helps to overcome the hurdle of deployment and allows you to concentrate on creating something awesome.&lt;/p&gt;

&lt;p&gt;Take a look at Kuberns: &lt;a href="https://kuberns.com" rel="noopener noreferrer"&gt;https://kuberns.com&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  kubernschallenge #aichallenge #webdevelopment #portfoliowebsite #hackathon #deployment
&lt;/h1&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/kuberns"&gt;@kuberns&lt;/a&gt; &lt;/p&gt;

</description>
      <category>kubernschallenge</category>
      <category>webdev</category>
      <category>hackathon</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
