Build 2014 announcements for C#
Its Build time again and I just finished watching Mads Torgesens keynote on day 3, where he has been talking about Roslyn and new C# features that are comming. I am really getting excited about Roslyn, with demos comming out that show how to write tooling extentions. Its one of...
Fun with Mocha.js and Should.js
Since the amount of javascript in an average website has exploded, the need to unittest that code has become apparent. I think we are still a bit behind in this respect, as I often hear from people don’t know what “the right way” is to create such as setup. Sadly this seems to...
Realtime data displays with Firebase
Lately I have been working quite a bit with displaying data in realtime on the web. I was even lucky enough to get the chance to talk about it at the Warm Crocodile Developer Conference – showing off how this can be done from your favorite SPA frameworks AngularJS and EmberJS....
2013 debriefing
True to form it is time to look back on another year that has passed way too quickly. Most of all it has been a year of change, where we uprooted and moved across the country to Høje Taastrup, my girlfriend became my wife to be, we both started new jobs, and we began building our...
BaaS - cloud based backend in a box
IMHO an overlooked part of the otherwise thoroughly hyped Cloud technologies is the so called baskend-as-a-service or BaaS technologies. Most presentations revolve around scalability and hosting, which are of course central and important, but non the less not the entire cloud...