Ploeh - blog.ploeh.dk - ploeh blog
General Information:
Latest News:
REST lesson learned: Consider a self link on all resources 3 May 2013 | 11:32 am
Add a self-link on RESTful resource. This suggestion is part of my REST lessons learned series of blog posts. Contrary to previous posts, this advice doesn't originate from a lesson learned t...
REST lesson learned: Consider a home link on all resources 2 May 2013 | 11:51 am
Add home links on RESTful resources. This suggestion is part of my REST lessons learned series of blog posts. Contrary to to the previous posts, this advice doesn't originate from a lesson le...
REST lesson learned: Avoid hackable URLs 1 May 2013 | 11:29 am
Avoid hackable URLs if you are building a HATEOAS API. This is a lesson about REST API design that I learned while building non-trivial REST APIs . If you provide a full-on level 3 REST API, ...
Herding Code podcast 1 May 2013 | 11:26 am
I'm on Herding Code. At the Danish Developer Conference 2013 I had the pleasure of meeting Jon Galloway , who interviewed me for a Herding Code podcast . In this interview, we talk about Auto...
REST lesson learned: Avoid 204 responses 30 Apr 2013 | 11:46 am
Avoid 204 responses if you're building a HATEOAS application. This is a lesson about REST API design that I learned while building non-trivial REST APIs . In order to be as supportive of the ...
REST lesson learned: Avoid user supplied data in URI segments 29 Apr 2013 | 01:07 pm
Be careful with user-supplied data in URI segments. This is a lesson about design of REST APIs that I learned the hard way : if you built service URIs from dynamic data, be careful with the d...
REST lessons learned 29 Apr 2013 | 08:00 am
This post provides an overview of some lessons I learned while bulding non-trivial REST APIs. Last year I spent a good deal of the year designing and implementing a handful of non-trivial RES...
How to change the Generate Property Stub refactoring code snippet in Visual Studio 2012 23 Apr 2013 | 03:00 pm
This post describes how to change the code template for the "Generate Property Stub" refactoring in Visual Studio 2012. This is mostly a quick note for my own benefit (since I just spent half...
Advanced Unit Testing Pluralsight course 15 Apr 2013 | 07:29 pm
Service announcement: my new Pluralsight course Advanced Unit Testing is now available. Read more in Pluralsight's announcement , or go straight to the course . If you don't already have a Plu...
FizzBuzz kata in Clojure 11 Apr 2013 | 07:20 am
This post describes my first experience with doing the FizzBuzz kata in Clojure. After having looked at Clojure for some time, I finally had a bit of time to play with it, so I decided to do ...

