Jan 12, 2015
You can run io.js on Azure Websites easily, by configuring azure to use a custom node version. This blog shows you how.
Read more...
Jan 2, 2015
The bootstrap provider enables you to hook in some code at silo startup. There are a variety of reasons for doing this, perhaps you want to set some local grains up, or initialize some data. The Hub design pattern makes use of the bootstrap provider create a stateless worker in each Silo.
It is possible to change this behavior by adding an attribute from the `Orleans.Placement` namespace to the Grain interface.
Dec 31, 2014
In the office we have a healthy, ongoing discussion about language choice. We generally discuss some hypothetical long term (10, 25, 100 year?) software project, and what language would be the most suitable.
Dec 10, 2014
I have been playing around with the Julia programming language for about a week. I like it. It has a easy to read syntax, and makes sense.
I have moved my blog to GitHub