Posts in Programming,

Learning Ruby and Rails

WRITTEN in Development,, MVC, Programming,, Web

It has been a few weeks since my last project, so I decided to dive-in to Ruby and Ruby and Rails during my downtime and learn simple coding. Here is what I’ve learned so far.

Ruby

Facts

Before digging into Ruby code I’ve read some facts about it first. Ruby was designed and developed in the mid-1990s by Yukihiro “Matz” atsumoto in Japan. It is a dynamic, reflective, object-oriented, general-purpose programming language. Ruby’s syntax is influenced by Perl and Python. Ruby has a library of plug-ins that can improve development workflow and experience called RubyGems (https://rubygems.org/). Ruby is one of the most popular programming languages of today.

Read on