23rd March 2017
When you build an app that relies on internet connection, caching is important! It contributes to the performance and efficiency on user data and energy consumption. There are many caching solutions out there, one for every platfo…
30th November 2016
A typical problem when implementing API clients is the process of converting a JSON object o a class that means something to the application. From my experience this process has to be easy to use, easy to understand and highly cus…
23rd November 2016
TL;DR How to send raw binary data through channels in the Phoenix framework and read the data on the client. We will be using the MessagePack format to deliver the payload, gzipping when it makes sense to do so. MessagePack you s…
16th November 2016
Hi all, welcome to the Stoiximan[1] tech blog. This blog will follow the adventures of the nerdier parts of the company and of those that feel more at ease in front of their keyboard. We decided to create this blog as an outlet f…