The week in links

Interesting developments a link dump (some HTML5, some nosql, some Rails, some Agile, some Redis, a touch of Scala, etc., etc.)

I should try and not let these lists get so long. This is some of the stuff I’ve been looking into at work as we prepare for the next set of projects, and to help clean up some of the current work. Looks like it’ll be a fun year on the web.

Redis in Practice: Who’s Online?

Redis in Practice: Who’s Online?: Redis is one of the most interesting of the NOSQL solutions. It goes beyond a simple key-value store in that keys’ values can be simple strings, but can also be data structures. Redis currently supports lists, sets and sorted sets. This post provides an example of using Redis’ Set data type in a recent feature I implemented for Weplay, our social youth sports site.
Where […] [Nicely done. You should include the cron job!]
Source: Luke Melia

feeds, realtime, and stuff. a link dump.

Some of the stuff we’ve been exploring lately…