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

Latest Free Screencasts

Ruby Koans

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

I’m working on another Cassandra demo, but didn’t have time to finish, so I decided to show you Ruby Koans. It’s a very interesting test-driven approach to learning Ruby. I hope you enjoy it.

Watch this screencast

Acceptance Tests with RSpec and Capybara

Teach Me To Code - 2011-05-23 - free

On the Ruby Rogues podcast I mentioned that I had moved away from Cucumber to RSpec and Capybara for my integration tests. Here’s a demo on how to do some TDD with RSpec and Capybara.

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

RSpec Matchers

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

RSpec gives us many powerful tools to make our tests readable. Matchers allow us to provide custom predicates to our should statements that succinctly define the behavior of our code.

Watch this screencast

Shoulda on Rails

Teach Me To Code - 2010-05-18 - free

Shoulda is a framework that sits on top of Test::Unit and adds a ton of nice features like macro’s, nested context, and the ability to create custom tests in a block-based DSL.

Watch this screencast

Introduction to Outside-in Development with Cucumber

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

This is a basic introduction to integration testing with cucumber. In it, I describe how to use cucumber and rspec to implement a feature in a web application, emphasizing the importance of writing tests before code, which is often referred to as TDD (test-driven development) or BDD (behavior-driven development, a refinement of the original TDD). [...]

Watch this screencast
Find more screencasts on the homepage