Latest Paid Screencasts
Test Driven Development
Pragprogs - 2010-06-24 - paid
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 screencastGuida 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 Use coupon LEARNIVORE for 10% discount!RSpec Basics
Peepcode - 2008-12-09 - paid
Many prominent Rails developers have jumped on the BDD bandwagon, and with good reason! It’s a great workflow and values clarity, small steps, database-independence, and self-documenting code. If Test::Unit doesn’t make sense to you, or if you want to write better code, this is the place to start. This 55...
Watch this screencastTest-First Development for Rails
Peepcode - 2008-09-25 - paidTest-first development can improve your workflow, improve the quality of your software, and give you confidence. If you have looked at the “test” directory sitting at the bottom of your Rails applications and have wondered what it’s there for, this is the screencast for you! This screencast walks through the...
Watch this screencast