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

Latest Screencasts (page 5)

Number to LCD

Katacasts - 2009-10-15 - free

My inaugural code kata is the venerable Ruby Quiz #14: LCD Numbers. This is a fun exercise, as it exists it two distinct parts: single-digit and multi-digit. I appreciate the natural move between them, and I often find myself focusing on one side or the other, starting from scratch and working until I have single-digit [...]

Watch this screencast

Ruby Essential Training

Lynda - 2009-10-14 - paid

In Ruby Essential Training, expert instructor Kevin Skoglund teaches the fundamentals of Ruby, the popular object-oriented open-source programming language. Kevin begins by walking through the basic data types, demonstrating Ruby's control structures (loops, iterators, conditionals, and code blocks) and showcasing the elegant syntax structure of the language. Kevin explains variable...

Watch this screencast

Creating a Twitter Clone in Rails – Part 1

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

In this series, I attempt to recreate a twitter style application called ‘Flitter’. In this installment, I show you how to create an authenticated system easily using existing tools. I also show how to generate test data to simulate an active application. Finally, you will learn how to set up self-referencial associations.

Watch this screencast

RailsCasts #173 Screen Scraping with ScrAPI

Railscasts - 2009-08-03 - free

Screen scraping is not pretty, but sometimes it's your only option to extract content from an external site. In this episode I show you how to fetch product prices using ScrAPI.

Watch this screencast

Programming With Ruby Episode 17, Getting Advanced

Man With Code - 2009-07-31 - free

Covered In This Episode: Symbols eval Bindings Running Other Programs Safe Levels Transcript: Hello Everybody and welcome to Programming With Ruby Episode 17, Getting Advanced. I’m Tyler, and this video is brought to you by manwithcode.com. By now, you know a large amount about Ruby, so in this episode we will be going over some [...] .

Watch this screencast

Programming With Ruby Episode 13, Basic I/O

Man With Code - 2009-07-24 - free

Covered in this Episode: Defining I/O Files Directories Transcript: Hello Everybody and welcome to Programming With Ruby Episode 13, Basic input output. As always, I’m Tyler and this video is brought to you by manwithcode.com In this episode I will be defining what exactly input/output is, You will also learn how to work with files [...] .

Watch this screencast

Programming With Ruby Episode 15, Error Handling

Man With Code - 2009-07-24 - free

Covered in this Episode: What are errors What is error handling begin…end rescue ensure raise Transcript: Hello Everybody and welcome to Programming With Ruby Episode 15, Error Handling. I’m Tyler and this video is brought to you by manwithcode.com. In this episode you will learn what exactly errors are, and what error handling is. You [...] .

Watch this screencast

Programming With Ruby Episode 16, Benchmarking

Man With Code - 2009-07-24 - free

Covered In This Episode: What is benchmarking? Benchmarking Profiling Transcript: Hello Everybody and welcome to Programming With Ruby Episode 16, Benchmarking. I’m Tyler and this video is brought to you by manwithcode.com. In this episode I will tell you what benchmarking is. You will learn how to preform benchmarking tests on some of your code. [...] .

Watch this screencast

Coding in Objective-C 2.0

Pragprogs - 2009-07-12 - paid
Cover Image For Coding in Objective-C 2.0...

Objective-C is the programming language for writing native iPhone and Mac applications. It's also the language that Apple uses to build their own applications and frameworks. So, if you know Objective-C, you have a lot of power at your fingertips. But if you're new to C or object-oriented programming, then Objective-C can seem a little awkward at first. These screencasts by Bill Dudney, an experienced Objective-C programmer, will help you quickly get up to speed on Objective-C 2.0 basics.

Watch this screencast

Programming With Ruby Episode 9, Flow Control

Man With Code - 2009-07-06 - free

Part 1: Part 2: Covered in this episode: Code Blocks if, else, unless case, when while, until, for loops Transcript: Hello everybody and welcome to Programming With Ruby Episode 9, Flow Control. I’m Tyler and this video is brought to you by manwithcode.com So far all of the programs and code that I have shown [...] .

Watch this screencast