RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

jaymcgavren — 5 posts

http://jay.mcgavren.com

A pecha-kucha style presentation on code koans, which leverage the Test-Driven Development style to help you master new programming languages. Ruby, Clojure, Scala, and Javascript are all covered, and getting started is amazingly easy.
I made this screencast to show off how powerful DRb is, and how easy it is to get started. We create a simple drawing canvas in Tk, then use DRb to network-enable it and draw to it from a 4-line client. We finish with a Ruby client that runs on Android via the Ruboto environment. And along the way, we cover a little basic security to help keep you safe (this is a network app, after all).
I’ve got a sizable commute, so I’ve taken to downloading conference videos and converting to MP3 to play in the car. Most work reasonably well as speech-only, I’m finding. In hopes of helping others, I’m posting them here.
Ruby On Acid On Ruboto  jay.mcgavren.com
It was very easy to get a Ruby on Acid demo script for Ruboto 0.2 (JRuby/IRB for Android) up and running on an emulator and then on my phone itself. Follow the link for code and a screenshot.
Ruby Tweets!  jay.mcgavren.com
A writeup on the art of getting Ruby scripts down to Twitter size. (I.e., less than 140 characters.) You'd be surprised what can be packed into a tweet.