Js
09 Jun 2013
Tracking time
In response to recent rule changes at work, and my desire to take a crack at using requirejs for something usefull, I have created a simple punch-clock javascript app that can help me track time spent.
There are a lot of apps out there to track time, and a lot of them are quite nice, but “not invented here” has not been coined in vain. Due to the relative low complexity of the problem I decided to DIY it and created punch-clock.
08 Jul 2012
JS app frameworks
In order to brush off my JS skills a bit I want to build a small HTML5 app, for mobile and desktop use. As not to start from scratch I poked around in the toolbox for frameworks to use.
I take a 10.000 km overview of ember.js, backbone.js, and spine.js for the core app development, and try to decide which testing framework to use.