diff --git a/2017-07-04-learn-ruby-first.html b/2017-07-04-learn-ruby-first.html new file mode 100644 index 0000000..16c3cbc --- /dev/null +++ b/2017-07-04-learn-ruby-first.html @@ -0,0 +1,12 @@ +--- +layout: default +title: Learn Ruby First +link: https://www.learnruby.today/ +categories: [ruby] +level: [beginner, intermediate] +instruction: [online, course, video, book, text] +price: [free] +image: learn-ruby-first.png +--- + +Learn Ruby First takes a comprehensive look at the basics of programming through the eyes of a Ruby. It leaves the reader endowed with the ability to write Ruby programs while preparing them to explore other languages. Learn Ruby First focuses on core programming concepts and essential domain fundamentals. It takes a breadth-first approach to help the reader get started quickly, while teaching the best practices of Object Oriented Design to ensure long term success. After reading, you will be ready to master any language quickly and efficiently. \ No newline at end of file diff --git a/learn-ruby-first.png b/learn-ruby-first.png new file mode 100644 index 0000000..5c81426 Binary files /dev/null and b/learn-ruby-first.png differ