Posts
All the articles I've posted.
-
Vue Renderless Component Fun: Google Analytics Event Tracker
Let's say you needed to track how many times a specific button in your Vue app is clicked on using Google Analytics, how would you do it? The first thing that comes to mind might be with a click handler.
-
Building My Blog with Vuepress
Having experimented with multiple static site generators and not being very satisfied with all of them for a simple personal blog / website use case, Vuepress hits the sweet spot
-
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
-
Workaround For Chrome's Forced HSTS On Dev Domains In Puma-dev
I use the .dev domain a lot on localhost when working with Rails apps in development. It seems that the Chrome 63 update has stated enforcing HSTS on .dev domains, which means you'll need self-signed certificates for your dev environment sites to work