<?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: Besufikad Hosiso</title>
    <description>The latest articles on DEV Community by Besufikad Hosiso (@besufikad_hosiso_64c9a77a).</description>
    <link>https://dev.to/besufikad_hosiso_64c9a77a</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%2F3781151%2F39f92454-4fb0-4ce7-b43c-46499ae13d5e.jpg</url>
      <title>DEV Community: Besufikad Hosiso</title>
      <link>https://dev.to/besufikad_hosiso_64c9a77a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/besufikad_hosiso_64c9a77a"/>
    <language>en</language>
    <item>
      <title>I built a developer learning app to kill the restart loop</title>
      <dc:creator>Besufikad Hosiso</dc:creator>
      <pubDate>Mon, 01 Jun 2026 12:30:27 +0000</pubDate>
      <link>https://dev.to/besufikad_hosiso_64c9a77a/i-built-a-developer-learning-app-to-kill-the-restart-loop-2foi</link>
      <guid>https://dev.to/besufikad_hosiso_64c9a77a/i-built-a-developer-learning-app-to-kill-the-restart-loop-2foi</guid>
      <description>&lt;h2&gt;
  
  
  The problem I kept having
&lt;/h2&gt;

&lt;p&gt;I started learning React for the third time last year.&lt;/p&gt;

&lt;p&gt;Week one — enthusiastic, consistent, making real progress.&lt;br&gt;
Week two — life got in the way, missed two days.&lt;br&gt;
Week three — opened my laptop, stared at my code, remembered nothing. Started over. Again.&lt;/p&gt;

&lt;p&gt;This is the restart loop. And I know I'm not the only one who lives in it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why nothing else worked
&lt;/h2&gt;

&lt;p&gt;I tried Notion. Too much setup.&lt;br&gt;
I tried habit apps. Not built for developers.&lt;br&gt;
I tried just being "more disciplined." That's not a system.&lt;/p&gt;

&lt;p&gt;The real problem was that I had &lt;strong&gt;no learning memory&lt;/strong&gt; and &lt;strong&gt;no streak that meant something to me as a developer&lt;/strong&gt;. GitHub's contribution graph is the thing that made me feel accountable for my code. I needed the same thing for my learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  So I built LevelGit
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;LevelGit&lt;/strong&gt; is a free developer learning app — a coding streak tracker, focus timer, and commit log all in one place.&lt;/p&gt;

&lt;p&gt;Here's what it does:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Daily streak tracker&lt;/strong&gt; — a GitHub-style heatmap. Every day you learn = a green square. The consistency mechanic is the same one that makes people obsessively maintain their GitHub streaks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Focus mode timer&lt;/strong&gt; — 25-minute distraction-free sessions. The sidebar disappears. Your current task is the only thing on screen. No more "I'll just check Twitter real quick."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Commit log&lt;/strong&gt; — after every session, write one sentence about what you understood. Tag it with the technology. It becomes your personal learning memory. Come back after a two-week break, read your log, and remember everything you built.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developer mood tracker&lt;/strong&gt; — check in with how you're feeling before every session. Rough day? The app pre-selects a 10-minute session instead of the full 25. Even 10 minutes keeps your streak alive. This one feature changed everything for me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learning path tracker&lt;/strong&gt; — set a goal like "Master React in 30 days", define your milestones, check them off. No more decision fatigue about what to study today.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Growth stats&lt;/strong&gt; — see which technologies you study most, your streak history, and total sessions.&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech stack
&lt;/h2&gt;

&lt;p&gt;Built with React 19, Tailwind CSS v4, React Router, and AppContext with useReducer + localStorage. No backend, no database, no account required.&lt;/p&gt;

&lt;p&gt;I built it in 7 focused sessions — using LevelGit concept&lt;br&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%2Fcioqmc0jc4hza1swcr0t.png" 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%2Fcioqmc0jc4hza1swcr0t.png" alt=" " width="800" height="420"&gt;&lt;/a&gt; itself to stay consistent while building it. That's the proof the concept works.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://levelgit.vercel.app" rel="noopener noreferrer"&gt;https://levelgit.vercel.app&lt;/a&gt;&lt;/strong&gt; — free, no signup, works in any browser.&lt;/p&gt;

&lt;p&gt;I'd love feedback from the dev community. What feature is most useful to you? What's missing? What would make you actually open this every morning?&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
