In my recent post “How I’m augmenting my information consumption”, I was hacking away at little aliased functions in my zsh custom folder to extract and analyze YouTube video transcripts. I’m excited to report that what started as a desperate attempt to keep up with my ever-growing “Watch Later” playlist has evolved into something more […]
When you’re deep in the code jungle working with local language models via Ollama, you sometimes need a quick way to see what models you have hanging out on your machine. Whether it’s for giving users a nifty dropdown list, checking input validation, or just satisfying your inner geek while authoring a fresh custom alias […]
Overcome information overload with AI tools like Fabric. Intro on how I’m starting to augment and enhance how I consume and interact with content on the daily to learn more in less time.
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.
Discover efficient tips for using Styled Components in React projects. Learn how to maintain flexibility and avoid common pitfalls for clean, manageable code.