Links LIB!
This is my private list of links i think are worth reading :)
Javascript
- Scratching language in javascript – http://felix.plesoianu.ro/scratch-lang/
- CoffeeScript Book – http://arcturo.github.com/library/coffeescript/
Backbone
- Backbone tutorials – http://backbonetutorials.com/
- Backbone boilerplate – http://backboneboilerplate.com/
- Quore resources on backbone – http://www.quora.com/What-are-some-good-resources-for-Backbone-js
- Jamesyu on Rails tutorial – http://www.jamesyu.org/2011/01/27/cloudedit-a-backbone-js-tutorial-by-example/
- Backbone on mongo (node) – http://backbonetutorials.com/nodejs-restify-mongodb-mongoose/
- Backbone forms – https://github.com/powmedia/backbone-forms
Spine
- Reasons for Spine – http://destroytoday.com/blog/reasons-for-spinejs/
- Spine.js – http://spinejs.com/
D3
- D3 source – https://github.com/mbostock/d3
- D3 tutorials – http://www.janwillemtulp.com/category/d3/
Erlang
- Learn You Some Erlang – http://learnyousomeerlang.com/
- Erlang on travis-ci! – http://about.travis-ci.org/docs/user/languages/erlang/
Mochiweb
- Mochiweb tutorial – http://alexmarandon.com/articles/mochiweb_tutorial/
- TinyUrl app in Mochiweb – http://jasonbshaw.com/?p=5
- Buidling / Running dev server – http://erikeldridge.wordpress.com/tag/mochiweb/
- Mulion user comet app – http://www.metabrew.com/article/a-million-user-comet-application-with-mochiweb-part-1
Webmachine
- Webmachine, EarlyDTL, Riak – http://buffered.io/posts/webmachine-erlydtl-and-riak-part-1/
- Webmachine and RESTful frameworks – http://www.infoq.com/interviews/webmachine-and-restful-web-frameworks
- Backbone on Webmachine p1 – http://blog.erlware.org/2011/02/08/ecloudedit-erlang-webmachine-and-backbone-js/
- Backbone on Webmahcine + Couchdb p2 – http://blog.erlware.org/2011/02/12/ecloudedit-part-2-couchdb/
- Redirect in webmachine – http://russelldb.tumblr.com/post/540387821/webmachine-redirect
- BeeBole style tutorial – http://www.planeterlang.org/en/planet/article/The_BeeBole_ErlangWeb_Tutorial_Webmachine-Style/
Haskell
- Learn you some haskell – http://learnyouahaskell.com/
- hspec testing library – http://hspec.github.com/
Parsec
- Adventures in Parsec – http://variadic.me/posts/2012-02-24-adventures-in-parsec.html
Warp
- Warp package – http://hackage.haskell.org/package/warp/
- Warp source – https://github.com/yesodweb/wai
Ruby
- Create Your Own Lang Post – http://www.rubyinside.com/how-to-create-your-own-programming-language-2495.html