<?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: Dejan Stajic</title>
    <description>The latest articles on DEV Community by Dejan Stajic (@dejan_stajic_28050c35cb79).</description>
    <link>https://dev.to/dejan_stajic_28050c35cb79</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%2F4099764%2F90baa754-4a43-42da-af4d-4662bcb81ec0.jpg</url>
      <title>DEV Community: Dejan Stajic</title>
      <link>https://dev.to/dejan_stajic_28050c35cb79</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dejan_stajic_28050c35cb79"/>
    <language>en</language>
    <item>
      <title>I built a daily debugging puzzle to stop getting rusty</title>
      <dc:creator>Dejan Stajic</dc:creator>
      <pubDate>Sat, 29 Aug 2026 05:18:05 +0000</pubDate>
      <link>https://dev.to/dejan_stajic_28050c35cb79/i-built-a-daily-debugging-puzzle-to-stop-getting-rusty-j7h</link>
      <guid>https://dev.to/dejan_stajic_28050c35cb79/i-built-a-daily-debugging-puzzle-to-stop-getting-rusty-j7h</guid>
      <description>&lt;p&gt;I kept noticing I was faster at writing new code than at finding bugs in code I already had. That skill atrophies if you only ship features.&lt;/p&gt;

&lt;p&gt;So I built a small daily practice: a broken snippet, one bug, fix it. New challenge every day. Python, JavaScript, and TypeScript, beginner through advanced.&lt;/p&gt;

&lt;p&gt;The loop is simple. Open the challenge, read the code, reproduce the failure, patch it. No leaderboard pressure. Just reps.&lt;/p&gt;

&lt;p&gt;Today's is a Python greeting function. Other days are string concat, off-by-one, the usual stuff that actually shows up in review.&lt;/p&gt;

&lt;p&gt;Site: &lt;a href="https://debugger-zeta.vercel.app" rel="noopener noreferrer"&gt;https://debugger-zeta.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stack is Next.js on Vercel. I want feedback on whether the bugs feel like real mistakes or too toy. If you try one, tell me which language and whether the difficulty labels are honest.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>python</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
