Joey Aghion

Half a Mind

by Joey Aghion

Page 3 of 6

Previous page

Using `git bisect run` with RVM

If you’re not familiar with git bisect, check out the docs. It’s an invaluable tool for locating the commit that introduced a failure in your git repository (via binary search). You simply test and mark different code states as good or bad, and git bisect narrows down the offending code.

Reminder: Spend time with your site

I’ve been posting at the Artsy engineering blog, most recently about how we trick ourselves into sharing end users’ experiences:

Heroku with a side of EC2

I posted on the Artsy Engineering blog about supplementing our Heroku web app with EC2-hosted Delayed Job workers:

Bash aliases and helpers

My ~/.bash_profile file contains these helpers and aliases.

# Display current git branch, nicely colored, in the prompt (with a * if there are changes)

Helpful IRB methods

My ~/.irbrc file contains these helpers for performing sql queries and outputting raw database (SQL or MongoDB) queries to the console. Just add them to your home directory’s .irbrc file to have these methods available in IRB or the Rails console.

Shallow Serialization of Model Instances for Delayed_Job and MongoDB

Using delayed_job and MongoDB (via Mongoid)? Delayed_Job’s delay proxy is a convenient way to queue up background tasks on a model instance:

Tracking Application Metrics with Statsd

At Weplay, I often find myself wanting a dead-simple way to track an application-level metric or event. That’s why I found Etsy’s post about Statsd (Measure Anything, Measure Everything) very appealing. Statsd is a node.js daemon that receives notifications of application events and sends the data to Graphite for graphing.

The Lone Hacker Ninja Rock Star Surgeon

In Nate Westheimer’s post about Hackers & The Canon of Consumer Facing Products, he notes that successful software seems to often originate with a single developer who was most acutely facing a need.

The National Resident Matching Program's (NRMP) Resident/Fellow Matching Algorithm, in Ruby

This implements the algorithm used by the National Resident Matching Program (NRMP) to match residency and fellowship applicants to programs.

View this code as a gist.

Crazy, Inception-esque infographic in @FTCgov's new privacy framework doc (p.107 of 122)

Next page