<?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: bhavin patel</title>
    <description>The latest articles on DEV Community by bhavin patel (@bhavin_patel_8ac462bd6f1b).</description>
    <link>https://dev.to/bhavin_patel_8ac462bd6f1b</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%2F3968536%2Fbfc95e32-0ede-407d-8ab1-8d4f238f0c38.png</url>
      <title>DEV Community: bhavin patel</title>
      <link>https://dev.to/bhavin_patel_8ac462bd6f1b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhavin_patel_8ac462bd6f1b"/>
    <language>en</language>
    <item>
      <title>I built a stock exchange for GitHub developers in 4 days — here's how</title>
      <dc:creator>bhavin patel</dc:creator>
      <pubDate>Sun, 13 Sep 2026 08:27:04 +0000</pubDate>
      <link>https://dev.to/bhavin_patel_8ac462bd6f1b/i-built-a-stock-exchange-for-github-developers-in-4-days-heres-how-2b5h</link>
      <guid>https://dev.to/bhavin_patel_8ac462bd6f1b/i-built-a-stock-exchange-for-github-developers-in-4-days-heres-how-2b5h</guid>
      <description>&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;What if every GitHub developer had a stock price?&lt;/p&gt;

&lt;p&gt;Not a vanity metric. A real price — calculated from your &lt;br&gt;
actual activity. Followers, stars, repos, and most &lt;br&gt;
importantly: what you shipped THIS week.&lt;/p&gt;

&lt;p&gt;That's GitBull.&lt;/p&gt;

&lt;h2&gt;
  
  
  How the price works
&lt;/h2&gt;

&lt;p&gt;Every developer gets a price based on two things:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BASE&lt;/strong&gt; — your standing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Total followers&lt;/li&gt;
&lt;li&gt;Total stars across all repos
&lt;/li&gt;
&lt;li&gt;Number of public repos&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;MOMENTUM&lt;/strong&gt; — what you did this week:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New commits&lt;/li&gt;
&lt;li&gt;New stars gained&lt;/li&gt;
&lt;li&gt;New followers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ship more code = price goes up 🟢&lt;br&gt;
Go quiet = price drifts down 🔴&lt;/p&gt;

&lt;p&gt;Prices update every Monday via a weekly cron job.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built in 4 days
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;FastAPI backend with GitHub GraphQL API&lt;/li&gt;
&lt;li&gt;10,000 developers pre-populated in Firebase&lt;/li&gt;
&lt;li&gt;Flutter Web frontend&lt;/li&gt;
&lt;li&gt;3D candlestick market in Three.js (10k devs rendered live)&lt;/li&gt;
&lt;li&gt;Buy/sell with virtual points, portfolio, leaderboard&lt;/li&gt;
&lt;li&gt;Weekly cron that refreshes all dev prices&lt;/li&gt;
&lt;li&gt;Share your price card to Twitter/LinkedIn&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The interesting part — week 1 data
&lt;/h2&gt;

&lt;p&gt;After the first Monday cron ran, some devs jumped massively:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DietrichGebert: $38,627 ▲4427% (was shipping hard)&lt;/li&gt;
&lt;li&gt;Matt Pocock: $19,448 ▲3235%&lt;/li&gt;
&lt;li&gt;Torvalds: $3,003 ▲334%&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The formula actually works — active devs rise, quiet ones fall.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; FastAPI + Firebase Firestore&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;@github @buildinpublic &lt;a class="mentioned-user" href="https://dev.to/webdev"&gt;@webdev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>backend</category>
      <category>flutter</category>
      <category>github</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
