Introduction Sidekiq is the standard in the Ruby ecosystem for background jobs. This short tutorial will show you how to set up Sidekiq in a Hanami application using Docker Compose. For the basic setup, please look at my previous tutorial: … »
Introduction Hanami 2.0 is the perfect Ruby framework for building robust and fast API applications. The 2.0 version comes without a persistency layer (that will be a 2.2 feature). Today we’ll learn how to set up a Hanami app with … »
Introduction Hanami 2.0 is a productive Ruby framework that quickly supports you in building API applications. Today we will see how to get started with Hanami and GraphQL in ten steps. We will create the app and a simple code … »
It’s been a busy and rewarding year, both personally and professionally. I turned 40 in June! That was an opportunity to think about time passing. I’m committed to spending time doing the things I always wanted to do but never … »
As a software architect who has worked in Agile environments for several years, I have seen the benefits of the Agile Manifesto’s emphasis on “people over processes.” However, there is also value in challenging this principle and considering the potential … »