02 Jan 2016 | | vi, vim, common commands
TL;DR Run vimtutor and be enlightened!
11 Nov 2015 | | REST, API, http, status, 404, resource not found
We had an interesting discussion at work yesterday: for a REST api, what HTTP status code to return when a resource does not exist - a 200 OK with an empty result, a 204 NO CONTENT or a 404 NOT FOUND ?