Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Free Screencasts

Rack Basics

Teach Me To Code - 2010-08-27 - free

Rack is the basis for most major web frameworks in Ruby (like Ruby on Rails.) This video gives a basic overview on how it is used and what features make it a powerful component for Ruby Web Frameworks

Watch this screencast

Episode #14 - Rack & Metal

Scaling Rails Series - 2009-06-05 - free

Rails 2.3 shipped with Rack support and contains a set of middleware libraries which can be used to customize and optimize your Rails application. In this screencast we go over the basics of Rack & Rack Middleware, walk through the Rails Rack stack, and show how to optimize certain actions in your Rails application using Metal.

Watch this screencast

RailsCasts #151 Rack Middleware

Railscasts - 2009-03-02 - free

Rack middleware is a way to filter a request and response coming into your application. In this episode I show how to modify the response body using middleware.

Watch this screencast
Find more screencasts on the homepage