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.
Discover efficient tips for using Styled Components in React projects. Learn how to maintain flexibility and avoid common pitfalls for clean, manageable code.
An old method on initiating file downloads via client-side click events.
Whether 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. […]
Effortlessly clean up your WordPress XML export by removing comment bloat using a simple SED command on OSX