Blog
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 ‐ 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 ‐ 5 min read
Ruby, the self keyword
In this article we will explore the self keyword of the Ruby language
Posted May 12, 2022 - tagged ruby ‐ 6 min read
How to use Rails flash messages
How to effectively use and implement flash messages with Ruby-on-Rails
Posted May 9, 2022 - tagged ruby-on-rails ‐ 6 min read
How to get a random number in Ruby
Let's see how to get a random number in Ruby
Posted May 5, 2022 - tagged ruby ‐ 2 min read
Kill Rails server : a how-to guide
How to kill your Rails server ? This could happen if your Rails server is buggy, and restart is not possible.
Posted May 2, 2022 - tagged ruby-on-rails ‐ 4 min read
Ruby block, procs and lambda
With the Ruby language, block, procs, and lambda are some different ways to use anonymous functions.
Posted April 28, 2022 - tagged ruby ‐ 6 min read
Ruby on Rails, the MVC architecture
Ruby-on-Rails is known as a MVC framework. Let's see what does this means.
Posted April 25, 2022 - tagged ruby-on-rails ‐ 5 min read
Rails analytics made simple
Analytics (i.e. stats about your visitors) is nowadays not cheap. Let's see why, and let's see how Rails could help.
Posted March 21, 2022 - tagged ruby-on-rails ‐ 7 min read
Rails 7 Hotwire : a tutorial
Hotwire is the new functionality of Rails that gained momentum lastly. This tutorial is a practical introduction to each feature.
Posted March 7, 2022 - tagged ruby-on-rails ‐ 10 min read