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

Latest Screencasts (page 5)

RailsCasts #110 Gem Dependencies

Railscasts - 2008-05-23 - free

In Rails 2.1 we now have the ability to set gem dependencies. Now it's easier than ever to specify which ruby gems our rails app relies on.

Watch this screencast

RailsCasts #105 Gitting Rails 2.1 RC1

Railscasts - 2008-05-12 - free

Rails 2.1 Release Candidate 1 was just released! In this episode I will show you how to install it into your Rails project.

Watch this screencast

RailsCasts #98 Request Profiling

Railscasts - 2008-03-24 - free

You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.

Watch this screencast

RailsCasts #97 Analyzing the Production Log

Railscasts - 2008-03-17 - free

In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.

Watch this screencast

RailsCasts #96 Git on Rails

Railscasts - 2008-03-10 - free

Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode.

Watch this screencast

AJAX Essential Training

Lynda - 2008-01-22 - paid

In AJAX Essential Training, instructor Dori Smith shows experienced web developers how to utilize AJAX to best create dynamic pages. The course covers selecting the best tools for the job (HTML, CSS, JavaScript, XML), understanding all aspects of HTTP from requests to responses, and creating dynamic forms and maps from...

Watch this screencast

RailsCasts #86 Logging Variables

Railscasts - 2007-12-30 - free

Have you ever wanted to easily log all variables? Now you can by using some advanced Ruby concepts as shown in this episode.

Watch this screencast

RailsCasts #85 YAML Configuration File

Railscasts - 2007-12-23 - free

Application configuration shouldn't be spread throughout your code base. Instead a much better place to put it is an external YAML file. See how to do that in this episode.

Watch this screencast

Javascript with Prototype.js

Peepcode - 2007-10-07 - paid

by Geoffrey Grosenbach. Technical consulting by Prototype Core Team Member Justin Palmer. Did your first few years of Javascript programming consist of “copy” and “paste”? It’s time to learn it right! Javascript is a highly dynamic language with many interesting features which most developers never learn. Yet familiarity with Javascript...

Watch this screencast

RailsCasts #66 Custom Rake Tasks

Railscasts - 2007-08-13 - free

Rake is one of those tools that you don't realize how powerful it is until you start using it. In this episode you will learn how to create custom rake tasks and improve them by using rake features.

Watch this screencast