<?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: Blake Everett</title>
    <description>The latest articles on Forem by Blake Everett (@blake_everett_36981a3479b).</description>
    <link>https://forem.com/blake_everett_36981a3479b</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%2F3419746%2F0dd893fa-4e62-4581-b733-5fea3e4e81f3.png</url>
      <title>Forem: Blake Everett</title>
      <link>https://forem.com/blake_everett_36981a3479b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/blake_everett_36981a3479b"/>
    <language>en</language>
    <item>
      <title>Building a Powerball Calculator: When Math Meets Dreams (and Reality)</title>
      <dc:creator>Blake Everett</dc:creator>
      <pubDate>Thu, 11 Sep 2025 15:22:50 +0000</pubDate>
      <link>https://forem.com/blake_everett_36981a3479b/building-a-powerball-calculator-when-math-meets-dreams-and-reality-kc7</link>
      <guid>https://forem.com/blake_everett_36981a3479b/building-a-powerball-calculator-when-math-meets-dreams-and-reality-kc7</guid>
      <description>&lt;p&gt;Last weekend, I found myself in line at a gas station, watching someone ahead of me carefully fill out their &lt;a href="https://powerballcalculator.net/" rel="noopener noreferrer"&gt;Powerball ticket.&lt;/a&gt; The jackpot was sitting pretty at $400 million, and I couldn't help but wonder: "What would that actually look like after taxes?"&lt;/p&gt;

&lt;p&gt;That's when it hit me – most people have no clue what they'd actually take home from a big lottery win. Sure, everyone knows about taxes, but the reality is way more complex than just "the government takes some."&lt;/p&gt;

&lt;p&gt;So I did what any developer would do: I built a tool to figure it out.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem Nobody Talks About
&lt;/h2&gt;

&lt;p&gt;Here's the thing about lottery winnings – they're not just "income." They're taxed at the highest federal rates (we're talking 37% for the big wins), plus state taxes that vary wildly depending on where you live. And then there's the choice between lump sum and annuity payments, which completely changes the math.&lt;/p&gt;

&lt;p&gt;I realized there wasn't a straightforward, user-friendly calculator out there that handled all these variables properly. Most tools either oversimplify or overwhelm you with financial jargon.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building Something Actually Useful
&lt;/h2&gt;

&lt;p&gt;The calculator I built handles the real-world complexity:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://powerballcalculator.net/" rel="noopener noreferrer"&gt;Federal tax calculations&lt;/a&gt; at current rates&lt;/li&gt;
&lt;li&gt;State-by-state tax variations (because winning in Texas hits different than winning in California)&lt;/li&gt;
&lt;li&gt;Lump sum vs. annuity comparisons&lt;/li&gt;
&lt;li&gt;Clear breakdowns of what you actually pocket
But here's what I'm most proud of: it's genuinely easy to use. No financial background required. Just plug in the jackpot amount, select your state, choose your payment preference, and boom – you know exactly what you're working with.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Technical Side
&lt;/h2&gt;

&lt;p&gt;Built with Next.js and TypeScript for that smooth, responsive experience. The tax calculations are based on current IRS guidelines and state tax codes, updated regularly to stay accurate. I spent way too much time making sure the mobile experience was perfect because, let's be honest, most people are checking lottery numbers on their phones.&lt;/p&gt;

&lt;p&gt;The UI focuses on clarity over flashiness. When someone's trying to understand potentially life-changing numbers, the last thing they need is confusion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Look, I'm not encouraging anyone to spend their rent money on lottery tickets. But if you're going to play, you should understand what you're actually playing for. Knowledge is power, especially when it comes to financial decisions.&lt;/p&gt;

&lt;p&gt;Plus, building this taught me a ton about tax law complexity and user experience design. Win-win, even if I never hit the jackpot myself.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://powerballcalculator.net/" rel="noopener noreferrer"&gt;The calculator&lt;/a&gt; is live and free to use. Because everyone deserves to dream with accurate math.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>From Code to Cosmos: How I Built a Tarot Web App with Next.js and a Touch of Magic</title>
      <dc:creator>Blake Everett</dc:creator>
      <pubDate>Wed, 10 Sep 2025 15:26:31 +0000</pubDate>
      <link>https://forem.com/blake_everett_36981a3479b/from-code-to-cosmos-how-i-built-a-tarot-web-app-with-nextjs-and-a-touch-of-magic-4a77</link>
      <guid>https://forem.com/blake_everett_36981a3479b/from-code-to-cosmos-how-i-built-a-tarot-web-app-with-nextjs-and-a-touch-of-magic-4a77</guid>
      <description>&lt;p&gt;As developers, we often find ourselves immersed in logic, frameworks, and APIs. But what happens when you blend that structured world with something as mystical as Tarot? You get a passion project that’s both a technical challenge and a journey of self-discovery. Today, I want to share the story behind my latest creation, the &lt;a href="https://arcanacalculator.com/" rel="noopener noreferrer"&gt;Arcana Calculator&lt;/a&gt; .&lt;/p&gt;

&lt;p&gt;It all started with a personal fascination. I've always been intrigued by the archetypes and stories within a Tarot deck. At the same time, my professional life revolves around data science and web development. I saw an opportunity to merge these two worlds: to use technology to make the ancient wisdom of Tarot more accessible to everyone, regardless of their background. The goal wasn't to replace the magic, but to provide a new gateway to it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tech Stack: Next.js, TypeScript, and Web Workers
&lt;/h2&gt;

&lt;p&gt;I chose Next.js for its powerful features like server-side rendering and static site generation, which are perfect for a content-rich and SEO-friendly application. Using TypeScript was a no-brainer for ensuring type safety and maintainability as the project grew.&lt;/p&gt;

&lt;p&gt;One of the first challenges I tackled was internationalization (i18n). Tarot is a universal language, so the app needed to be, too. I implemented a routing system that supports multiple languages (from English and Spanish to Turkish and Chinese), using JSON files to manage translations. This allows users from different parts of the world to experience the app in their native language, which was a crucial goal for me.&lt;/p&gt;

&lt;p&gt;But the real technical fun began when I needed to handle the numerological calculations. The core feature of the app calculates a user's "Major Arcana" card based on their name and birth date. These calculations, while not overly complex, could potentially block the main thread and lead to a sluggish UI. To ensure a smooth and responsive experience, I offloaded these computations to a Web Worker . This keeps the UI snappy, allowing animations and interactions to run without a hitch while the numbers are being crunched in the background. It’s a small detail, but it makes a huge difference in user experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Discover Your Own Path
&lt;/h2&gt;

&lt;p&gt;The result of this journey is the &lt;a href="https://arcanacalculator.com/" rel="noopener noreferrer"&gt;Arcana Calculator&lt;/a&gt;. It’s a simple tool where you can enter your details to discover your Major Arcana card, get your "Card of the Year," and even explore a "One Arcana Reading." It’s designed to be a starting point for anyone curious about Tarot, offering a glimpse into the energies that might be influencing their life path.&lt;/p&gt;

&lt;p&gt;Building this project has been an incredibly rewarding experience. It taught me how to blend different passions and how technology can serve as a bridge to ancient practices. It’s a reminder that the most fulfilling projects are often the ones that come from the heart.&lt;/p&gt;

&lt;p&gt;I invite you to check it out, find your card, and let me know what you think. Have you ever worked on a project that combines your personal interests with your technical skills? I’d love to hear about it in the comments!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>website</category>
      <category>javascript</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
