Tag: Web Dev
All the articles with the tag "Web Dev".
-
CircleCI 2.0 and Rails Gotchas
CircleCI was a great automation timesaver previously when I worked with Opswork. It ran all our tests and deployed to Opsworks after all tests turned green
-
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.
-
HTTParty and Rails Caching Gotcha
If you try to cache a HTTParty response directly, you find that you run into some strange error quickly
-
Automating A Ghost Blog Install With Ansible
We are all about efficiency as developers. Why hammer commands line after line into the terminal when you can write code to do it for you? As I setup this Ghost-powered blog, I set out to document down this process as repeatable code.