Thoughts on backend and scaling

Recent posts

Templating with ErlyDTL 1

Last time I needed to implement a RESTful service in Erlang which got a large JSON and depending on the content it needed to react on different events (like a new product registered in a webshop, etc.). Reacting meant that the application should have called services with JSON response bodies. I don’t know if you made even medium sized JSONs (or maps) in your source, it doesn’t look like good.