<?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>Forem: Anup Bartakke</title>
    <description>The latest articles on Forem by Anup Bartakke (@thebartakke_anup).</description>
    <link>https://forem.com/thebartakke_anup</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%2F3897894%2F852453df-6581-46b6-96af-2c4993cd69b8.jpeg</url>
      <title>Forem: Anup Bartakke</title>
      <link>https://forem.com/thebartakke_anup</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/thebartakke_anup"/>
    <language>en</language>
    <item>
      <title>The "Bug Hunter" Git !</title>
      <dc:creator>Anup Bartakke</dc:creator>
      <pubDate>Sun, 26 Apr 2026 18:56:19 +0000</pubDate>
      <link>https://forem.com/thebartakke_anup/the-bug-hunter-git--5dgl</link>
      <guid>https://forem.com/thebartakke_anup/the-bug-hunter-git--5dgl</guid>
      <description>&lt;p&gt;There is a specific point in every developer’s journey where you stop just "writing code" and start managing the entire repo cos you're just a solo developer. For me, that happened when I stopped thinking about my "to-do" list and started using the &lt;strong&gt;GitHub Issues&lt;/strong&gt; tab to plan whatever repo I was working on&lt;br&gt;
Apparently, I understood &lt;strong&gt;Pull Requests and Merges&lt;/strong&gt; before Issues cos I never tried to understand it's purpose fully; but today I decided to give it a serious try.&lt;/p&gt;

&lt;p&gt;I used to think Issues were only for massive open-source teams, but even as a solo developer, using an Issue-driven workflow has changed the game:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. The Technical Debt Trap:&lt;/strong&gt; &lt;br&gt;
I caught a loop that was running infinite times and was about to cook my PC. I simply created 'Issues' regarding it and plus the other problems in my code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. The CLI Advantage:&lt;/strong&gt;&lt;br&gt;
I am in the habit of using the GitHub CLI (gh issue create) for most of my work (like pushing code, commit message). Command Line Interface makes it quite easy to do so.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. The Clean Merge:&lt;/strong&gt;&lt;br&gt;
Linking my Pull Requests to those Issues meant that the moment the fix was merged, the issue was officially resolved and documented in the commits.&lt;/p&gt;

&lt;p&gt;Moving the "to-do list" out of my brain and into the Issues tab has cleared up so much mental bandwidth. If you aren't using the Issues tab for your personal repos, you’re missing out on the best organizational tool in the dev ecosystem.&lt;/p&gt;

</description>
      <category>github</category>
      <category>cleancode</category>
      <category>coding</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Those Green Squares! (Github Edition | Part 1)</title>
      <dc:creator>Anup Bartakke</dc:creator>
      <pubDate>Sat, 25 Apr 2026 18:24:46 +0000</pubDate>
      <link>https://forem.com/thebartakke_anup/those-green-squares-github-edition-part-1-gc5</link>
      <guid>https://forem.com/thebartakke_anup/those-green-squares-github-edition-part-1-gc5</guid>
      <description>&lt;p&gt;Check out my GitHub Profile ! [&lt;a href="https://github.com/thebartakke-anup" rel="noopener noreferrer"&gt;https://github.com/thebartakke-anup&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Addiction of the Green Square...&lt;/strong&gt;&lt;br&gt;
You create a repository, you push a few lines of code, and suddenly, you see it: that first bright green square on your GitHub profile.&lt;/p&gt;

&lt;p&gt;At first, it’s just a tracker, but soon, it becomes a high score or a streak. You find yourself wanting to "commit just one more thing" before bed. You start thinking about your code in "daily streaks." If you’re like me, you’ve realized that GitHub isn’t just a storage unit for code it’s a productivity engine that’s surprisingly addictive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "Staging Area" Learning Curve&lt;/strong&gt;&lt;br&gt;
When I first started, I underestimated the "git add .". I later realised that it is a loading dock, preparing a package for a journey. I learned the hard way that you can’t just throw things into the file and hope that it is pushed.&lt;/p&gt;

&lt;p&gt;There’s a logic to it:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Working Directory: Where the chaos happens&lt;/strong&gt; &lt;br&gt;
(and where my Python and C files live).&lt;br&gt;
The Staging Area: The "Confirmation Screen" where you decide what’s actually ready for the world to see.&lt;br&gt;
The Commit: The permanent seal, that should be a clear, professional headline of what you’ve built.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "Cooked" Moment: Surviving the Rebase&lt;/strong&gt;&lt;br&gt;
Every developer hit that wall. You’ve coded your heart out, you’ve committed your changes, and you type git push... only to be met with a wall of red text.&lt;/p&gt;

&lt;p&gt;"Rejected." "Fetch first." "Remote contains work that you do not have locally."&lt;/p&gt;

&lt;p&gt;In that moment, you feel "cooked." But as I discovered today, it’s usually just a sync issue. Maybe GitHub created a ".gitignore" file that your laptop doesn't know about yet. This is where the "git pull --rebase" becomes your best friend. It’s the "handshake" that aligns your local work with the cloud, ensuring files sits perfectly in GitHub’s template.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quality Over Quantity&lt;/strong&gt;&lt;br&gt;
The temptation is to push every typo just to keep the streak alive. But the real "pro move" is intentionality. Whether it’s spreading out 10 C language exercises over 5 days to show consistent growth, or grouping logic into clean, readable commits, your GitHub profile is a real digital ledger you can be proud of one or two years down the line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is GitHub addictive?&lt;/strong&gt; &lt;em&gt;Absolutely&lt;/em&gt;. But it’s the best kind of addiction. It forces you to be organized, it rewards your consistency, and it turns the lonely act of coding into a visible journey of progress.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>github</category>
      <category>beginners</category>
      <category>career</category>
    </item>
  </channel>
</rss>
