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

Latest Screencasts (page 4)

RailsCasts #89 Page Caching

Railscasts - 2008-01-20 - free

Page caching is an efficient way to cache stateless content. In this episode I will show you how to cache the dynamic javascript we created last week.

Watch this screencast

Benchmarking with httperf

Peepcode - 2007-10-07 - paid

by Geoffrey Grosenbach with content from Zed Shaw, author of Mongrel. Programmers love performance. We like to talk about it and form theories, but we don’t know how to measure it. And when we do, we don’t know what to do with the numbers we get. This screencast shows how...

Watch this screencast

RailsCasts #23 Counter Cache Column

Railscasts - 2007-04-25 - free

If you need to display the record count for a has_many association, you can improve performance by caching that number in a column.

Watch this screencast

RailsCasts #22 Eager Loading

Railscasts - 2007-04-23 - free

One way to improve performance is to cut down on the number of SQL queries. You can do this through eager loading. Learn all about it in this episode!

Watch this screencast

RailsCasts #1 Caching with Instance Variables

Railscasts - 2007-03-04 - free

Learn a quick way to improve performance. Just store the end result of an expensive command in an instance variable!

Watch this screencast
Find more screencasts on the homepage