DEV Community

Cover image for Learning by building, a Background Processing System in Ruby

Learning by building, a Background Processing System in Ruby

Benedikt Deicke on April 10, 2019

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 th...
Collapse
 
annarankin profile image
Anna Rankin

This is fantastic - very clear and easy to understand/follow along, and fun to read! TIL Ruby has its own Queue implementation 😮 Fun stuff to mess around with and build a better mental model of what's going on under the hood. Thanks for this!

Collapse
 
rhymes profile image
rhymes

Great article Benedikt, very well written and easy to follow along!