
· Rails
Ruby-on-Rails and Avo Tutorial
Avo's primary purpose is to manage database records for Rails applications. Here is a quick tutorial with Rails.

Avo's primary purpose is to manage database records for Rails applications. Here is a quick tutorial with Rails.

The Enumerable Module is my personal favorite feature in Ruby. Let's dive into its power :)

A ViewComponent is simply a Ruby object and a template. Here is a quick tutorial from scratch about their use.

The link_to helper simply builds links. Here is a quick tutorial about various use cases.

Hash in Ruby allows to store and manage pairs of key/value. Here is a small tutorial about the use of Hashes.

TailwindCSS is nowadays one of the most CSS framework used in the web dev world. Let's see how to use it with Rails.