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

Latest Free Screencasts

Fugitive.vim - working with the git index

Vimcasts - 2011-04-29 - free

The fugitive plugin provides an interactive status window, where you can easily stage and review your changes for the next commit. The :Gdiff command visualizes the changes made to a file, by comparing the working copy with the index. In this episode, we’ll learn how to stage hunks of changes to the index without using the git add --patch command. This is the second of a five part series on fugitive.vim. In the next episode, we’ll learn how to resolve a git merge conflict by performing a 3-way vimdiff.

Watch this screencast

RailsCasts #256 I18n Backends

Railscasts - 2011-03-07 - free

Internationalization is easy to add in Rails, but the YAML files can be difficult to manage. In this episode I show how to use Redis for managing the translations through a web interface.

Watch this screencast

RailsCasts #238 Mongoid

Railscasts - 2010-11-01 - free

Mongoid is a polished, high-level Ruby gem for accessing MongoDB. Here I cover installation, adding fields, validations, associations, and keys.

Watch this screencast

Number to LCD

Katacasts - 2009-10-15 - free

My inaugural code kata is the venerable Ruby Quiz #14: LCD Numbers. This is a fun exercise, as it exists it two distinct parts: single-digit and multi-digit. I appreciate the natural move between them, and I often find myself focusing on one side or the other, starting from scratch and working until I have single-digit [...]

Watch this screencast

RailsCasts #163 Self-Referential Association

Railscasts - 2009-05-25 - free

Creating a social networking site often requires a self-referential association on the User model to define friends/followers. In this episode I show how to do exactly that.

Watch this screencast

RailsCasts #152 Rails 2.3 Extras

Railscasts - 2009-03-09 - free

This episode finishes up this series on Rails 2.3. Here you will learn about several smaller additions in 2.3.

Watch this screencast

RailsCasts #138 I18n

Railscasts - 2008-12-01 - free

Internationalization is one of the biggest additions in Rails 2.2. See how the basics work in this episode.

Watch this screencast
Find more screencasts on the homepage