Next.js

5 articles tagged with "Next.js"

Part 2: Recreating Economic Cycles with Real Japanese News Series

Part 2: Recreating Economic Cycles with Real Japanese News

How I built a Python data pipeline to transform 70 years of Japanese economic history into game-ready event data — scraping Wikipedia, modeling macro indicators, and simulating stock prices that feel authentic.

Read →
Part 1: Teaching Kids to Invest — Why We Chose a Game Series

Part 1: Teaching Kids to Invest — Why We Chose a Game

Japan mandated financial education in 2022, but most adults barely understand investing themselves. This is the story of how a decade-long quest to teach children about markets through a board game evolved from paper prototypes to a production browser game.

Read →
Part 3: Building a Production Browser Game with Next.js and Phaser 3 Series

Part 3: Building a Production Browser Game with Next.js and Phaser 3

How the game-core architecture separates framework-agnostic logic from rendering, why Phaser 3 handles the board while Next.js handles everything else, and the engineering decisions behind authentication, PWA support, and i18n.

Read →
Part 1: The Beginning and the Big Picture -- The Day ChatGPT Beat the Fund Managers Series

Part 1: The Beginning and the Big Picture -- The Day ChatGPT Beat the Fund Managers

How an experiment where ChatGPT outperformed professional fund managers inspired me to build Senrigan, an AI stock price prediction service powered by a fine-tuned LLM.

Read →
Part 8: MySQL to Firestore Migration and Production -- The Road from RDB to NoSQL Series

Part 8: MySQL to Firestore Migration and Production -- The Road from RDB to NoSQL

The challenges of migrating from MySQL to Firestore for a production web service, including index design, upsert strategies, document ID design, and cost optimization for the Senrigan stock prediction platform.

Read →