Gearing up for GOTO 2013
GOTO 2013 is slowly getting closer, and once again I am lucky enough to be blogging from the conference. Next week the bloggers will meet up to get some practical information as well as to collect ideas for which tracks to follow and what to blog about. Last year I think went...
New job at d60
After 4½ years at Vertica and 6½ years doing e-commerce I recently made the decision to look for new challanges. I am really happy with the years I have spent both with Hedal:Kruse:Brohus and Vertica doing e-commerce where I have learned a lot and had some great colleagues, but I...
Azure Mobile Services
Azure is growing at an incredible pace and provides a good balance between lots of great services and easy ways to get started. I recently took a look at Azure mobile services, which seems to be an offering that has an interesting future with the rise of mobile development. So...
SQL and NoSQL tools as you know and love them with F#
While looking at how you can do your common scenarios in F# an obvious thing to look at is data access. I already covered type providers which are fantastic for consuming data. However type providers won't help you when you need to create data or in other ways interact with your...
Canopy – web testing in 10 lines of code
With my latest dive into F# I recently came across Canopy , which is a really nice and simple web testing framework. It really is as simple as installing a package and writing a few lines in a console application.