· Ruby
How to use the reduce method in Ruby
reduce in Ruby seems tricky if you didn't used it for a long time. Principle is simple, but let's see the syntax.
reduce in Ruby seems tricky if you didn't used it for a long time. Principle is simple, but let's see the syntax.
A quick memo about how to add or remove a Stimulus controller - I recommend to rely on generator this time.
Turbo is precisely made to speed up page transition, but sometimes it's better to have a slower page transition - that works.
Tests reporters help us to increase the readability of our whole test suite. Let's see how to improve the default one.
Open graph image allows you to have a nice picture preview on social media. Let's see how to do it in Ruby.
This bug is really tricky, so here is my journey solving it. Maybe this will help other not to be too impatient :)