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

Latest Screencasts (page 3)

Episode #8 - Memcached

Scaling Rails Series - 2009-02-19 - free

Most of the big Web 2.0 websites rely on memcached (pronounced "Memcache-Dee") to scale, even the ones not using Rails. In this screencast you’ll learn how easy it is to use memcached in your Rails application, and how to do low level query caching for websites where you have highly customized layouts.

Watch this screencast

Episode #1 - Page Responsiveness

Scaling Rails Series - 2009-01-22 - free

Before we can talk about Server-side performance, we need to go over Client-side performance.  We’re talking about how fast your website comes up in a user’s browser.

Watch this screencast

RailsCasts #137 Memoization

Railscasts - 2008-11-24 - free

Rails 2.2 is out! In this episode I show how to upgrade Rails and then demonstrate one of the new additions: Memoization.

Watch this screencast

Scaling Ruby

Envycasts - 2008-11-16 - paid

Learn how to write faster Ruby applications and gain a deeper understanding of what it takes to scale Ruby. Topics covered: processes & threads, green vs native threading, eventmachine, process messaging, dropping to c, learning ruby-prof, speeding up ruby code.

Watch this screencast

RailsCasts #127 Rake in Background

Railscasts - 2008-09-15 - free

In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.

Watch this screencast

RailsCasts #115 Caching in Rails 2.1

Railscasts - 2008-06-23 - free

Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode.

Watch this screencast

RailsCasts #98 Request Profiling

Railscasts - 2008-03-24 - free

You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.

Watch this screencast

RailsCasts #97 Analyzing the Production Log

Railscasts - 2008-03-17 - free

In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.

Watch this screencast

RailsCasts #93 Action Caching

Railscasts - 2008-02-17 - free

Action caching behaves much like page caching except it processes the controller filters. You can also make it conditional as seen in this episode.

Watch this screencast

RailsCasts #90 Fragment Caching

Railscasts - 2008-01-27 - free

Sometimes you only want to cache a section of a page instead of the entire page. Fragment caching is the answer as shown in this episode.

Watch this screencast