Posts
All the articles I've posted.
-
Migrating Ghost To Jekyll + Github Pages
Guide to migrating from Ghost on DigitalOcean to Jekyll hosted on Github Pages, including theme setup, deployment, and custom domains.
-
Rotating Your Rails Logs In Production
I encountered a really amateur issue that I think shouldn't be happening after so many years working in Rails - my Rails log ballooned into a Godzilla proportions and I ran out of disk space
-
Testing For Rails + Webpacker + VueJS
I've been exploring how to implement a decent unit testing workflow instead of relying too much on feature testing.
-
HTTParty and Rails Caching Gotcha
If you try to cache a HTTParty response directly, you find that you run into some strange error quickly