ElegantCode

A software blog

26 Jan
2012

NuGet Project Uncovered: Anna

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. Anna is an event-driven HTTP server library leveraging the ReactiveExtensions (RX). The below sample copied / shortened from the GitHub site. using (var server = new HttpServer("http://*:1234/")) { // simple basic […]

Read More
24 Jan
2012

Introducing TrackMyRun

I’ve been working on a small pet project for a couple of weeks now, which I named TrackMyRun. I’m quite fanatic when it comes to running, doing about 130 runs a year. Currently I’m keeping track of all these runs in a simple spreadsheet, but off course, that’s certainly not “the geek way”. Hence the […]

Read More
23 Jan
2012

Resources for getting started with Backbone.js

The current product I am building makes heavy use of HTML5 & javascript to give the user a rich experience, both on and offline, across a variety of screens. Before I even started this application I knew I wanted a clean and proven approach to help manage the complexity on the client. After reviewing several […]

Read More
23 Jan
2012

Job Titles and Scrum

Category:General PostTag: :

I hear a lot of questions about “proper” Scrum. I feel compelled to answer one such question here, given how often I hear the topic discussed. Does Scrum prohibit job titles? No. Although Scrum does not recognize any titles defined outside the Scrum Framework, titles are almost always present in the organization. While Scrum doesn’t […]

Read More