With the release of a recent feature on the blog, we can now say something we’ve hoped to say for some time: we shipped Haskell to production! In this post, I’ll outline what we shipped, how it’s working out for us, and provide some solutions to the various hurdles we encountered.
I keep a file of code I like. When looking for inspiration, I read through...
Use Segment.io’s Ruby library to track usage patterns within a Rails application.
Use SQL EXPLAIN to understand when and why indexes are used (or not).
Let’s walk through my short psqlrc(5) to see what I’ve set, and to inspire...
The Good, the Bad, and the Arity…
Comments are like playing telephone. Avoid them with clearer method names.
Preloading, or bootstrapping, data resources from the server via HTML is a...
Don’t manually setup your new laptop with a series of copy-and-pasted steps from some blog post. Leverage automation and the open source community to save time and get a more stable result.
Let’s make I18n on Rails better, quickly and easily. These tips have helped...