Posts
Fatalement
Cancel

A complete guide to revoke the Apple Sign in token

A bit of context Since July 2022, Apple required that if you app provide a Apple Sign in process you should also have a way to let the user delete his account. If you only delete the user in you...

2021 review and 2022 Goals

It is time for the 2021 review and also to set new goals for 2022. 2021 review What I planed to do one year ago Professional 🎙 Go to 2 conferences Cancel due to covid and starting ...

Ruby iteration on attributes

When you are writing tests, you may need to update several attributes with the same value and, made some assertion on those. Let’s say you have an object my_object, that contains several kinds of ...

Test Rails Validator with ActiveSupport::TestCase

I needed to write a custom validator for one of our Active Record. Once my validator written, I wanted to test it without called an existing model of the DB. Let’s take an example for an easy case...

Fight with changelog conflicts

If you use a changelog to document changes in your code in a code base where several developers works, you probably have to fix changelog file conflicts. At QoQa, we have this problem a lot and it...