<?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: Bruno Andrade</title>
    <description>The latest articles on DEV Community by Bruno Andrade (@brunodev1999).</description>
    <link>https://dev.to/brunodev1999</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%2F4099375%2Fadeddefd-08dc-4d34-80bf-22846c8c33fe.png</url>
      <title>DEV Community: Bruno Andrade</title>
      <link>https://dev.to/brunodev1999</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brunodev1999"/>
    <language>en</language>
    <item>
      <title>How I built an automated cloud warehouse pricing tracker</title>
      <dc:creator>Bruno Andrade</dc:creator>
      <pubDate>Fri, 28 Aug 2026 18:16:12 +0000</pubDate>
      <link>https://dev.to/brunodev1999/how-i-built-an-automated-cloud-warehouse-pricing-tracker-52i7</link>
      <guid>https://dev.to/brunodev1999/how-i-built-an-automated-cloud-warehouse-pricing-tracker-52i7</guid>
      <description>&lt;p&gt;Every "BigQuery vs Snowflake cost" article I found while researching this was at least a year old, and cloud pricing changes often enough that the numbers were already wrong.&lt;/p&gt;

&lt;p&gt;I wanted something that stayed correct without me touching it, so I built bigdataexplained.com: a static site (Astro, deployed on Cloudflare Pages) backed by a GitHub Actions job that runs daily, pulls current rates from each vendor's pricing API where one exists, and falls back to the published rate card where it doesn't.&lt;/p&gt;

&lt;p&gt;A few things I had to solve:&lt;/p&gt;

&lt;p&gt;Detecting real price changes vs noise. The daily job diffs the incoming dataset against the last one, ignoring timestamp fields, so a commit only says "price changed" when a rate actually moved.&lt;br&gt;
Not silently going stale. If a vendor API starts failing, the site keeps the last confirmed value but flags it as "refresh failing" rather than pretending it's current.&lt;br&gt;
Making it useful, not just accurate. The site has a calculator for your own workload shape, and head-to-head pages comparing any two engines across data volumes and workload profiles (BI dashboard, ETL, ad hoc analytics).&lt;br&gt;
It's fully static, no backend, no database beyond a committed JSON file that IS the database.&lt;/p&gt;

&lt;p&gt;Live at &lt;a href="https://bigdataexplained.com" rel="noopener noreferrer"&gt;https://bigdataexplained.com&lt;/a&gt; — happy to answer questions about the pipeline or the pricing model assumptions.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>astro</category>
      <category>cloudflare</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
