Skip to content

Commit

Permalink
Added some of the resources and links from last night, including what…
Browse files Browse the repository at this point in the history
… David wrote in the group email
  • Loading branch information
Newky committed Sep 14, 2011
1 parent 0878e9d commit 2d8fd08
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions _posts/2011-08-31-resources-from-meeting.markdown
@@ -0,0 +1,39 @@
---
layout: post
title: Resources from September 13th Meetup
description: Compilation of resources
image_url: /images/default.png
---
** Requirements **

NodeJS - [Install Guide](https://github.com/joyent/node/wiki/Installation)
NPM (node package manager) - [Install Guide](http://npmjs.org/)
CoffeeScript - *npm install coffee-script*
Jasmine-node - *npm install jasmine-node*

** Backbone.js Presentation **

Best resource from the web
[ Thread on Quora ](http://www.quora.com/What-are-some-good-resources-for-Backbone-js)

Two Peepcode Screencasts ( €12 each )
[Screencast 1](http://peepcode.com/products/backbone-js)
[Screencast 2](http://peepcode.com/products/backbone-ii)

Annotated source code for backbone can be found at:
[Backbone Docs](http://documentcloud.github.com/backbone/docs/backbone.html)

Also the framework and example TODO from the presentation can be found at:
[Github Repo](https://github.com/dtuite/backbone-todo)

** Kata - Minesweeper **

The kata's problem description can be found at:
[Kata Readme](https://github.com/12meses12katas/Agosto-Minesweeper)

A worked solution (Coffeescript) can be found at:
[Wiktor's Worked Solution](https://github.com/wiktorschmidt/Agosto-Minesweeper/blob/master/wiktorschmidt/minesweeper_spec.coffee)




0 comments on commit 2d8fd08

Please sign in to comment.