Showing 13 slides

Ruby 1.8.8 and professor

April 12, 2012 11:23
How to use Ruby 1.8 head (which has 1.9 style hash syntax!), and a description of professor, which compares two separate ruby-prof profilings to detect differences.

ruby rorosyd roro ruby 1.8 profiling

How to talk like a ge1sha

January 16, 2012 10:18
A beginner’s guide to learn Japanese, from a Ruby programmer’s perspective.

ruby roro railscamp learning japanese japanese language

Mistakes I have made

December 12, 2011 10:05
Antipatterns I’ve been guilty of in Ruby. Why they’ve happened, and what you can do to prevent them.

ruby programming antipatterns

Ampersand method

December 12, 2011 10:04
How to do enumerables on methods that take a single parameter more easily.

ruby functional programming