Posts Tagged "dev"
-
Documenting Your Schemas
Last week I spent some time reading about using message queues like RabbitMQ and Apache Kafka as stream data systems. In the process I found an awesome article on the reasons why LinkedIn built and op...
-
Things I Learnt From Android's Swagger Client Codegen
Over the past few days I've had a lot of struggles generating a Swagger-compatible QuestionTime API client for Android. Quickly for those who aren't aware: Swagger allows you to write API doc...