<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Learning on Bridge</title><link>https://quarternotecoda.com/tags/learning/</link><description>Recent content in Learning on Bridge</description><generator>Hugo -- 0.160.1</generator><language>en-us</language><lastBuildDate>Thu, 20 Jun 2013 00:00:00 +0000</lastBuildDate><atom:link href="https://quarternotecoda.com/tags/learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Steps for a Beginner to Learn Ruby</title><link>https://quarternotecoda.com/posts/2013-06-20-5-steps-for-a-beginner-to-learn-ruby/</link><pubDate>Thu, 20 Jun 2013 00:00:00 +0000</pubDate><guid>https://quarternotecoda.com/posts/2013-06-20-5-steps-for-a-beginner-to-learn-ruby/</guid><description>&lt;p&gt;Ruby is not Rails. Learn Ruby first.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Get &lt;a href="rbenv.org"&gt;rbenv&lt;/a&gt; (preferred) or &lt;a href="http://rvm.io"&gt;rvm&lt;/a&gt; installed with Ruby 1.8.7, 1.9.3 and 2.0&lt;/li&gt;
&lt;li&gt;Write Hello World and run it&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-ruby" data-lang="ruby"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#007020"&gt;puts&lt;/span&gt; &lt;span style="color:#4070a0"&gt;&amp;#34;Hello World&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Go through the &lt;a href="http://rubykoans.com/"&gt;Ruby Koans&lt;/a&gt; (simplest with 1.8.7)&lt;/li&gt;
&lt;li&gt;Go through some &lt;a href="https://quarternotecoda.com/tdd-exercises/"&gt;TDD exercises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Code a simple ruby script that solves a problem you have, like&amp;hellip;
&lt;ul&gt;
&lt;li&gt;Add a TODO to a file&lt;/li&gt;
&lt;li&gt;Print out the date in another time zone&lt;/li&gt;
&lt;li&gt;Tell you how many days until&amp;hellip;&lt;/li&gt;
&lt;li&gt;Perform some repetative task related to your environment&lt;/li&gt;
&lt;li&gt;Display something silly for your kids&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ruby is not Rails. You do not need to learn all the &amp;ldquo;magic&amp;rdquo; of Rails to learn the &lt;em&gt;awesome&lt;/em&gt; of Ruby. Spend some time and get where you can really drive a script and solve a simple problem. Doing this will get you far beyond a beginning Rails developer. You simply have to learn the magic incantations of Rails to be able to develop web apps after that. And those incantations won&amp;rsquo;t be nearly as scary.&lt;/p&gt;</description></item></channel></rss>