Rails app with Azure Entra-ID authentication

This post 1 demonstrates how to use Azure Entra-ID for authentication. According to What is Microsoft Entra ID?, Microsoft Entra ID is a cloud-based identity and access management service that your employees can use to access external resources. ...

February 9, 2025

Ruby tricks and tips

I have been using ruby for over a year now and collected some tricks I would like to share. Ruby weekly newsletter Often, I consult the Ruby weekly newsletter. These are some interesting articles I found there. ...

January 12, 2025

Ruby on Rails ticks and trips

I have been using Ruby on Rails quite a lot lately due to its extremely rapid way to build proof of concepts for web applications. ...

November 12, 2024

PDF to text conversion

There is once in a while the need to extract pure text from PDF files. This blog shows some attempts to do it with dot, with ruby, and with command line utitilites. ...

December 1, 2022