Posts
All the articles I've posted.
-
On-Site SEO For Your Jekyll Blog
One of the best ways to grow your traffic is via organic SEO. The concept is simple, you add in new content that is relevant to the audience you want visiting your site, and with more content, it increases the chances that your website appears in relevant searches
-
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.