Help out: share this site!

Latest Screencasts

Test Driven Development

Pragprogs - 2010-06-24 - paid
Test Driven Development

Test-driven development (TDD) is a programming technique that reverses the usual sequence of coding and testing. By writing tests just in advance of the code needed to satisfy them, programmers: * Work with confidence * Work on a series of achievable steps instead of tackling a big problem all at once * Ensure that software design meets the need of the actual code * Leave behind a suite of tests to help preserve the integrity of the code 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


A/B Testing with A/Bingo

Railscasts - 2010-05-17 - free

A/B Testing (or Split Testing) is a way to experiment with variations in an application to see the most effective option. Watch this screencast


Use the Cucumber

Peepcode - 2010-03-10 - paid

The Cucumber behavior-driven development framework is appreciated by developers from many languages. It makes it easy to write plain-text stories that run executable Ruby code against your application. In this hour and ten minute screencast, you’ll learn the basics of Cucumber. You’ll learn the syntax, organization, and philosophy of writing... Watch this screencast


String Calculator – Erlang

Katacasts - 2009-12-17 - free

For our first in the series of ’same kata, multiple languages,’ we have a treat for everyone, Gabriele Lana is doing it in Erlang. Gabriele Lana is a software journeyman living in Milan (Italy). Since 1998 he works as a developer and consultant. In 2000 he started using Agile practices in real time and embedded industries, proving their effectiveness [...] Watch this screencast


Prime Factors Kata — Flower Duet

Katacasts - 2009-11-21 - free

Here, at long last, is a recording of the Prime Factors Kata in Ruby, done to the tune of the Flower Duet from Lakme’.  This version is much more polished than previous versions, though is still not perfect.  It will take many more weeks of practice to perfect. Many things have changed since the last version.  [...] Watch this screencast


Episode 066: Unit Testing: The Easy Way

Sdruby - 2009-11-13 - free

With Rspec and Cucumber, Ruby has brought testing to a whole new level, but tests still require a lot of work. But things just got better. Llewellyn Falco will show you new patterns and practices to dramatically decrease the amount of effort needed to test. Bonus content: download the slides from this talk. Watch this screencast


Testing Exceptions

Railscasts - 2009-11-09 - free

Sometimes bad code slips into production and triggers a 500 error. Learn how to be notified of this and resolve it through integration tests. Watch this screencast


Guida al Test-Driven Development (TDD)

Thinkcode Tv - 2009-11-08 - paid

Il Test-Driven Development (TDD) si è affermato negli ultimi anni come una delle novità più interessanti emerse in seno alla comunità di Extreme Programming (XP). Il TDD costituisce una tecnica di sviluppo molto efficace, ma richiede anche molta pratica per essere padroneggiata appieno. In questo corso il Coach XP, Piergiuliano... Watch this screencast