Engineering

How we build things is just as important as what we build. These articles let our engineers explain the “why” of what we do, and how we put the “tech” in “FinTech”.

Engineering

Global notifications made easy with Marionette

One of the things almost any web application in the world has to implement is a way to display notifications. Global notifications allow to users to know what is happening while they’re using an application, which is particularly helpful after performing an action (did the action end successfully or did something...

April 13, 2016
Engineering

Daemons with Celery I

We’re used to working with python so the examples I’ll use will be either pure python or python-based pseudocode. Python has a really simple and elegant syntax so it’s almost understandable for people who don’t know the language. I’m going to explore a common problem in the backend of all...

April 13, 2016