I created a chat room. Because the world needs another very basic chat room. I made it with Node.js, Express, Socket.io, and CoffeeScript.
Posted May 11, 2012 | ∞ | File under: javascript, nodejs, programming, web nerd
Because the world needs it, I created another To-Do List – but with super awesome “Pairwise Comparison Technology”. Try it out on the desktop and on your phone. It stores your list locally so you can come back and they’re still there. Was a fun exercise.
I used Backbone.js, Backbone.localStorage, and the Zurb Foundation Framework.
Posted February 12, 2012 | ∞ | File under: backbone.js, javascript, web nerd
Having fun with Backbone.js and Coffeescript.
Posted December 14, 2011 | ∞ | File under: coffeescript, javascript, web nerd
I love the open source community. Was sitting here thinking “I need my strings in titlecase, it’s a pain to do it myself. I wish underscore had more functions for strings.” And after about 5 seconds of wishing upon a search engine, I find underscore.string for tons of amazing string methods.
“npm install underscore.string”, then “require(‘underscore’)” and “_.mixin(‘underscore.string’)”, and w00t! I’m off and running with a ton of methods on strings like _.titleize(name), which is what I needed initially. Thank you, Esa, Eduard, and team.
Posted July 3, 2011 | ∞ | File under: javascript, programming, web nerd
Installed Node.js, npm, and Express last night and fired up my first Node.js server last night. Was super awesome.
Posted June 30, 2011 | ∞ | File under: javascript, programming, web nerd