<?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: Ananya</title>
    <description>The latest articles on DEV Community by Ananya (@ananya2306).</description>
    <link>https://dev.to/ananya2306</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%2F3624309%2F628dd701-c3d8-4565-88f8-29322316cfcd.png</url>
      <title>DEV Community: Ananya</title>
      <link>https://dev.to/ananya2306</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ananya2306"/>
    <language>en</language>
    <item>
      <title>How I Deployed My AI/ML Portfolio in Under 5 Minutes Using Kuberns AI</title>
      <dc:creator>Ananya</dc:creator>
      <pubDate>Tue, 03 Mar 2026 11:42:24 +0000</pubDate>
      <link>https://dev.to/ananya2306/how-i-deployed-my-aiml-portfolio-in-under-5-minutes-using-kuberns-ai-410o</link>
      <guid>https://dev.to/ananya2306/how-i-deployed-my-aiml-portfolio-in-under-5-minutes-using-kuberns-ai-410o</guid>
      <description>&lt;p&gt;&lt;em&gt;A developer's honest experience with one-click AI deployment&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  A bit about me
&lt;/h2&gt;

&lt;p&gt;I'm Ananya — an Applied AI Engineer focused on Computer Vision, ML Pipelines, and Intelligent Automation. I spend most of my time building end-to-end AI systems: training CNN models, building CV pipelines with OpenCV and TensorFlow, and packaging everything with Docker.&lt;/p&gt;

&lt;p&gt;What I'm &lt;em&gt;not&lt;/em&gt; great at? Deployment infrastructure. DNS configs, server setup, build pipelines — it's a whole other job. So for a long time, my projects lived on GitHub and nowhere else.&lt;/p&gt;

&lt;p&gt;That changed when I entered the &lt;strong&gt;Kuberns AI Portfolio Hackathon 2026&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem: Great Projects, No Live URL
&lt;/h2&gt;

&lt;p&gt;I had built real AI systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;EcoStream AI&lt;/strong&gt; — environmental intelligence system analyzing real-time AQI data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automated OMR Evaluation&lt;/strong&gt; — computer vision pipeline for automated exam scoring&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Face Mask Detection&lt;/strong&gt; — real-time CNN-based safety monitoring system&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Foodoscope&lt;/strong&gt; — deep learning food image classifier&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Financial Chatbot&lt;/strong&gt; — NLP-powered finance assistant&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All of them sat on GitHub. None had a live URL. And in 2026, if your project isn't live for most recruiters, it doesn't exist.&lt;/p&gt;




&lt;h2&gt;
  
  
  Entering the Hackathon
&lt;/h2&gt;

&lt;p&gt;The Kuberns AI Portfolio Hackathon 2026 had one clear goal: &lt;strong&gt;deploy a live portfolio&lt;/strong&gt;. Not build something from scratch. Not write a thesis. Just ship it, make it public, show proof.&lt;/p&gt;

&lt;p&gt;The prizes were real:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Top 5 share a $10,000 prize pool&lt;/li&gt;
&lt;li&gt;Top 30 get featured permanently on Kuberns' social channels&lt;/li&gt;
&lt;li&gt;Top 100 get Amazon Pay gift cards&lt;/li&gt;
&lt;li&gt;Internship/Full-time opportunity up to 10 LPA&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But honestly, the bigger reward was finally having a live portfolio URL I could put on my resume.&lt;/p&gt;




&lt;h2&gt;
  
  
  Building the Portfolio
&lt;/h2&gt;

&lt;p&gt;I built a single-page HTML portfolio with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dark theme with animated particle network (canvas-based, mouse-reactive)&lt;/li&gt;
&lt;li&gt;Custom cursor with magnetic buttons&lt;/li&gt;
&lt;li&gt;Scroll-reveal animations on every section&lt;/li&gt;
&lt;li&gt;Architecture diagrams for each project showing the system pipeline&lt;/li&gt;
&lt;li&gt;Skills grid organized by category&lt;/li&gt;
&lt;li&gt;Contact section with GitHub, LinkedIn, and email links&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The design philosophy: make it look like a &lt;strong&gt;product page&lt;/strong&gt;, not a student assignment.&lt;/p&gt;

