Code rant
Life as a mort.
Tuesday, June 18, 2013
Guest Post: Working Around F#/NuGet Problems
›
A first for me. A guest post by my excellent colleague Michael Newton. Michael normally blogs at http://blog.mavnn.co.uk and works at 15b...
Redis: Very Useful As a Distributed Lock
›
In a Service Oriented Architecture you sometimes need a distributed lock; an application lock across many servers to serialize access to som...
1 comment:
Monday, June 17, 2013
Automating Nginx Reverse Proxy Configuration
›
It’s really nice if you can decouple your external API from the details of application segregation and deployment. In a previous post I...
Thursday, June 13, 2013
NuGet Install Is Broken With F#
›
There’s a very nasty bug when you try and use NuGet to add a package reference to an F# project. It manifests itself when either the assembl...
Wednesday, May 29, 2013
SSH.NET
›
I’ve recently had the need to automate configuration of Nginx on an Ubuntu server. Of course, in UNIX land we like to use SSH (Secure She...
3 comments:
Friday, May 03, 2013
The Benefits of a Reverse Proxy
›
A typical ASP.NET public website hosted on IIS is usually configured in such a way that the server that IIS is installed on is visible to th...
10 comments:
Monday, April 22, 2013
Stop Your Console App The Nice Way
›
When you write a console application, do you simply put Console.WriteLine( "Hit <enter> to end" ); Console.ReadLine(); ...
9 comments:
‹
›
Home
View web version