Resources for addressing the Heartbleed zero-day OpenSSL bug Heartbleed is a zero-day bug in many OpenSSL implementations, and effects a huge swatch of servers on the Internet. Here's a list of resources I've...
Using dig to view, backup and verify DNS zone records on OS X I was recently asked by a client to consolidate all of their DNS zone records and domain name registrations from 2 separate services to a...
Configuring PhoneGap for cross-platform mobile development on Mac OS X Mavericks One of my professional goals for this year is to publish a mobile app for at least one Panoptic Development client. I've been researching different...
Setting up a Rails 3 virtual machine using Vagrant and VirtualBox I recently started bringing other developers on board to help me with a project that up until then I had been the sole developer on....
Notes on Single Table Inheritance (STI) in Rails 3.0 I’m currently working on a project at Panoptic Development that calls for splitting up a single model into two similar models with slightly differing functionality....