You'll primarily find book and music recommendations here. I post about technology and my company on Medium.

  • 🧑‍💻 Using a GoDaddy SSL Cert with Amazon ELB

    I recently switched to using ELB with SSL termination and had to upload a GoDaddy server certificate to the load balancer. First, I tried uploading the certificate using the AWS command line tools …
  • 🧑‍💻 Detecting Sentiment in Tweets

    In a paper I published last year, I introduced a novel algorithm for sentiment detection in movie reviews. I used data from Metacritic, which consists mostly of brief reviews (only a few sentences). …
    Tags:
    • twitter
    • sentiment analysis
    • Metacritic
  • 🧑‍💻 Scenario: Using Machinist blueprints in Cucumber/Pickle

    Given you have two blueprints for users: {% highlight ruby %} User.blueprint {} User.blueprint(:admin) {} {% endhighlight %} Then this is how you reference them from a Cucumber feature definition: {% …
    Tags:
    • Rails
    • test
    • Ruby on Rails
    • Cucumber
    • Machinist
    • Pickle