development

  • Monitoring celery – your distributed task queue

    Hey. I recently noticed I needed some kind of celery monitoring. Here’s a summary of what I learned while searching for a solution TL;DR: Sign up at healthchecks.io, add checks and integrations then add a single celery task that runs every minute. Configure the Period and have it drop an email or a Slack…

  • Using a plain javascript array with AngularStrap’s Selects

    The web application I’m currently developing is using https://angularjs.org/ and http://getbootstrap.com/ because, well, I’m an angularjs fan and I suck at layout. Guess the latter is pretty obvious from the theme the site is running right now.