24th May 2017
TL;DR How to build a template engine (using simple string interpolation), leveraging pattern matching and state machinery. Also benchmarking 'cause we want to be fast besides right. Why build my own templating engine? What's wron…
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…