&lt;p&gt;Every project card follows the same formula:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Project Name
Short problem → solution description
Tech stack tags
Architecture pipeline: Input → Processing → Model → Output
GitHub link + Demo link
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That architecture pipeline was the single biggest upgrade. It signals &lt;strong&gt;systems thinking&lt;/strong&gt; instantly to any engineer reading the portfolio.&lt;/p&gt;




&lt;h2&gt;
  
  
  Deploying on Kuberns
&lt;/h2&gt;

&lt;p&gt;Here's where it got interesting.&lt;/p&gt;

&lt;p&gt;I expected deployment to be the hard part. It wasn't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps I took:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Went to &lt;a href="https://kuberns.com" rel="noopener noreferrer"&gt;kuberns.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Signed up (free)&lt;/li&gt;
&lt;li&gt;Uploaded my &lt;code&gt;index.html&lt;/code&gt; file&lt;/li&gt;
&lt;li&gt;Clicked deploy&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;p&gt;No Dockerfile to write. No environment variables to configure. No server to provision. Kuberns AI handled the build, deployment, and hosting automatically.&lt;/p&gt;

&lt;p&gt;My portfolio went live in under 5 minutes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live portfolio:&lt;/strong&gt; &lt;a href="https://ananya2306-portfolio-main-9ded0fe.kuberns.cloud/" rel="noopener noreferrer"&gt;https://ananya2306-portfolio-main-9ded0fe.kuberns.cloud/&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%2F85yzrg9hjpchwg1ntnd8.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%2F85yzrg9hjpchwg1ntnd8.png" alt="Kuberns Dashboard Screenshot" width="800" height="719"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What Makes Kuberns Different
&lt;/h2&gt;

&lt;p&gt;As someone who has manually deployed on Vercel, Render, and set up Docker containers, the difference with Kuberns is the &lt;strong&gt;AI layer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It doesn't just host files. It understands what you're deploying and configures the environment accordingly. For a static portfolio, that meant instant deployment. For more complex apps, it handles the build pipeline intelligently.&lt;/p&gt;

&lt;p&gt;The one-click promise is real. I was skeptical. I'm not anymore.&lt;/p&gt;




&lt;h2&gt;
  
  
  Lessons from Building a Strong Portfolio
&lt;/h2&gt;

&lt;p&gt;After multiple rounds of feedback and iteration, here's what actually matters:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Engineer your descriptions, don't just describe&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;❌ "Built a mask detection model"&lt;br&gt;
✅ "Designed a computer vision pipeline for real-time mask compliance detection using CNN-based classification"&lt;/p&gt;

&lt;p&gt;Same project. Completely different perception.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Architecture diagrams are gold&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Video Feed → Face Detection → CNN Classifier → Alert System&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Four words and three arrows. Engineers instantly understand the system. Add this under every project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Deployment proof &amp;gt; everything&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A GitHub link says "I wrote code."&lt;br&gt;
A live URL says "I ship products."&lt;/p&gt;

&lt;p&gt;That difference matters enormously to recruiters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Organize skills by category&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Don't dump 20 technologies in a list. Group them:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Programming&lt;/li&gt;
&lt;li&gt;ML &amp;amp; AI&lt;/li&gt;
&lt;li&gt;CV Libraries&lt;/li&gt;
&lt;li&gt;Deployment&lt;/li&gt;
&lt;li&gt;Engineering Tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Recruiters scan in 8 seconds. Make it easy.&lt;/p&gt;




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

&lt;p&gt;If you're a developer with projects sitting on GitHub and no live portfolio — just deploy it. The Kuberns hackathon is the perfect forcing function.&lt;/p&gt;

&lt;p&gt;The hardest part isn't the code. It isn't even the design. It's just shipping.&lt;/p&gt;

