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

Latest Screencasts

Rails Shell Application in 10 easy steps

Teach Me To Code - 2009-10-07 - free

In this screencast you will see how to make a rails application capable of parse and execute shell commands using the ruby function %x The screencast start with basic shell commands, creation of a ruby script demonstrating the concept and finally follow the recipe of 10 easy steps to build your rails shell application. Download [...]

Watch this screencast

Storing Encrypted Data Securely using Active Record

Teach Me To Code - 2009-09-29 - free

Learn how to save data such as bank information, social security number, or other sensitive information in your Rails application securely by encrypting the data. By using spikex’s gem Strongbox, you can use private and public keys to secure your data in your database to where you must have the password to decrypt them. Download [...]

Watch this screencast
Find more screencasts on the homepage