Recent Posts

Quickly Populate Your Rails App with a CSV File

3 minute read

In this article we will learn you how to seed data to a Rails application from a CSV file. For this example we will use the Destination model from the travel...

Ruby and Rails: A Love Story

1 minute read

It all began in the mid-1990s, when Japanese programmer Yukihiro “Matz” Matsumoto set out to create a new programming language. He wanted a language that bal...

The Basics of Recursion in Ruby

1 minute read

Recursion is a powerful concept in programming that allows a function to call itself repeatedly until a specific condition is met. This can be a useful tool ...

Fibonacci Number code challenge

less than 1 minute read

The Fibonacci Number is another common code challenge and it has some simililraties with the Factorial Number we already solved.

Factorial Number code challenge

less than 1 minute read

Finding the Factorial Number is a common and simple challenge. Though it’s easy to solve I find it interesting because it allows us to solve it in different ...

How this blog was built

less than 1 minute read

This blog is hosted on GitHub Pages and it was built with Jekyll following a tutorial from GitHub Skills. Jekyll is a static site generator that was made to ...

Hello World!

less than 1 minute read

Hello there, this my first blog post.