LatestDecember 27, 2024·9 min readBuilding Blackjack for the Terminal with ink-playing-cards libraryCreate a terminal-based Blackjack game with React, TypeScript, and the `ink-playing-cards` card library for a nostalgic yet modern gaming experience. Read Article →
December 22, 2024·3 min readInk Enhanced Select Input: A Flexible Horizontal & Vertical Select Component for the TerminalUpgrade your ink-select-input for seamless vertical and horizontal layouts enabling more intuitive and space-efficient interfaces in your Ink CLI apps Read more →
December 18, 2024·3 min readBuilding Pong as a terminal game with InkBuilding Pong as a terminal game with Ink: single-player against an AI paddle, two-player on a shared keyboard, dynamic difficulty as the rally goes. Plus why npx as a distribution channel is underrated for small games. Read more →
October 13, 2024·1 min readTyping `Unknown` Supabase RPC CallsA short pattern for typing the response of a Supabase RPC call when the generated types come back as `unknown` – the cast I keep reaching for, and why a runtime validator like Zod is the safer follow-up. Read more →