Web API – for HTTP what MVC is for HTML

Over the last couple of weeks I have been looking a bit at the WCF Web API which I think is looking very promising. Web API is one of Microsofts newer open source projects, aiming at providing http based services on top of WCF - while providing an easy to use API that give...

Technology
Read more

Yearning for some learning?

A piece of advise that is often given to developers who want to keep improving, is to learn a new programming language every year. I mostly think it holds true if you try to learn a new paradigme – because just learning new syntax won’t really get you anywhere. Koans One way of...

Everyday lifeLanguagesTechnology
Read more

I need a REST

One might think that the title of this blogpost is due to the fact that this summer I will be turning 30. However it is actually a task I have been looking into, that could also be phrased as: I wish to build a REST based service, what are my options? With REST gaining in...

Read more

Gettin’ git-ty with it

For some time I have heard good things about git and mercurial , but just never got around to really looking at it. So when I had last week off I finally got around to doing more than just cloning a repository from github or bitbucket . Basically what I needed was some easy way...

Read more

Let me be Frank, I really like Sinatra

Lately I have heard quite a few people mention the Sinatra framework , which is a very light-weight webframework for Ruby. Already being fond of Ruby I decided to take a look at Sinatra, so I could see what all the fuss was about. Right off the bat I decided to install Ruby...

Read more