Posts

Showing posts with the label Documentation

Swagger IO

If you are building a WebAPI, I recommend the usage of swagger IO to document your API. It is incredibly simple to setup & provide you (and your clients) a very good way to expose and describe your data. The website: http://swagger.io/ To see a demo: http://petstore.swagger.io/

Mvvm From A to Z

For french developpers, you can have a look at my MVVM My Way article . It proposes an end to end solution to developp an MVVM application. This article covers the global architecture, the associated tools & the way of testing the app.