You know those moments during vacation when you should be relaxing, but the creative coding brain just won’t shut off? That was me last week, sitting in an Airbnb with my laptop, a decent WiFi connection, and way too much coffee. The goal? Create my own version of the iconic Matrix digital rain effect – […]
Explore the joys of building terminal-based card games with a dive into my journey of recreating the classic Memory/Concentration card game using the ink-playing-cards library.
Optimize your Node.js packages with .npmignore to enhance performance by excluding unnecessary files, reducing size, and improving user installation.
Create a terminal-based Blackjack game with React, TypeScript, and the `ink-playing-cards` card library for a nostalgic yet modern gaming experience.
Upgrade your ink-select-input for seamless vertical and horizontal layouts enabling more intuitive and space-efficient interfaces in your Ink CLI apps
Building a Pong Clone with Ink and React for the Terminal and publishing through npm
Recently 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 […]
Encountering a “socket hang up” error in Gatsby? Learn how keeping localhost tabs open can disrupt live-reload connections and how to fix it.
Explore essential Yup schema examples for validating user profiles, blog posts, and e-commerce data
Learn how to effectively validate and sanitize user input in web applications using Yup and DOMPurify to enhance security and maintain clean code.