Blog
Ruby-on-Rails and Tailwind CSS Tutorial
Tailwind CSS is a utility-first CSS framework with tons of classes that can be used to build any design directly in HTML.
Posted June 30, 2022 - tagged ruby-on-rails
6 min read
Ruby inheritance
Inheritance in Ruby and Ruby-on-Rails is a key element that has a great potential to develop robust interfaces. Inheritance is a concept which is directly related with Object Oriented Programming (OOP).
Posted June 27, 2022 - tagged ruby
5 min read
Ruby-on-Rails ViewComponents tutorial and examples
ViewComponent is a Ruby gem for creating reusable, testable, and encapsulated view components in Ruby-on-Rails.
Posted June 23, 2022 - tagged ruby-on-rails
6 min read
Rails link_to tutorial and examples
link_to is a helper method in Ruby that is very useful to enable users to navigate through applications.
Posted June 14, 2022 - tagged ruby-on-rails
5 min read
Ruby-on-Rails and AlpineJS tutorial
AlpineJS is a very promising JavaScript tool for already-rendered HTML. It sounds an awfully good fit for Ruby-on-Rails. Let's dive in.
Posted June 9, 2022 - tagged ruby-on-rails
5 min read
How to define and use a Ruby hash
A Ruby hash is a way to store and structure data. Let's see how to define a hash and how to use it. And the main methods and operations, through examples.
Posted June 2, 2022 - tagged ruby
6 min read
Ruby-on-Rails and VueJS tutorial
Ruby-on-Rails for the backend part, and some VueJS into your views. This short tutorial helps you to put pieces together.
Posted May 30, 2022 - tagged ruby-on-rails
6 min read
Rails 8 : unreleased features
Rails 8 has not yet a release date at this time of writing. What kind of feature could be fun in the (future) Ruby-on-Rails 8 release ? Let's dream.
Posted May 23, 2022 - tagged ruby-on-rails
6 min read
Ruby pattern matching
If you are not familiar with the pattern matching feature in Ruby, this article is a good recap of the basics and it also includes some useful tips for developers.
Posted May 19, 2022 - tagged ruby
Last update : April 19, 2022 5 min read
Ruby-on-Rails : Le Wagon, a review
Ruby-on-Rails : everything you should know before joining a Web Development Bootcamp, and my own review of Le Wagon.
Posted May 17, 2022 - tagged ruby-on-rails
Last update : April 17, 2022 5 min read