Interested in learning web development, new language or just want to keep yourself updated with what's happening in information technologies? This site brings you the vast collection of screencast / video from net that can help you learn new technology, keep you informed of what's new, provide how to video tutorials and help you advance in information technology field. Not to mention seeing is better then reading or listening.

Intro to EC2

Chris Petersen gives an introduction to working with Amazon EC2, and discusses the advantages and disadvantage to hosting your Ruby applications there....

Ruby for data processing

Brian Chapados talks about using ruby & rake to build a simple workflow to coordinate external processes.

Lazy Indexing

Matt Aimonetti shows how to quickly get your database queries to run faster when you are not a DBA and are running out of time.

RSpec in 15 minutes

Cliff Rhyne describes in 15 minutes what it takes to get up and running with RSpec.

Merb

Much like Rails, Merb is a MVC web-framework written in Ruby. In this talk, Jordan Fowler introduces Merb and presents some of the distinctions and tra...

Ext JavaScript Library

Adam Grant talks about his experiences using Ext, a new Javascript library for creating advanced UI controls (like grids, trees, progress bars, etc.)

Facebook API

John Bresnik discusses the ruby library for the Facebook API, Facebooker, based on his production experience building Facebook applications. Presentati...

Deploying Rails on Slicehost

Jared Kuolt shows how to quickly deploy your Rails application to a Slicehost VPS. This talk covers installing MySQL, Nginx, Rails and Mongrel, as well...

MySQL Clustering

Rob Kaufman takes on database scaling with MySQL. This talk will walk you through setting up a Master (read write) Slave (read only) MySQL network, as ...

Unobtrusive Javascript

Matt Aimonetti lays down the law on best-practice Ajax, using behavior oriented javascript with progressive enhancement.