Cristhiam Teran

Software Engineer

The Street Coder

03 Jun 2023

How to use intersection methods in Ruby arrays

How to use intersection methods in Ruby arrays In this post, we will explore three different methods that can be...

15 Apr 2023

Using the to_h Method of Array in Ruby

Using the to_h Method of Array in Ruby In this blog post, I will explain how to use the to_h...

29 Nov 2020

Setup Bulma CSS framework in your Rails application

In this tutorial, I will show you how to setup the CSS framework Bulma in a Rails application Prerequisites Rails...

11 Oct 2020

Starting your Rails project with an ultra-light setup

Suppose that we need to create a Rails project that will use the classic ERB views and PostgreSQL. One way...

05 Jun 2015

An example of convivence between abstract classes and interfaces

Some years ago, someone asked me about of when to use an interface and when to use an abstract class....