Latest Free Screencasts
Episode #17 - Scaling Your Database - Part 1
Scaling Rails Series - 2009-07-16 - free
If the bottleneck of your application is your database even after caching as much as possible, what can you do? This is the first of two screencasts where we’re going to learn about techniques for increasing the power of your Database. In this first video we learn how to grow our database step by step using both vertical and horizontal scaling.
Watch this screencastEpisode #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 screencastEpisode #11 - Advanced HTTP Caching
Scaling Rails Series - 2009-02-26 - free
Once you have a firm grasp of the 3 header tags we talked about in the previous episode (max-age, etags, and last_modified) you can start to take advantage of reverse proxy caches. In this episode we let you know exactly what a proxy cache is, and how you might use it to effectively scale a dynamic website to millions of users.
Watch this screencastEpisode #10 - Client-side Caching
Scaling Rails Series - 2009-02-25 - free
Once you’ve done all the server side caching you can possibly do, you might want to take a look back at the client side of things to do some advanced client-side caching. In this episode we’ll show how to effectively use the max-age, etag, and last_modified helpers to scale your application.
Watch this screencastEpisode #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 screencastIntroduction
Scaling Rails Series - 2009-01-22 - free
Welcome to the Scaling Rails Screencast Series produced by Gregg Pollack and supported by New Relic.
Watch this screencast