#Backend
Github has always been able to serve static contents through Jekyll using Github
pages. Github pages has enabled millions of static pages to be published easily
and for free. The only downside of it has been that Github supports limited
number of Ruby gems.
With the introduction of Github action, we...
Introduction
Ruby is a dynamic and open source language capable of carrying out large
varieties of tasks and functionalities. But, there are few things that are
limited to a specific language. There are scenarios where carrying out tasks in
other programming language has more incentives. These...
To install Ruby using ruby-build and rbenv, you can follow these steps:
First, make sure you have ruby-build and rbenv installed on your system.
You can check if you have them installed by running the following commands in
your terminal:
which ruby-build
which rbenv
If either of these commands...