Contributions

Article
A quick memo about a big classic
Article
Despite ESBuild often being used as a default in new Rails apps, I was surprise to find very little experiments about rollup.
Article
A beginner friendly guide about Ruby regexes. Even if nowadays, ChatGPT tend to be not-too-bad in this field :)
Tutorial
Despite controversy, Heroku is the most well-known deployment platform, and also the easiest to use.
Tutorial
Learn how to benchmark (i.e. measure performance) Ruby code in a recap.
Article
Hatchbox.io is a deployment platform for Ruby-on-Rails users. I used it recently, so for people ashamed of trying, here is my review.
Article
Convention over configuration is powerful, but doesn't help when you're not sure anymore about conventions ;) So here is a quick memo.
Tutorial
Adding pagination with Kaminari, an alternative to the Pagy gem
Tutorial
This is an opinionated article about ERB and HAML with Rails. Let’s compare each other and pick a winner.
Tutorial
A small tutorial to understand the difference between authorization and authentication
Article
Nothing really new under the sun, but a simple recap or reference article in case you are lost :)
Article
An opinion about the current Rails stack popularity
Article
With Ruby, there are some cases where you want to check if a given key is already in the hash.
Article
Waiting for the new release of Rails, here is a tutorial about how to generate authentication - without the need to code it from scratch.
Article
Fresh version of a classic problem - URL encoding in Ruby. I recently had the problem - here is how I solved it :)
Tutorial
"form_with" is a Rails helper that allows the construction of web forms optimized for communication with the server.
Article
Yes, I know, starter kits are all the rage nowadays, but I needed something more design-centric.
Article
Flash message is a very old notion of Ruby-on-Rails. This article will be focused on the usability and accessibility of these messages.
Tutorial
Rails bullet gem is here to solve the N+1 query problem. Let's create this problem first, and solve it thanks to the Rails bullet gem.
Article
Split is a very common method not only in Ruby, but also in the programming world. Let's see what does .split means for a Ruby Array.
Article
A short article about how to simplify the Rails console command thanks to the aliases file.
Article
A short article about how to sort an array in Ruby. It's a classic problem in other languages too, so let's explore the Ruby case.
Article
Many languages have a ternary operator, including Ruby. The goal is to reduce the size of the code by displaying a one-line condition. Let's see how.
Tutorial
SvelteJS is a very promising JavaScript tool that gained traction recently. For those who don't like Hotwire for Ruby-on-Rails, it sounds a good alternative.
Article
A beginner-friendly guide to exceptions in Ruby.
Tutorial
How to build an in-house solution for log monitoring
Tutorial
AvoHQ is an alternative to administrate or madmin. A hands-on tutorial.
Article
Definition and explanations about the enumerable module
Tutorial
An opinionated article
Article
A small recap of OOP notion here

Showing the last 30 only...