I've recently found myself getting more and more interested in Erlang.
I've purchased a book (Programming in Erlang) and started reading up on the basics. Reading books is time consuming so I am looking to shortcut this a bit and go back to the book later.
What I lack is a good introductory tutorial. Kind of like, hands on, this is what you need to get started in Erlang, these are best practices, this is how you organize code and this is how you do a small project.
I've googled this topic extensively and haven't had much luck. ;)
Update, 2011-04-22
Just a small update since this question keeps getting lots of views still. I haven't written any large chunks of code with Erlang thus far and that's probably the number one problem. I need to do stuff to get into it.
For a primer, any of the links below work and I can also recommend checking out a software which is written in Erlang to get a feel for it. It helps tremendously if you need to add a feature to said application and start tinkering with.
So for example, we've been using a lot of CouchDB and I actually managed to extend part of the code handling its view groups with a feature. I haven't asked anyone to pull my changes or blogged about since I'm still testing it, but it seems to actually work and I'm pretty excited.