<?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: Farah Jameel</title>
    <description>The latest articles on DEV Community by Farah Jameel (@farah_jameel_aeaa923ed798).</description>
    <link>https://dev.to/farah_jameel_aeaa923ed798</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%2F4100234%2Fc1699c2a-eda1-4f5e-92a4-dbb3639f317d.jpg</url>
      <title>DEV Community: Farah Jameel</title>
      <link>https://dev.to/farah_jameel_aeaa923ed798</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farah_jameel_aeaa923ed798"/>
    <language>en</language>
    <item>
      <title>The First Bug I Fixed Was Not in My Code — It Was in My Confidence</title>
      <dc:creator>Farah Jameel</dc:creator>
      <pubDate>Thu, 10 Sep 2026 09:43:28 +0000</pubDate>
      <link>https://dev.to/farah_jameel_aeaa923ed798/the-first-bug-i-fixed-was-not-in-my-code-it-was-in-my-confidence-4a7i</link>
      <guid>https://dev.to/farah_jameel_aeaa923ed798/the-first-bug-i-fixed-was-not-in-my-code-it-was-in-my-confidence-4a7i</guid>
      <description>&lt;p&gt;When I started learning tech, I thought the hardest part would be writing code.&lt;/p&gt;

&lt;p&gt;I was wrong.&lt;/p&gt;

&lt;p&gt;The hardest part was opening a blank editor and fighting the tiny voice saying:&lt;/p&gt;

&lt;p&gt;"Maybe everyone else already knows this stuff except me."&lt;/p&gt;

&lt;p&gt;Turns out, that voice is probably the most annoying bug I have encountered so far — and unfortunately, there is no "npm install confidence" command.&lt;/p&gt;

&lt;p&gt;I came into tech expecting a straight road:&lt;/p&gt;

&lt;p&gt;Learn a language → build projects → become a developer.&lt;/p&gt;

&lt;p&gt;But my actual journey looked more like:&lt;/p&gt;

&lt;p&gt;Learn a concept → break something → Google for two hours → fix it → break something else → question my life choices → repeat.&lt;/p&gt;

&lt;p&gt;And strangely enough... that is where the real learning happened.&lt;/p&gt;

&lt;p&gt;The beginner advantage nobody talks about&lt;/p&gt;

&lt;p&gt;Being new is frustrating, but it also gives you something valuable:&lt;/p&gt;

&lt;p&gt;You notice things.&lt;/p&gt;

&lt;p&gt;Experienced developers often know the shortcuts because they have spent years building mental maps. Beginners don't have those maps yet, so we ask questions that sometimes reveal hidden complexity.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;"Why do we need this framework?"&lt;/p&gt;

&lt;p&gt;"Why can't we just write it this simpler way?"&lt;/p&gt;

&lt;p&gt;"Why does this error message sound like it was written by a robot having a bad day?"&lt;/p&gt;

&lt;p&gt;Those questions are not stupid. They are the beginning of understanding.&lt;/p&gt;

&lt;p&gt;AI made learning easier... but also more confusing&lt;/p&gt;

&lt;p&gt;Learning tech in 2026 is interesting because AI tools are everywhere. DEV Community discussions increasingly focus on AI, AI agents, and how developers should use these tools responsibly.&lt;/p&gt;

&lt;p&gt;AI can explain concepts, generate examples, and help debug problems.&lt;/p&gt;

&lt;p&gt;But there is a trap.&lt;/p&gt;

&lt;p&gt;If I ask AI to solve every problem, I might finish a project without actually becoming better at solving problems.&lt;/p&gt;

&lt;p&gt;It is like having a gym trainer who lifts all your weights for you. Technically, you finished the workout. Your muscles disagree.&lt;/p&gt;

&lt;p&gt;The best use of AI for me has been:&lt;/p&gt;

&lt;p&gt;"Explain why this works."&lt;/p&gt;

&lt;p&gt;Not just:&lt;/p&gt;

&lt;p&gt;"Make this work."&lt;/p&gt;

&lt;p&gt;My current developer philosophy&lt;/p&gt;

&lt;p&gt;I am trying to follow three simple rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Confusion is part of the process&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Every developer I admire was once confused by basic things.&lt;/p&gt;

&lt;p&gt;The difference is they kept going.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Build small things&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A tiny working project teaches more than 50 unfinished tutorials.&lt;/p&gt;

&lt;p&gt;A calculator app, a simple website, a small automation — these are not "too easy."&lt;/p&gt;

&lt;p&gt;They are training grounds.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Learn in public&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Sharing progress feels uncomfortable because nobody wants to look like a beginner.&lt;/p&gt;

&lt;p&gt;But every expert was once a beginner who decided not to hide.&lt;/p&gt;

&lt;p&gt;My first contribution here&lt;/p&gt;

&lt;p&gt;This is my first post on DEV, and honestly, writing it feels like submitting my first piece of code:&lt;/p&gt;

&lt;p&gt;A little scary.&lt;/p&gt;

&lt;p&gt;Probably imperfect.&lt;/p&gt;

&lt;p&gt;But finally running.&lt;/p&gt;

&lt;p&gt;I am here to learn, build, ask better questions, and hopefully help someone else who is sitting at the beginning of this journey wondering:&lt;/p&gt;

&lt;p&gt;"Am I the only one who finds this difficult?"&lt;/p&gt;

&lt;p&gt;Spoiler: You are not.&lt;/p&gt;

&lt;p&gt;The bugs in our code are usually easier to fix than the bugs in our confidence.&lt;/p&gt;

&lt;p&gt;Happy coding * Farah * &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>coding</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
