<?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: Sakshya Arora</title>
    <description>The latest articles on DEV Community by Sakshya Arora (@sakshay_arora).</description>
    <link>https://dev.to/sakshay_arora</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%2F3715571%2F144243fc-e601-434d-ba36-51195338b954.png</url>
      <title>DEV Community: Sakshya Arora</title>
      <link>https://dev.to/sakshay_arora</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sakshay_arora"/>
    <language>en</language>
    <item>
      <title>I procrastinated on My Portfolio for years. AI Built It in 2 Hours.</title>
      <dc:creator>Sakshya Arora</dc:creator>
      <pubDate>Fri, 16 Jan 2026 21:34:03 +0000</pubDate>
      <link>https://dev.to/sakshay_arora/i-procrastinated-on-my-portfolio-for-years-ai-built-it-in-2-hours-1hnh</link>
      <guid>https://dev.to/sakshay_arora/i-procrastinated-on-my-portfolio-for-years-ai-built-it-in-2-hours-1hnh</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Shoemaker's Paradox:&lt;/strong&gt; The shoemaker makes the best shoes for the village, but his own children go barefoot.&lt;/p&gt;

&lt;p&gt;I have been a software engineer for over years. I’ve architected high-performance systems for enterprise clients and led teams of engineers.&lt;/p&gt;

&lt;p&gt;Yet, for the last decade, I didn't have a portfolio website.&lt;/p&gt;

&lt;p&gt;Every time I started, I got stuck in the weeds. I would over-engineer the stack, get bored with the CSS, or run out of "bandwidth" after a long week of coding for work. I fell into the classic trap of perfectionism.&lt;/p&gt;

&lt;p&gt;Today, I finally broke the cycle. &lt;strong&gt;I decided to treat Claude (AI) not as a code generator, but as my Junior Developer.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I focused purely on &lt;strong&gt;Prompt Engineering&lt;/strong&gt; and Architecture. The result? I went from a blank screen to a deployed, interactive "Dual-World" portfolio in about 2 hours.&lt;/p&gt;

&lt;p&gt;Here is exactly how I did it, so you can finally ship yours too.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Result: A "Dual-World" Interface
&lt;/h2&gt;

&lt;p&gt;Before we get into the prompts, here is what we built.&lt;/p&gt;

&lt;p&gt;I didn't want a generic template. I wanted to highlight my specific skill set: bridging the gap between Web and Mobile.&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%2Fdo7a3fduapaj7slnb6qt.gif" 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%2Fdo7a3fduapaj7slnb6qt.gif" alt="Animation of a split-screen portfolio website. On the left, a user scrolls through sections like About and Experience. On the right, a sticky 3D mobile phone simulator automatically updates its screen to match the content, transitioning from a splash screen to a profile view and then to an app demo." width="600" height="321"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://sakshya.dev" rel="noopener noreferrer"&gt;sakshya.dev&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Shift: From Coder to Architect
&lt;/h2&gt;

&lt;p&gt;The biggest mistake developers make with AI is asking for code snippets ("Write a React component for a navbar").&lt;/p&gt;

&lt;p&gt;To build a full product, you need to act like a &lt;strong&gt;Senior DEV&lt;/strong&gt;. You need to define the &lt;strong&gt;Systems&lt;/strong&gt;, not the syntax.&lt;/p&gt;

&lt;p&gt;Here are the exact prompts I used to build the site, step-by-step.&lt;/p&gt;

