Painless Travis CI/CD for Android Project

Painless Travis CI/CD for Android Project

Modern software development is far more “user”-friendly to developers than it used to be. GitHub, Heroku, and the huge Fabric family of tools make code review easy, deploy painless, and health monitoring pleasant. And when it comes to continuous integration, there is...
Using ProtoBuf for Huge Object Serialization

Using ProtoBuf for Huge Object Serialization

I want to share my experience with using ProtoBuf to optimize the size of transferred/cached objects. We at Distillery faced a problem that the size of Memcached objects are huge. We’ve come close to exceeding the Memcached server storage limit which can trigger the...