Recent Posts Header Image

Recent Posts

I write about challenges faced in software development and life. Where one stops and the other begins, you tell me.

Typing `Unknown` Supabase RPC Calls

Published October 13, 2024

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 […]

Featured Photo for Typing `Unknown` Supabase RPC Calls

Remember to close localhost tabs before GatsbyJS npm start

Published September 08, 2021

Encountering a “socket hang up” error in Gatsby? Learn how keeping localhost tabs open can disrupt live-reload connections and how to fix it.

Featured Photo for Remember to close localhost tabs before GatsbyJS npm start

Yup! Even more schemas validation examples for Yup…

Published May 01, 2021

Explore essential Yup schema examples for validating user profiles, blog posts, and e-commerce data

Featured Photo for Yup! Even more schemas validation examples for Yup…

Clean Data, Happy Code: A Partial Guide to Validating & Sanitizing User Input in JavaScript with Yup!

Published February 17, 2021

Learn how to effectively validate and sanitize user input in web applications using Yup and DOMPurify to enhance security and maintain clean code.

Featured Photo for Clean Data, Happy Code: A Partial Guide to Validating & Sanitizing User Input in JavaScript with Yup!

Tips to writing maintainable Styled Components

Published August 08, 2019

Discover efficient tips for using Styled Components in React projects. Learn how to maintain flexibility and avoid common pitfalls for clean, manageable code.

Featured Photo for Tips to writing maintainable Styled Components

Simple JavaScript File Download Helper

Published March 18, 2018

An old method on initiating file downloads via client-side click events.

Featured Photo for Simple JavaScript File Download Helper

Remove Bulk Spam Comments from WordPress Export with `sed`

Published April 03, 2016

Effortlessly clean up your WordPress XML export by removing comment bloat using a simple SED command on OSX

Featured Photo for Remove Bulk Spam Comments from WordPress Export with `sed`

Web Dev Podcasts – Javascript

Published January 21, 2016

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. […]