&lt;p&gt;Kuberns made the shipping part trivially easy. The rest was up to me.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Live Portfolio: &lt;a href="https://ananya2306-portfolio-main-9ded0fe.kuberns.cloud/" rel="noopener noreferrer"&gt;https://ananya2306-portfolio-main-9ded0fe.kuberns.cloud/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 GitHub: &lt;a href="https://github.com/Ananya2306" rel="noopener noreferrer"&gt;https://github.com/Ananya2306&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🏆 Hackathon: kuberns.com&lt;/li&gt;
&lt;li&gt;💬 Discord: &lt;a href="https://discord.gg/KRCM9QneTJ" rel="noopener noreferrer"&gt;https://discord.gg/KRCM9QneTJ&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Built and deployed as part of the Kuberns AI Portfolio Hackathon 2026&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;#kubernschallenge #kuberns #aichallenge #MachineLearning #ComputerVision #Deployment #Portfolio&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devops</category>
      <category>machinelearning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>𝐃𝐞𝐞𝐩 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠: 𝐀 𝐓𝐢𝐦𝐞𝐥𝐢𝐧𝐞 𝐨𝐟 𝐊𝐞𝐲 𝐌𝐢𝐥𝐞𝐬𝐭𝐨𝐧𝐞𝐬</title>
      <dc:creator>Ananya</dc:creator>
      <pubDate>Thu, 15 Jan 2026 16:26:27 +0000</pubDate>
      <link>https://dev.to/ananya2306/-3024</link>
      <guid>https://dev.to/ananya2306/-3024</guid>
      <description>&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%2Fjq5omb5rd8pbnr7nfugp.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%2Fjq5omb5rd8pbnr7nfugp.png" alt="Deep learning" width="800" height="568"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Deep learning has evolved over several decades through continuous advances in neural network models, learning algorithms, and computational power.&lt;br&gt;
