<?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>Forem: Devin Willis</title>
    <description>The latest articles on Forem by Devin Willis (@gatordevin).</description>
    <link>https://forem.com/gatordevin</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3743097%2F92579098-7a3c-4db9-a886-d34fbf9c0c4f.jpg</url>
      <title>Forem: Devin Willis</title>
      <link>https://forem.com/gatordevin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gatordevin"/>
    <language>en</language>
    <item>
      <title>I Built a Unified API for Federal Government Contract Data</title>
      <dc:creator>Devin Willis</dc:creator>
      <pubDate>Sat, 31 Jan 2026 05:53:24 +0000</pubDate>
      <link>https://forem.com/gatordevin/i-built-a-unified-api-for-federal-government-contract-data-2g1i</link>
      <guid>https://forem.com/gatordevin/i-built-a-unified-api-for-federal-government-contract-data-2g1i</guid>
      <description>&lt;p&gt;Hey DEV community! I just finished building a side project and would love to get your feedback.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Government Contracts API&lt;/strong&gt; - A unified REST API for accessing U.S. federal government contract data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://govcontracts-beige.vercel.app" rel="noopener noreferrer"&gt;https://govcontracts-beige.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;If you've ever tried to build anything with government contract data, you know the pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multiple APIs to deal with (USASpending.gov, SAM.gov)&lt;/li&gt;
&lt;li&gt;Different data formats and authentication methods&lt;/li&gt;
&lt;li&gt;Inconsistent documentation&lt;/li&gt;
&lt;li&gt;Rate limits all over the place&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;I built an API that aggregates data from these official government sources into a single, clean REST API.&lt;/p&gt;

&lt;h3&gt;
  
  
  Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Search federal contracts&lt;/strong&gt; with filters (agency, amount, date, keywords)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Browse contract opportunities&lt;/strong&gt; from SAM.gov&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Get agency statistics&lt;/strong&gt; and spending data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RESTful design&lt;/strong&gt; with proper authentication (API keys)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free tier available&lt;/strong&gt; (rate limited) with paid tiers for heavier usage&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; for the frontend and API routes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clerk&lt;/strong&gt; for authentication&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe&lt;/strong&gt; for payments&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;USASpending.gov API&lt;/strong&gt; and &lt;strong&gt;SAM.gov API&lt;/strong&gt; as data sources&lt;/li&gt;
&lt;li&gt;Deployed on &lt;strong&gt;Vercel&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Looking for Feedback
&lt;/h2&gt;

&lt;p&gt;I'd love to hear:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is this useful? Would you use something like this?&lt;/li&gt;
&lt;li&gt;Any features you'd want to see added?&lt;/li&gt;
&lt;li&gt;Feedback on the API design or documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for checking it out!&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>I Built a Free Sports Analytics Dashboard for NBA and NFL Fans</title>
      <dc:creator>Devin Willis</dc:creator>
      <pubDate>Sat, 31 Jan 2026 04:04:18 +0000</pubDate>
      <link>https://forem.com/gatordevin/i-built-a-free-sports-analytics-dashboard-for-nba-and-nfl-fans-3eg8</link>
      <guid>https://forem.com/gatordevin/i-built-a-free-sports-analytics-dashboard-for-nba-and-nfl-fans-3eg8</guid>
      <description>&lt;p&gt;As a sports fan and developer, I've always wanted a single dashboard where I could track live scores, check betting odds, and dive into player statistics without jumping between multiple apps. So I built one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing StatFlow
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://sports-viz.vercel.app" rel="noopener noreferrer"&gt;StatFlow&lt;/a&gt;&lt;/strong&gt; is a free, open sports analytics dashboard for NBA and NFL fans. No account required, no paywalls - just clean data visualization.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Live Scores &amp;amp; Game Data
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Real-time scores for NBA and NFL games&lt;/li&gt;
&lt;li&gt;Game schedules and upcoming matchups&lt;/li&gt;
&lt;li&gt;Historical game results&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Betting Odds Integration
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Live betting lines from major sportsbooks&lt;/li&gt;
&lt;li&gt;Spread, moneyline, and over/under odds&lt;/li&gt;
&lt;li&gt;Compare odds across different sources&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Player Statistics
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Comprehensive player stats and performance metrics&lt;/li&gt;
&lt;li&gt;Season averages and game-by-game breakdowns&lt;/li&gt;
&lt;li&gt;Easy-to-read visualizations&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;Built with modern web technologies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React&lt;/strong&gt; for the frontend&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; for server-side rendering&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; for styling&lt;/li&gt;
&lt;li&gt;Deployed on &lt;strong&gt;Vercel&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;I got tired of:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Paying for premium sports apps&lt;/li&gt;
&lt;li&gt;Dealing with cluttered UIs full of ads&lt;/li&gt;
&lt;li&gt;Switching between multiple apps for different data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;StatFlow aims to be the clean, free alternative that puts all the data in one place.&lt;/p&gt;

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

&lt;p&gt;Check it out at &lt;strong&gt;&lt;a href="https://sports-viz.vercel.app" rel="noopener noreferrer"&gt;https://sports-viz.vercel.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The project is still in active development, and I'd love your feedback! What features would you like to see? Any bugs you've noticed?&lt;/p&gt;

&lt;p&gt;Drop a comment below or reach out - I'm always looking to improve it.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What sports analytics tools do you use? I'd love to hear about your workflow!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
