RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

laktek — 11 posts

http://www.web2media.net/laktek

Wrote a post explaining how to use Goliath framework to build Asynchronous web services. Shared sample configs for deployment using Capistrano and God monitoring.
Case study, on how I developed OpenNebula's Admin Tool during the last Google Summer of Code, using Rack & Sinatra.
I wrote a introductory blog post on how to use Cramp with Rails3 to build Real-Time Web Apps .. Read the post
Just wrote an experimental Ruby WebSocket Server based on EventMachine and Thin HTTP Parser - HTML5 WebSockets works in latest Google Chrome . Click here to fork the GitHub repo
Google Data on Rails  code.google.com
Finally an official Ruby Client Library gem for Google Data API - Checkout!
Rails Podcast with Ryan Tomayko  podcast.rubyonrails.com
Rack and Sinatra committer Ryan Tomayko talks about the benefits of Rails, the value of middleware, and the future of deployment.
Acts_as_conference 2009 Talks  aac2009.confreaks.com
Talks of recently concluded acts_as_conference are now online.
Nick Sieger, shows you how easy it is to use JRuby to mix and match both Ruby and Java tools to quickly create a simple memory monitoring program.
Ruby Advent Calendar for 2008  advent2008.hackruby.com
I thought of running a Ruby advent calendar for this year. I would love to have your contributions. Please contact me if you are interested..
If you want to get things done(GTD) in Ruby way, try out the new todo gem.
Learn the flexibility of Merb and DataMapper by creating a simple Contact Form. Merb's flat file structure and DataMapper's table-less models, and validations are emphasized.