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

Latest Screencasts

Episode 093: Are You Redis?

Sdruby - 2011-02-08 - free

Emanuele Tozzato gives a brief introduction to Redis, then demonstrates real-life database performance optimization with redis-object and how to manage background jobs using Resque. Bonus content: download the slides from this talk.

Watch this screencast

Episode 088: Trucker

Sdruby - 2011-02-08 - free

Patrick Crowley talks about Trucker, a new gem that makes it easier to migrate legacy data into Rails apps. Bonus content: download the slides from this talk.

Watch this screencast

Machine learning and data mining have long been "black arts" because they require access to expensive computing clusters. Randall Thomas discusses machine learning and the problem spaces it can help solve. Bonus content: download the slides from this talk.

Watch this screencast

Episode 072: MongoDB

Sdruby - 2009-12-28 - free

Scott Motte introduces us to the document-oriented database MongoDB and shows how to use MongoDB as an alternative to MySQL and ActiveRecord using the MongoMapper gem. This talk was part of the DjangoSD/SD Ruby mashup meeting. Bonus content: download the slides from this talk.

Watch this screencast

Episode 060: Migrating Legacy Data

Sdruby - 2009-05-20 - free

Let's face it. Migrating legacy data into a new app is a giant pain in the ass. It's slow, error prone, and a ton of work. What if you could import old data into a new app before it's finished? Normalize fields? Clean up old data? And migrate often? Patrick Crowley shows the way. Bonus content: download the slides from this talk.

Watch this screencast

Episode 047: Lazy Indexing

Sdruby - 2008-06-13 - free

Matt Aimonetti shows how to quickly get your database queries to run faster when you are not a DBA and are running out of time. Bonus content: download the slides from this talk.

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

Episode 029: Big Stinking Piles (of data)

Sdruby - 2007-11-02 - free

What do you do when third-party data vendors don't speak REST? Rob Kaufman discuss real-world techniques for importing and exporting data. (This talk was also given at RailsConf 2007.)

Watch this screencast

Episode 012: Deployment

Sdruby - 2006-11-06 - free

Dominic Damian talks about the different options available to you when deploying a Rails application. He covers areas such as servers, caching, database, and hosting.

Watch this screencast
Find more screencasts on the homepage