#Backend

Aadesh shrestha Thu Mar 09 2023

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...

Parash agrawal Thu Mar 09 2023

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...

Madhav Thu Apr 06 2023

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...