Recent Posts

Migrated blog from Mephisto to WordPress

1 minute read

I used to host my blog with Mephisto. Mephisto is blogging software written in Ruby on Rails, and I really enjoyed it. Unfortunately, the Mephisto project ha...

PgEast Talk

less than 1 minute read

I’m giving a talk at the PgEast conference next week in NYC titled Migrating from MySQL to PostgreSQL.

select_or_label with custom form builder

1 minute read

In our web app, we have a common UI pattern: replacing select lists (eg. drop downs) with a label if there is only one item in the list. For example, when cr...