Democratizing orchestration with Docker
I've always wanted to have a tool to easily setup my own distributed application without caring too much about what infrastructure to use and how to configure it. With the…
I've always wanted to have a tool to easily setup my own distributed application without caring too much about what infrastructure to use and how to configure it. With the…
I want a code editor which lets me issue commands, e.g Docker commands and has C# support like code completion and syntax high-lightning. I also want live reload when doing…
Going native Docker for Windows and Mac were recently released as betas. You can enroll for early access here Docker has taken one step further towards making Docker feel like…
This is a follow up post on Using Roslyn to build a simple C# interactive script engine In this post I will explore the possibilities of making a REPL as…
This is a follow up post on Getting started with .NET on Linux. In this post I'll explore the new cross-platform .NET framework to see if it's possible to develop…
This post will describe how to install .NET (dnx) on a headless Linux virtual machine. First of all you might be wondering why running without a GUI. The reason is…
The .NET Compiler Platform (a.k.a. Roslyn) version 1.0-rc2 was recently released and got go-live license which means the API's are to be considered fairly stable. In this post I'll demonstrate how…
Introduction I want to share my setup for testing JavaScript code when used with RequireJS in Visual Studio. My goal was to have the JavaScript tests look and feel the…
I wanted to try F# in Xamarin Studio since it's a first-class citizen there which is pretty awesome! A pleasant surprise was that I would receive a free F# t-shirt in three simple…
When building cross-platform mobile applications it sometimes, not surprisingly, requires a web view as a means of displaying content to the user. On Windows Phone 8 this is done by…
wacked 1. messed up 2. to be killed by the mafia in a hit 1. That kid is so wacked 2. I heard Mario got wacked last night while he…
Being the code-monkey that I am I haven't been exposed to very much of deployment or configuration activities and have also being quite intimidated by all the hassle that usually…
Ok so that might be a bit overdramatic but now that I have your attention, please continue... :) Here's the thing I love the asynchronous programming model that comes with…
I gave a short presentation at Functional programming Stockholm user group about point-free programming style in F# which I will write a summary of here. I was reading Tomas Petricek's…
During lunch at a Progressive.Net event a discussion came up on why code more often than not ends up messy and ugly with large maintenance costs as a consequence. Every…