24 Jul
2012

Blitz

Category:UncategorizedTag: :

The last couple of weeks I?ve been playing with a load testing tool called Blitz. You can create a free account which provides you the ability to ?rush? your web application with 250 concurrent users (or less) for 1 minute. And of course, you can increase both the number of concurrent users as well as […]

Read More
17 Jul
2012

Outliers – The Story of Success

Category:UncategorizedTag: :

A couple of weeks ago, I digested the audio version of Outliers – The Story of Success, written by Malcolm Gladwell. In this book, the author tells the story of a couple well-known and also lesser-known individuals that are considered to be successful. But what’s particularly interesting about this book, is the analysis the author […]

Read More
4 Jul
2012

Introduction to NancyFX on Pluralsight

Earlier this week, Pluralsight published my first course, Introduction to Nancy. The Nancy framework, or NancyFX for short, is a web framework started by fellow Elegant Coder Andreas?H?kansson?(@thecodejunkie).?I feel very fortunate to have had?Andreas and Steven Robbins?(@grumpydev)?available to provide feedback on the course content. Some may wonder why I chose to create a NancyFX course… […]

Read More
12 Jun
2012

My Developers Life – The Importance of Physical Exercise

In the previous blog post, I discussed the importance of getting enough sleep every single night. For this post I want to emphasize the importance of physical exercise. I’m writing these words after having run approximately 15 kilometers. This I do three times a week, every week, throughout the whole year with only a few […]

Read More
3 Jun
2012

SubSpec

Just a quick note to mention a new tool Peter Provost turned me onto yesterday. I am digging SubSpec. It’s another Context/Spec, BDD-ish tool that sits in the  middle somewhere between executable specs and a low-level AAA simple assert model. It’s appropriate anywhere Machine Specification would be appropriate, for example. The code below also uses […]

Read More