The timeline below highlights the key milestones and contributors that shaped modern deep learning.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1943 -- 𝐍𝐞𝐮𝐫𝐚𝐥 𝐌𝐨𝐝𝐞𝐥 (𝐌𝐜𝐂𝐮𝐥𝐥𝐨𝐜𝐡 &amp;amp; 𝐏𝐢𝐭𝐭𝐬)&lt;/strong&gt;&lt;br&gt;
 • First mathematical model of a biological neuron&lt;br&gt;
 • Foundation of artificial neural networks&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1957 -- 𝐏𝐞𝐫𝐜𝐞𝐩𝐭𝐫𝐨𝐧 (𝐅𝐫𝐚𝐧𝐤 𝐑𝐨𝐬𝐞𝐧𝐛𝐥𝐚𝐭𝐭)&lt;/strong&gt;&lt;br&gt;
 • First learning algorithm for neural networks&lt;br&gt;
 • Enabled binary classification using weighted inputs&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1982 -- 𝐇𝐨𝐩𝐟𝐢𝐞𝐥𝐝 𝐍𝐞𝐭𝐰𝐨𝐫𝐤 (𝐉𝐨𝐡𝐧 𝐇𝐨𝐩𝐟𝐢𝐞𝐥𝐝)&lt;/strong&gt;&lt;br&gt;
 • Introduced recurrent neural networks&lt;br&gt;
 • Enabled associative memory&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1985 -- 𝐁𝐨𝐥𝐭𝐳𝐦𝐚𝐧𝐧 𝐌𝐚𝐜𝐡𝐢𝐧𝐞 (𝐇𝐢𝐧𝐭𝐨𝐧 &amp;amp; 𝐒𝐞𝐣𝐧𝐨𝐰𝐬𝐤𝐢)&lt;/strong&gt; &lt;br&gt;
 • Introduced stochastic learning&lt;br&gt;
 • Basis for deep representations&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1986 -- 𝐁𝐚𝐜𝐤𝐩𝐫𝐨𝐩𝐚𝐠𝐚𝐭𝐢𝐨𝐧 (𝐑𝐮𝐦𝐞𝐥𝐡𝐚𝐫𝐭, 𝐇𝐢𝐧𝐭𝐨𝐧, 𝐖𝐢𝐥𝐥𝐢𝐚𝐦𝐬)&lt;/strong&gt;&lt;br&gt;
 • Enabled training of multilayer networks&lt;br&gt;
 • Core optimization algorithm&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;𝐋𝐚𝐭𝐞 1980𝐬 -1990𝐬 -- 𝐀𝐈 𝐖𝐢𝐧𝐭𝐞𝐫&lt;/strong&gt; &lt;br&gt;
 • Limited computation and reduced funding&lt;br&gt;
 • Shift toward simpler ML models&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1990 -- 𝐒𝐕𝐌 (𝐕𝐥𝐚𝐝𝐢𝐦𝐢𝐫 𝐕𝐚𝐩𝐧𝐢𝐤)&lt;/strong&gt;&lt;br&gt;
 • Margin-based classification&lt;br&gt;
 • Effective for high-dimensional data&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1997 -- 𝐋𝐒𝐓𝐌 (𝐇𝐨𝐜𝐡𝐫𝐞𝐢𝐭𝐞𝐫 &amp;amp; 𝐒𝐜𝐡𝐦𝐢𝐝𝐡𝐮𝐛𝐞𝐫)&lt;/strong&gt;&lt;br&gt;
 • Solved vanishing gradient problem&lt;br&gt;
 • Enabled sequence learning&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;𝐋𝐚𝐭𝐞 1990𝐬 - 2000𝐬 -- 𝐆𝐏𝐔 𝐂𝐨𝐦𝐩𝐮𝐭𝐢𝐧𝐠&lt;/strong&gt;&lt;br&gt;
 • Accelerated neural network training&lt;br&gt;
 • Enabled large-scale deep learning&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2012 -- 𝐃𝐞𝐞𝐩 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠 𝐑𝐞𝐯𝐨𝐥𝐮𝐭𝐢𝐨𝐧 (𝐀𝐥𝐞𝐱𝐍𝐞𝐭)&lt;/strong&gt;&lt;br&gt;
 • CNN breakthrough on ImageNet&lt;br&gt;
 • Widespread DL adoption&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2014 -- 𝐆𝐀𝐍𝐬 (𝐈𝐚𝐧 𝐆𝐨𝐨𝐝𝐟𝐞𝐥𝐥𝐨𝐰)&lt;/strong&gt;&lt;br&gt;
 • Introduced adversarial learning&lt;br&gt;
 • Enabled data and image generation&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2016 -- 𝐃𝐞𝐞𝐩 𝐑𝐋 (𝐀𝐥𝐩𝐡𝐚𝐆𝐨)&lt;/strong&gt;&lt;br&gt;
 • DL + reinforcement learning&lt;br&gt;
 • Superhuman decision-making&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2017 -- 𝐓𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦𝐞𝐫𝐬 (𝐀𝐬𝐡𝐢𝐬𝐡 𝐕𝐚𝐬𝐰𝐚𝐧𝐢 𝐞𝐭 𝐚𝐥.)&lt;/strong&gt;&lt;br&gt;
 • Introduced self-attention&lt;br&gt;
 • Foundation of modern NLP&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2020 -- 𝐒𝐞𝐥𝐟-𝐒𝐮𝐩𝐞𝐫𝐯𝐢𝐬𝐞𝐝 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠 (𝐘𝐚𝐧𝐧 𝐋𝐞𝐂𝐮𝐧)&lt;/strong&gt;&lt;br&gt;
 • Reduced need for labeled data&lt;br&gt;
 • Improved representation learning&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2022 - 𝐏𝐫𝐞𝐬𝐞𝐧𝐭 -- 𝐋𝐚𝐫𝐠𝐞 𝐋𝐚𝐧𝐠𝐮𝐚𝐠𝐞 𝐌𝐨𝐝𝐞𝐥𝐬&lt;/strong&gt;&lt;br&gt;
 • Scaled transformers for multimodal AI&lt;br&gt;
 • Real-world deployment at scale&lt;/p&gt;

</description>
      <category>ai</category>
      <category>computerscience</category>
      <category>deeplearning</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
