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

Latest Screencasts (page 3)

Creating Bookmarks – Delicious Clone

Teach Me To Code - 2011-03-03 - free

  This is a basic implementation of creating bookmarks for our delicious clone using the Rails built in REST. I also found out that you need the haml-rails gem in order to get your views to generate in HAML.

Watch this screencast

CanCan: Setting Permissions – Delicious Clone

Teach Me To Code - 2011-02-11 - free

In this installment in the Delicious Clone, we use CanCan to set some permissions on the Bookmarks Controller. Next week, we’ll finish the bookmark creation process and the following, we’ll add styling with SASS.

Watch this screencast

Faster Testing with Parallel Tests

Teach Me To Code - 2011-02-10 - free

Run your tests faster with parallel_tests gem using all the cores you have on your computer. Download Download (iPhone & iPod)

Watch this screencast

Switching to HAML – Delicious Clone

Teach Me To Code - 2011-02-02 - free

This is a quick demonstration of how to switch your Rails 3 application to HAML from ERB.

Watch this screencast

Setting Up And Testing Devise – Delicious Clone

Teach Me To Code - 2011-01-21 - free

Because I’m going to be testing in cucumber sections of the site that require a user to be logged in, I decided to get it out of the way. So, in this video, I write a cucumber feature to test login and round it off with a few tests on the devise generated user model [...]

Watch this screencast

Rails 3.0.3 Setup – Delicious Clone

Teach Me To Code - 2011-01-14 - free

Here is what I’ve done to create this application: Use the ‘rails new’ command to create a rails application Set up the Gemfile Configure the Database Install Cucumber Install Rspec Install Devise Install CanCan Install jQuery Configure Devise Download (HD) 84.2 MB Download (iPod & iPhone) 47.4 MB

Watch this screencast

How to Create a Countdown Timer with Javascript

Teach Me To Code - 2010-11-30 - free

This video demonstrates how to build a countdown timer with the setInterval function in Javascript, a text field, and jQuery to update your text field.

Watch this screencast

Basic Deployment with Capistrano

Teach Me To Code - 2010-11-27 - free

Capistrano has been the most popular way to deploy Ruby and Rails applications for a long time. This video provides a quick demonstration of a basic recipe for deploying a Rails 3 application. I made this video a while ago and I realized that I never posted it. Here is a very basic recipe for [...]

Watch this screencast

Managing Branches with Git

Teach Me To Code - 2010-10-28 - free

I’m trying something new and using the YouTube player. Let me know if you see any differences. In this video, I demonstrate how to create, merge, and delete local and remote branches in Git. Git is a Source Control Management system written by Linus Torvalds for managing development on the Linux operating system. Download (29.3 [...]

Watch this screencast

OAuth with the Twitter Gem

Teach Me To Code - 2010-10-06 - free

Twitter just turned off Basic Auth and is forcing application developer to use OAuth. Here is a demonstration of how to add Twitter OAuth to your Ruby on Rails Application.

Watch this screencast