Gist a github feature for sharing language specific formatted code


Finally after months and months I’ve found a neat, clear, formatted and even version controlled way of sharing code snippets. Gist allows you to have language specific formatted code and embed it in any HMTL page or in a free blog like this one. Here below is an example! This file contains bidirectional Unicode text that … Continue reading Gist a github feature for sharing language specific formatted code

REST Payload API Versioning


In the last few days my focus has been on NoSQL DB(s) and REST services. Points I’m more interested into are: Payload API versioning Platform independent Payload serialization and / or compression I found on stackoverflow a very interesting debate on the versioning aspect. Although exposing the API version in the URI gives great readability and control, I’m … Continue reading REST Payload API Versioning