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

Latest Free Screencasts

Configuring ActiveRecord in Sinatra

Screencasts Org - 2011-03-31 - free

In a previous episode, Using ActiveRecord with Sinatra, we showed you how to use ActiveRecord and Sinatra to build a URL shortener. We showed how to get ActiveRecord up and running in your Sinatra application, and now in this screencast, we'll show you the various ways on how to configure...

Watch this screencast

Using ActiveRecord with Sinatra

Screencasts Org - 2011-03-20 - free

In this screencast we'll create a URL shortener in Ruby with Sinatra. We're going to show you how to integrate ActiveRecord with a Sinatra application. You'll need this regular expression to follow along: /^\b((?:https?:\/\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))$/ What you'll learn How to integrate ActiveRecord in to Sinatra with sinatra-activerecord How to build a...

Watch this screencast

Building a Simple AJAX Website with Sinatra & jQuery

Screencasts Org - 2011-03-11 - free

To mark AJAX's birthday on 18th March, we've put together a screencast to show you how to create your very own AJAX-updating countdown website for the big day. We're using Haml, Sinatra and jQuery to do this and recommend you look at our introduction videos if you're not familiar with...

Watch this screencast

Introduction to Sinatra

Screencasts Org - 2011-03-06 - free

Welcome to the Introduction to Sinatra screencast. You may also be interested in our Introduction to Haml screencast, as we will be using some Haml in this video. You might be surprised to find out that if you search on Google for “Sinatra”, the first result is not Ol’ Blue...

Watch this screencast

Faking Sinatra with Rack and Metaprogramming

Teach Me To Code - 2010-09-24 - free

Sinatra has a really nice DSL. You can fake the basics of the DSL with some simple Rack middleware created by metaprogramming. If you like the screencasts, please give $5 to help me get to RubyConf Download (64.2 MB) Download iPhone & iPod (35.6 MB)

Watch this screencast

RailsCasts #222 Rack in Rails 3

Railscasts - 2010-07-12 - free

The router in Rails 3 is fully compatible with Rack. Learn how to embed Sinatra into an app, handle redirects, and improve on Rails Metal.

Watch this screencast

Introduction to MongoDB – Part II

Teach Me To Code - 2009-11-30 - free

This is the second part of the series on MongoDB. In this screencast, we create a small Sinatra app called YASI that accesses the data using MongoDB. Get the code at http://blog.rubyhead.com/files/yasi.zip

Watch this screencast

Introduction to MongoDB – Part I

Teach Me To Code - 2009-11-22 - free

In this screencast, you will see the basic CRUD operation using MongoDB shell. This is the first installment of a series on MongoDB.

Watch this screencast

RailsCasts #151 Rack Middleware

Railscasts - 2009-03-02 - free

Rack middleware is a way to filter a request and response coming into your application. In this episode I show how to modify the response body using middleware.

Watch this screencast
Find more screencasts on the homepage