Other articles


  1. Fun with Rails and RabbitMQ Part I: Introduction

    Intro

    Working on a Rails application that moves several mission-critical functionalities into background-worker-jobs (like lengthy cron jobs or generating PDFs), one basic approach would be to use one of the many simple background queue libraries that are available, and the first address nowadays would be Sidekiq. However, as this blog …

    read more

links