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·4 min readPong Clone with Ink: Returning to Game Dev with Terminal Games 👾Building a Pong Clone with Ink and React for the Terminal and publishing through npm Read more →
October 13, 2024·1 min readTyping `Unknown` Supabase RPC CallsRecently I was working with the Supabase SDK on a personal project and inside this project, I am using the .rpc() method to call a SQL function. This function attempts to aggregate data around a user’s current link stats; how many there are, what’s being clicked, etc. Without going into too much detail, using RPC […] Read more →
September 08, 2021·1 min readRemember to close localhost tabs before GatsbyJS npm startEncountering a “socket hang up” error in Gatsby? Learn how keeping localhost tabs open can disrupt live-reload connections and how to fix it. Read more →
May 01, 2021·6 min readYup! Even more schemas validation examples for Yup…Explore essential Yup schema examples for validating user profiles, blog posts, and e-commerce data Read more →
February 17, 2021·7 min readClean Data, Happy Code: A Partial Guide to Validating & Sanitizing User Input in JavaScript with Yup!Learn how to effectively validate and sanitize user input in web applications using Yup and DOMPurify to enhance security and maintain clean code. Read more →
August 08, 2019·13 min readTips to writing maintainable Styled ComponentsDiscover efficient tips for using Styled Components in React projects. Learn how to maintain flexibility and avoid common pitfalls for clean, manageable code. Read more →
March 18, 2018·1 min readSimple JavaScript File Download HelperAn old method on initiating file downloads via client-side click events. Read more →
April 03, 2016·1 min readRemove Bulk Spam Comments from WordPress Export with `sed`Effortlessly clean up your WordPress XML export by removing comment bloat using a simple SED command on OSX Read more →
January 21, 2016·1 min readWeb Dev Podcasts – JavascriptWhether it is commuting to work or relaxing on the weekend I am constantly plugged into Overcast.fm listening to industry updates, stories from night vale, or the ever-relaxing voice of Roman Mars. When I was first breaking into the podcast scene it was difficult for me to identify shows that were both digestible and relevant. […] Read more →