Oct 19, 2025

Getting Rid of Mobile Overscroll

Howdy! Have you ever built a site (primarily on mobile) and gotten frustrated by the white space peeking out when you scroll past the top or bottom of the page? It's like the browser's way of saying, Hey, nothing here. Wanna se...

Read more

May 21, 2025

Regex is fun! I'm being serious

Regex is inevitable! Maybe it’s not the tool for everyday use, but I am finding myself reaching for it a lot more than usual lately. There were two main ways I was getting my regex:

Read more

Jan 06, 2025

Setup AWS S3 for Rails

When it comes to using S3 with Rails, a quick Google search can line up lots of awesome resources and posts that discuss the process in full. I wanted to add to this list and highlight navigating S3 for the typical Rails config...

Read more

Dec 27, 2024

"Hello World" In 5 Minutes With Docker

Docker is such a fantastic tool for software development and I can’t think of a reason not to use it when applicable. In this quick blog post, I’ll show you how to use Docker and the official Docker Hub image to spin up a simpl...

Read more