<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>takanomedev.com</title>
    <link>https://takanomedev.com</link>
    <description>My personel space where i write about things i learn</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 10 Aug 2026 13:57:51 GMT</lastBuildDate>
    <atom:link href="https://takanomedev.com/rss.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>A mistake I made with concurrent requests</title>
        <link>https://takanomedev.com/writings/mistake-made-with-concurrent-requests</link>
        <description>A double-submit bug let users request more than their available balance. The fix was one database lock — and a rule I now follow everywhere.</description>
        <pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate>
        <guid>https://takanomedev.com/writings/mistake-made-with-concurrent-requests</guid>
      </item>
    
  </channel>
</rss>