How to Deploy a Private Git Repo to Openshift
06.15.2017
Openshift is Redhat's platform as a service, aka a place for you to deploy your application to (think Heroku, Google App Engine, or AWS Beanstalk). They have a tool called Source 2 Image (S2I) that allows you to pass in a source (in the form of a docker image, git …
read moreOSCON 2017
05.15.2017
Highlights
There's a ton of content in this post, including a lot of links to even more content. Here's the good stuff, if you want to skip the gory details.
- Step 1: Punch a Tree by Evan Booth
- Choose Open Infrastructure by Christopher Aedo
- Finding your way in the dark …
Setting a Language with Selenium Webdriver in Ruby
01.23.2017
Hello reader! This post was inspired by a project I was working on recently, adding a 'lang' option to a Selenium-Webdriver (the ruby gem) wrapper. I needed to instantiate Selenium::Webdriver.for(:firefox) and (:chrome) both locally and remotely (Sauce labs, specifically), setting a locale for each. There's plenty of …
read moreSan Francisco 2016: An Adventure
12.20.2016
Hello, beautiful reader! I hope you are enjoying the holiday season, and are looking forward to some quality time with the people you love in the coming weeks. Before the madness really started Eli and I got to spend a week in San Francisco while he visited CoreOS, the tech …
read moreRivers of Milk and Honey
11.2.2016
DISCLAIMER: My experiences are entirely my own and don't necessarily reflect the experiences of others, including other women at my company.
It's no secret that there's an incredible shortage of women in the tech industry, and even less of a secret that women are treated differently than men, particularly in …
read morePuppet Orchestrator --application Example
10.26.2016
As always, this technical blog post began when I was having a problem
and couldn't find the answer on the internet. I'm writing tests for
Puppet's application orchestrator which involve setting up an
application remotely then running some variations of puppet job
run
. In particular, I need to specify an …
Minimal Programmatic Puppet Class Creation
10.13.2016
This post began when I was trying to programmatically create my own Puppet class, googled this exact title, and came up totally empty handed. After wading through dozens of StackOverflow posts and puppet docs, I still wasn't sure what I needed to accomplish this or how it would fit into …
read more