<?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: Sourav Katkar</title>
    <description>The latest articles on DEV Community by Sourav Katkar (@sourav_katkar_5ffec958ab4).</description>
    <link>https://dev.to/sourav_katkar_5ffec958ab4</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%2F3988293%2Fcb7d1849-4545-4c30-8c98-5d5ceb739ecd.png</url>
      <title>DEV Community: Sourav Katkar</title>
      <link>https://dev.to/sourav_katkar_5ffec958ab4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sourav_katkar_5ffec958ab4"/>
    <language>en</language>
    <item>
      <title>How I Used Google's New Antigravity Agent to Build a BigQuery Cheatsheet in a Day</title>
      <dc:creator>Sourav Katkar</dc:creator>
      <pubDate>Wed, 17 Jun 2026 05:31:52 +0000</pubDate>
      <link>https://dev.to/sourav_katkar_5ffec958ab4/how-i-used-googles-new-antigravity-agent-to-build-a-bigquery-cheatsheet-in-a-day-1e5l</link>
      <guid>https://dev.to/sourav_katkar_5ffec958ab4/how-i-used-googles-new-antigravity-agent-to-build-a-bigquery-cheatsheet-in-a-day-1e5l</guid>
      <description>&lt;p&gt;I work as a Data Engineer, spending most of my day writing BigQuery SQL for large-scale GCP migrations. One thing kept annoying me: I'd constantly forget the exact syntax for things like &lt;code&gt;UNNEST&lt;/code&gt;, window functions, or &lt;code&gt;MERGE&lt;/code&gt; statements, and end up re-Googling the same StackOverflow answers over and over.&lt;/p&gt;

&lt;p&gt;So I decided to fix it myself, and use it as an excuse to try &lt;strong&gt;Google Antigravity&lt;/strong&gt;, the new agentic development platform Google launched this year.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Antigravity, anyway?
&lt;/h2&gt;

&lt;p&gt;Unlike a typical AI code editor where you write code and the AI autocompletes it, Antigravity flips the model. You describe the &lt;em&gt;task&lt;/em&gt;, and an agent plans, writes, tests, and iterates on the code largely on its own, across your editor, terminal, and even the browser.&lt;/p&gt;

&lt;p&gt;I wanted to see how far I could get without writing code by hand.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Build
&lt;/h2&gt;

&lt;p&gt;I gave it a simple starting prompt: build an interactive, offline-first BigQuery SQL cheatsheet — searchable, with copy-to-clipboard buttons, categorized by topic, with a dark/light theme toggle.&lt;/p&gt;

&lt;p&gt;A few iterations later, I had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;25+ categorized SQL snippets (Arrays, Structs, Window Functions, JSON, DDL/DML, performance tips)&lt;/li&gt;
&lt;li&gt;Live fuzzy search across titles, tags, and syntax&lt;/li&gt;
&lt;li&gt;One-click copy on every snippet&lt;/li&gt;
&lt;li&gt;A glassmorphic dark/light UI&lt;/li&gt;
&lt;li&gt;Zero backend — just a single HTML/CSS/JS bundle that runs fully offline
No frameworks, no build step. Just open &lt;code&gt;index.html&lt;/code&gt; in a browser.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;The agent handled the boring-but-tedious parts well: organizing snippets into clean categories, building the search/filter logic, and getting the UI polish right (rounded cards, smooth transitions, responsive layout). I mostly nudged it on content accuracy and structure rather than writing CSS by hand.&lt;/p&gt;

&lt;p&gt;It's not magic — I still had to review the SQL examples for correctness since BigQuery has a lot of edge cases around cost optimization. But for scaffolding an entire interactive tool in an afternoon, it was a genuinely different workflow than the "write code, ask AI to fix it" loop I'm used to.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;I packaged the final result and put it up for anyone who wants it: &lt;a href="https://souravkatkar.gumroad.com/l/knxyvv" rel="noopener noreferrer"&gt;BigQuery SQL Interactive Cheatsheet&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's pay-what-you-want. If you work with BigQuery regularly, or you're studying for a GCP Data Engineer interview, it might save you a few StackOverflow trips.&lt;/p&gt;

&lt;p&gt;Curious if other data engineers have tried agent-first tools like Antigravity for non-trivial builds — would love to hear what worked (or didn't) for you.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>bigquery</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
