<?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: Shaswat Acharya</title>
    <description>The latest articles on DEV Community by Shaswat Acharya (@shaswatacharya).</description>
    <link>https://dev.to/shaswatacharya</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%2F3458179%2Fae885817-2978-43d1-8482-569e0d871dd2.png</url>
      <title>DEV Community: Shaswat Acharya</title>
      <link>https://dev.to/shaswatacharya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shaswatacharya"/>
    <language>en</language>
    <item>
      <title>What I Learned While Building My Portfolio – Shaswat Acharya</title>
      <dc:creator>Shaswat Acharya</dc:creator>
      <pubDate>Mon, 01 Sep 2025 13:37:26 +0000</pubDate>
      <link>https://dev.to/shaswatacharya/what-i-learned-while-building-my-portfolio-shaswat-acharya-1hg</link>
      <guid>https://dev.to/shaswatacharya/what-i-learned-while-building-my-portfolio-shaswat-acharya-1hg</guid>
      <description>&lt;h2&gt;
  
  
  Lessons, Tips, and Insights from Refining My Personal Portfolio:
&lt;/h2&gt;

&lt;p&gt;Hello! I’m &lt;strong&gt;Shaswat Acharya&lt;/strong&gt;, a frontend developer and CSIT student from Nepal.  &lt;/p&gt;

&lt;p&gt;Over the past few months, I’ve been refining my personal portfolio website. When I first started, I followed a tutorial on YouTube as a beginner, but gradually I added my own touch, making it more interactive, accessible, and visually engaging.  &lt;/p&gt;

&lt;p&gt;Here are some key lessons I discovered along the way:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Personalization Makes a Difference
&lt;/h3&gt;

&lt;p&gt;Even small design tweaks can make your portfolio stand out. Some of the features I added include:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Custom cursor animation&lt;/strong&gt; for a modern and interactive feel.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Back-to-top button&lt;/strong&gt; for smoother navigation.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Light/Dark theme toggle&lt;/strong&gt; to accommodate user preferences.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. SEO and Online Discoverability
&lt;/h3&gt;

&lt;p&gt;A portfolio is only effective if people can find it. I implemented:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Meta descriptions, keywords, and Open Graph tags for social sharing.
&lt;/li&gt;
&lt;li&gt;Structured data (&lt;code&gt;schema.org&lt;/code&gt;) for better search engine understanding.
&lt;/li&gt;
&lt;li&gt;Proper favicon and web manifest for mobile devices.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These steps helped my portfolio &lt;strong&gt;appear in search results for my name&lt;/strong&gt;, alongside my GitHub and Dev.to profiles.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Organize Assets and Code Cleanly
&lt;/h3&gt;

&lt;p&gt;Good folder structure and naming conventions matter. I keep images, scripts, and styles neatly organized:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;assets/
  images/
  scripts/
  styles/
index.html
site.webmanifest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This makes it easier to maintain and scale your projects.&lt;/p&gt;

&lt;p&gt;This structure also makes it easier to &lt;strong&gt;add new features&lt;/strong&gt; as my portfolio grows and evolves.  &lt;/p&gt;

&lt;h3&gt;
  
  
  4. Testing Across Devices
&lt;/h3&gt;

&lt;p&gt;Responsiveness is crucial. I made sure to test my portfolio on:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Desktop and laptop screens
&lt;/li&gt;
&lt;li&gt;Tablets
&lt;/li&gt;
&lt;li&gt;Mobile devices
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even small adjustments in CSS media queries &lt;strong&gt;dramatically improved the user experience&lt;/strong&gt; on different screen sizes.  &lt;/p&gt;

&lt;h3&gt;
  
  
  5. Continuous Learning
&lt;/h3&gt;

&lt;p&gt;Every update and tweak taught me more about &lt;strong&gt;HTML, CSS, and JavaScript&lt;/strong&gt;. Documenting and sharing these experiments not only strengthens my own understanding but can also guide other developers who are building their portfolios.  &lt;/p&gt;




&lt;p&gt;I hope these insights are useful for anyone creating their first or second portfolio. The main takeaway is simple: &lt;strong&gt;start with a clean base, iterate regularly, and personalize it to reflect your style and skills.&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;em&gt;Explore the full code and structure of my portfolio on GitHub: &lt;a href="https://github.com/shaswatacharya" rel="noopener noreferrer"&gt;Shaswat Acharya Portfolio Code&lt;/a&gt;&lt;/em&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Connect With Me
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Portfolio:&lt;/strong&gt; &lt;a href="https://shaswatacharya.com.np/" rel="noopener noreferrer"&gt;shaswatacharya.com.np&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/shaswatacharya" rel="noopener noreferrer"&gt;github.com/shaswatacharya&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LinkedIn:&lt;/strong&gt; &lt;a href="https://www.linkedin.com/in/shaswatacharya" rel="noopener noreferrer"&gt;linkedin.com/in/shaswatacharya&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;🚀 Stay curious, keep coding, and share your progress!&lt;/p&gt;
&lt;/blockquote&gt;

</description>
    </item>
  </channel>
</rss>
