Hello! Three days ago, I spent two hours each learning Ruby through Lynda dot com. This was not necessarily my first encounter with Ruby but I will say that it was the first serious attempt at learning to program in it. One thing that I did a month ago was to go through the highly recommended Ruby on Rails online book (approx 8 hours). This post will describe briefly what I thought. Let us get started.

Perhaps it might be of help(to those who might not know) to mention the fact that Ruby on Rails is NOT Ruby. Instead, Ruby on Rails (commonly written as RoR) is a Framework written in Ruby language.
A few weeks or so ago, I was learning Ruby on Rails and I couldn’t avoid running into the version control issue with Ruby. Consider a situation where you are running Ruby 1.93 but you want to write code that works with a different version of Ruby like Ruby 2.00. The solution is to perhaps install more than one version right? Now after installing more than one version, you might be wondering how to switch from one version to another. That is why I am doing this tutorial.
This is a preview of
How To Install Pik and Run Commands on Git Bash – Ruby
.
Read the full post (216 words, estimated 52 secs reading time)
Hello everyone! I am back again with another challenge from Mozilla P2PU. I just couldn’t wait because completing the first one made me so dang excited! This post is an introductory one, meaning I will not be writing any code today. I will consider this a preparation for the real thing.
While I was getting things ready for the journey ahead, I ran around the web like a bot trying to gather all the necessary documentation and I spent a good amount of time on Twitter’s Developers page scheming through their updated APIs. Below are just a few I had to grab!