&lt;h3&gt;
  
  
  Prompt 1: The Stack &amp;amp; Foundation
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;I wanted modern, performance-first tools. No legacy bloat.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt;&lt;br&gt;
"Role: Senior Frontend Architect.&lt;br&gt;
Task: Initialize a new portfolio project.&lt;br&gt;
Stack Constraints:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 16+ (App Router)&lt;/li&gt;
&lt;li&gt;TypeScript (Strict Mode)&lt;/li&gt;
&lt;li&gt;Tailwind CSS v4&lt;/li&gt;
&lt;li&gt;Framer Motion (for complex animations)&lt;/li&gt;
&lt;li&gt;Biome (for linting)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Action: Create a clean, modular folder structure for a single-page portfolio application. Ensure the architecture supports a 'feature-sliced' design pattern."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Prompt 2: The "Dual-World" Concept (The Most Important One)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;This is where most people fail. They describe features ("add a div"). I described the **User Experience&lt;/em&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt;&lt;br&gt;
"I am a React Native Tech Lead. My work bridges web and mobile development. I want the design to reflect this.&lt;br&gt;
&lt;strong&gt;Design Concept: 'The Dual-World Interface'&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Layout:&lt;/strong&gt; Split screen desktop view.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Left Side:&lt;/strong&gt; Clean, minimalist typography. A timeline of my experience and projects.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Right Side:&lt;/strong&gt; A 'Sticky Phone Simulator' (3D Device Frame).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Interaction (Crucial):&lt;/strong&gt;&lt;br&gt;
As the user scrolls the content on the Left, the screen inside the Phone on the Right must transition to match the context.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Hero Section&lt;/em&gt; → Phone shows my App Splash Screen.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Projects Section&lt;/em&gt; → Phone simulates an interactive App Demo of that project.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Contact Section&lt;/em&gt; → Phone shows a 'Messages' UI.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Vibe:&lt;/strong&gt; Dark mode, cyan accents, glassmorphism. Make it look premium."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Prompt 3: The Mobile Reality Check
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;A common AI pitfall is forgetting responsiveness. I handled this explicitly.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt;&lt;br&gt;
"Make it mobile responsive:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;On mobile devices (phones/tablets), &lt;strong&gt;hide the 3D phone simulator entirely&lt;/strong&gt; (it takes too much space).&lt;/li&gt;
&lt;li&gt;Collapse the layout to a clean, single-column vertical scroll.&lt;/li&gt;
&lt;li&gt;Add a hamburger menu with a smooth slide-out drawer for navigation."&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Prompt 4: The Content Architecture
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;As a Senior Engineer, I know hardcoded text is technical debt. I forced the AI to separate concerns so I could update the site later without touching React components.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt;&lt;br&gt;
"Refactor all hardcoded text. Create a single configuration file at &lt;code&gt;src/config/content.ts&lt;/code&gt;.&lt;br&gt;
Structure it so I can easily update:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Profile Bio &amp;amp; Titles&lt;/li&gt;
&lt;li&gt;Social Links (GitHub, LinkedIn, StackOverflow)&lt;/li&gt;
&lt;li&gt;Experience Timeline Data&lt;/li&gt;
&lt;li&gt;Projects Data (including links to GitHub/Live Demos)&lt;/li&gt;
&lt;li&gt;SEO Metadata"&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Prompt 5: The Polish
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;The difference between a "prototype" and a "product" is the details.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt;&lt;br&gt;
"Add the final polish:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Theme:&lt;/strong&gt; Add a light/dark mode toggle (floating action button).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smooth Scroll:&lt;/strong&gt; Ensure clicking nav links scrolls smoothly to the section.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Active State:&lt;/strong&gt; The nav links should highlight as I scroll past their sections.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Animations:&lt;/strong&gt; Use Framer Motion to stagger the entry of the list items."&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The Outcome
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Total Time:&lt;/strong&gt; ~2 Hours&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lines of UI Code Written Manually:&lt;/strong&gt; 0&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lines of Config Edited:&lt;/strong&gt; ~50 (Just pasting my resume)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost:&lt;/strong&gt; $0 (Deployed on Vercel)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I spent my time tweaking the &lt;em&gt;animation timings&lt;/em&gt; and the &lt;em&gt;copy&lt;/em&gt;, rather than debugging &lt;code&gt;z-index&lt;/code&gt; issues or fighting with CSS Grid alignment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts: Don't Let Code Stop You
&lt;/h2&gt;

&lt;p&gt;If you are reading this and thinking, &lt;em&gt;"I'll build my portfolio when I have time to learn the perfect animation library,"&lt;/em&gt; stop.&lt;/p&gt;

&lt;p&gt;As developers, we often wear our ability to code from scratch as a badge of honor. But sometimes, that pride is just a barrier to shipping. Your career story is worth telling, and it doesn't matter if the &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; was written by you or an LLM.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your work deserves to be seen. Don't wait another decade to tell your story.&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Site:&lt;/strong&gt; &lt;a href="https://sakshya.dev" rel="noopener noreferrer"&gt;sakshya.dev&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repo:&lt;/strong&gt; &lt;a href="https://www.google.com/search?q=https://github.com/sakshya73/sakshya.dev" rel="noopener noreferrer"&gt;github.com/sakshya73/sakshya.dev&lt;/a&gt; (Feel free to fork it!)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Connect:&lt;/strong&gt; &lt;a href="https://www.linkedin.com/in/sakshyaarora" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Built entirely with AI assistance using Claude.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>productivity</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
