<?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: Muhammad Salman Tahir</title>
    <description>The latest articles on DEV Community by Muhammad Salman Tahir (@salmantahir).</description>
    <link>https://dev.to/salmantahir</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4120687%2F9eda43d9-2e57-4d40-830b-31c2c7fad56e.jpg</url>
      <title>DEV Community: Muhammad Salman Tahir</title>
      <link>https://dev.to/salmantahir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/salmantahir"/>
    <language>en</language>
    <item>
      <title>My Journey: From Zero to Frontend Developer</title>
      <dc:creator>Muhammad Salman Tahir</dc:creator>
      <pubDate>Fri, 11 Sep 2026 10:09:30 +0000</pubDate>
      <link>https://dev.to/salmantahir/my-journey-from-zero-to-frontend-developer-2hch</link>
      <guid>https://dev.to/salmantahir/my-journey-from-zero-to-frontend-developer-2hch</guid>
      <description>&lt;p&gt;Two years ago, I didn't know what HTML was. Today, I'm building responsive websites, creating interactive web apps, and working as a Frontend Developer Intern. This is my story.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Beginning&lt;/strong&gt;&lt;br&gt;
I still remember the day I first opened VS Code. I had no idea what I was doing. I typed some HTML, hit save, opened it in the browser, and saw... plain text on a white page.&lt;/p&gt;

&lt;p&gt;It wasn't pretty. But it was &lt;strong&gt;mine&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That first "Hello World" was the start of something I never expected to love this much.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learning the Basics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I started with &lt;strong&gt;HTML&lt;/strong&gt; — the skeleton of every website. Then &lt;strong&gt;CSS&lt;/strong&gt; — the paint that makes it beautiful. And finally &lt;strong&gt;JavaScript&lt;/strong&gt; — the brain that makes things happen.&lt;/p&gt;

&lt;p&gt;The first few weeks were overwhelming. There were so many tags, properties, and concepts. I kept asking myself:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; &lt;em&gt;Why doesn't this div center?&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt; &lt;em&gt;Why is my CSS not applying?&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt; &lt;em&gt;Why does my JavaScript say "undefined"?&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But I kept going.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Building Real Projects&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The real learning started when I stopped watching tutorials and started &lt;strong&gt;building projects&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some of my early projects:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Calculator App&lt;/strong&gt; — A simple calculator with dark/light mode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Music Player&lt;/strong&gt; — A custom music player with playlist controls&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Weather App&lt;/strong&gt; — Uses a real API to show live weather&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quranic Website&lt;/strong&gt; — A clean, readable Quran learning template&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Portfolio Website&lt;/strong&gt; — My personal portfolio (this one!)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each project taught me something new. Every bug I fixed made me a better developer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Turning Point&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The moment I realized I was actually improving was when I built my &lt;strong&gt;weather app&lt;/strong&gt;. It pulled live data from an API, displayed it beautifully, and worked across all devices.&lt;/p&gt;

&lt;p&gt;I sat back and thought: &lt;em&gt;I built this. From nothing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That feeling — that's why I love frontend development.&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;Consistency beats talent.&lt;/strong&gt; Code every day, even if it's just 30 minutes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build, don't just watch.&lt;/strong&gt; Tutorials help, but projects teach.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google is your best friend.&lt;/strong&gt; Every developer searches for answers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Read other people's code.&lt;/strong&gt; GitHub is a goldmine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Don't compare yourself to others.&lt;/strong&gt; Compare yourself to yesterday's you.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;What's Next&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm currently working as a &lt;strong&gt;Frontend Developer Intern&lt;/strong&gt;, gaining real-world experience. My next goals:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn &lt;strong&gt;React&lt;/strong&gt; properly&lt;/li&gt;
&lt;li&gt;Build more complex projects&lt;/li&gt;
&lt;li&gt;Contribute to open-source&lt;/li&gt;
&lt;li&gt;Keep writing and sharing my journey&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;A Message to Beginners&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're just starting out — &lt;strong&gt;don't give up&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The first few months are the hardest. You'll feel lost. You'll feel like everyone else knows more than you. But that's normal.&lt;/p&gt;

&lt;p&gt;Keep building. Keep learning. One day, you'll look back at your first project and smile.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You got this.&lt;/strong&gt; 🚀&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What was your first coding project?&lt;/strong&gt; Let me know in the comments — I'd love to read your story.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
      <category>frontend</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
