<?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: John Furrh</title>
    <description>The latest articles on DEV Community by John Furrh (@coineater).</description>
    <link>https://dev.to/coineater</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%2F4060940%2Fbe7207d9-b114-490c-bd73-48ecc732c097.png</url>
      <title>DEV Community: John Furrh</title>
      <link>https://dev.to/coineater</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coineater"/>
    <language>en</language>
    <item>
      <title>DAREALTYTE</title>
      <dc:creator>John Furrh</dc:creator>
      <pubDate>Mon, 03 Aug 2026 15:35:00 +0000</pubDate>
      <link>https://dev.to/coineater/darealtyte-2jfc</link>
      <guid>https://dev.to/coineater/darealtyte-2jfc</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Deliberately best-effort — a settings tweak failing shouldn’t fail a deployment that already succeeded. It surfaces as public: false in the response and a visible warning in the UI, rather than silently handing someone a broken link.&lt;br&gt;
Live Stripe checkout failed on day one. Test mode worked perfectly. Live mode returned:&lt;br&gt;
Invalid line_items[0]: the product tax code is missing… Product tax code is required for Managed Payments, which is enabled by default on your account.&lt;br&gt;
A whole class of bug that only exists in production. I reproduced it directly against Stripe’s API before touching code, then opted the session out of Managed Payments — rather than inventing a tax classification, since whether to collect sales tax is a business decision, not a code one.&lt;br&gt;
The meta-lesson&lt;br&gt;
Every one of these five bugs was invisible to the test suite. The unit tests were green the entire time — because they tested my parsing logic, and every bug was in the query I sent or the transport I sent it over.&lt;br&gt;
Four of them were only findable by hitting the live endpoint and reading actual output. The 1996–2006 bug in particular looked like a total success from every angle except one: 566 results, HTTP 200, tests passing, correct shape. You had to actually look at the dates.&lt;br&gt;
Best Use of Sentry&lt;br&gt;
Not submitting to this category — DAREALTYTE doesn’t currently use Sentry.&lt;br&gt;
Worth being straight about it, since this project is a decent argument for adding it. Bugs 4 and 5 both returned HTTP 200 with well-formed payloads. Error monitoring wouldn’t have flagged either one; nothing threw. What would have caught them is exactly what I ended up doing by hand — inspecting real production responses and noticing the values were wrong even though the shape was right.&lt;br&gt;
The one place Sentry would have paid off immediately is Bug 3. The Safari Load failed was reported to me as a screenshot from a phone, with no stack trace and no way to reproduce it in my own environment. A Session Replay or a captured client-side exception would have turned a multi-round guessing game into a single look.&lt;br&gt;
Best Use of Google AI&lt;br&gt;
Not submitting to this category — no Google AI products are used in this project.&lt;a href="//DAREALTYTE.com"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>devchallenge</category>
      <category>bugsmash</category>
    </item>
  </channel>
</rss>
