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

Latest Screencasts (page 3)

Episode #5 - Advanced Page Caching

Scaling Rails Series - 2009-02-05 - free

Page caching is pretty simple to do, but what happens when you need pagination or dynamic data on your pages? Can you still use page caching? In this screencast we’ll start out showing how to solve these problems and finish up with my first rant of the series "Login status is overrated."

Watch this screencast

Introduction

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

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

Episode #2 - Page Caching

Scaling Rails Series - 2009-01-22 - free

Ruby on Rails comes with several caching mechanisms out of the box, starting with Page Caching. In this episode we show how to implement Page Caching in a simple blog application.

Watch this screencast

Episode #3 - Cache Expiration

Scaling Rails Series - 2009-01-22 - free

When you start caching html content which depends on data in your database, what happens when that data changes? You’re going to need to expire that cache, and in this episode, we show you how Rails makes this quite easy.

Watch this screencast

Episode #4 - New Relic RPM

Scaling Rails Series - 2009-01-22 - free

Before you attempt to Scale your Rails application, you need to know where and how to scale it.  This is where New Relic’s RPM service comes in.  In this screencast we’ll show you how easy it is to setup, and how useful it can be to monitor your Rails app.

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

Episode 041: MySQL Clustering

Sdruby - 2008-04-28 - free

Rob Kaufman takes on database scaling with MySQL. This talk will walk you through setting up a Master (read write) Slave (read only) MySQL network, as well as a Master Master, or Multi-Master network. The talk will also cover the whys and when of database clustering. Bonus content: download the slides from this talk.

Watch this screencast
Find more screencasts on the homepage