Menu

Archive for April 2019

This is an overview of all the articles I wrote in April 2019. Most of it is relevant to this day.

This article was published on Ruby Magic.

In today’s post, we are going to implement a naive background processing system for fun! We might learn some things along the way as a peek into the the internals of popular background processing systems like Sidekiq. The product of this fun is by no means intended for production use.

Let’s imagine we have a task in our application that loads one or more websites and extracts their titles. As we...

Read more