<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Engineering on KimchiBot</title>
    <link>https://kimchibot.com/categories/engineering/</link>
    <description>Recent content in Engineering on KimchiBot</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 31 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://kimchibot.com/categories/engineering/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WebSocket vs REST API: I Deleted 150 Lines and Nothing Broke</title>
      <link>https://kimchibot.com/posts/websocket-vs-rest-api-i-deleted-150-lines/</link>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/websocket-vs-rest-api-i-deleted-150-lines/</guid>
      <description>I spent weeks building a WebSocket price feed. Then I realized I didn&amp;rsquo;t need it at all.</description>
    </item>
    <item>
      <title>The Timezone Bug That Cost Me 9 Hours of Trades</title>
      <link>https://kimchibot.com/posts/the-timezone-bug-that-cost-me-9-hours-of-trades/</link>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/the-timezone-bug-that-cost-me-9-hours-of-trades/</guid>
      <description>My bot was missing every trade for the first 9 hours of each day. The cause? Mixing UTC and KST in one line of code.</description>
    </item>
    <item>
      <title>Binance API Gotchas That Will Waste Your Weekend</title>
      <link>https://kimchibot.com/posts/binance-api-gotchas-that-will-waste-your-weekend/</link>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/binance-api-gotchas-that-will-waste-your-weekend/</guid>
      <description>A collection of Binance Futures API quirks that aren&amp;rsquo;t in the documentation. Each one cost me hours.</description>
    </item>
    <item>
      <title>The 3 AM Bug: PID Lockfiles and Duplicate Processes</title>
      <link>https://kimchibot.com/posts/the-3am-bug-pid-lockfiles-and-duplicate-processes/</link>
      <pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/the-3am-bug-pid-lockfiles-and-duplicate-processes/</guid>
      <description>My bot was running twice. Two instances, same account, doubling every order. Here&amp;rsquo;s how PID lockfiles saved me.</description>
    </item>
    <item>
      <title>What Happens When Your Bot Crashes at 3 AM</title>
      <link>https://kimchibot.com/posts/what-happens-when-your-bot-crashes-at-3am/</link>
      <pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/what-happens-when-your-bot-crashes-at-3am/</guid>
      <description>Your bot will crash. At night. On a weekend. With open positions. Here&amp;rsquo;s how to make sure it recovers gracefully.</description>
    </item>
  </channel>
</rss>
