<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: zed</title>
    <description>The latest articles on DEV Community by zed (@zed).</description>
    <link>https://dev.to/zed</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F537943%2F2cd4af7a-c37e-4a94-ba9b-20a207659d4b.jpg</url>
      <title>DEV Community: zed</title>
      <link>https://dev.to/zed</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zed"/>
    <language>en</language>
    <item>
      <title>SQL</title>
      <dc:creator>zed</dc:creator>
      <pubDate>Mon, 25 Jan 2021 00:50:43 +0000</pubDate>
      <link>https://dev.to/zed/sql-3900</link>
      <guid>https://dev.to/zed/sql-3900</guid>
      <description>&lt;p&gt;Tomorrow starts Week 3 of Flatiron School and for now we're moving away from exclusively Ruby and adding some SQLite in the mix. I'm doing a little weekend learning and went ahead and finished the first SQL lab. &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--F0WO9Ysm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/qh42ohvwdr0o474romsy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--F0WO9Ysm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/qh42ohvwdr0o474romsy.png" alt="Screenshot of VS Code where Zed is showing the code he's written to pass the Flatiron provided tests"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flatironschool</category>
      <category>learntocode</category>
      <category>sql</category>
      <category>sqlite</category>
    </item>
    <item>
      <title>Day 1</title>
      <dc:creator>zed</dc:creator>
      <pubDate>Mon, 11 Jan 2021 15:35:22 +0000</pubDate>
      <link>https://dev.to/zed/day-1-4g52</link>
      <guid>https://dev.to/zed/day-1-4g52</guid>
      <description>&lt;p&gt;Starting Day 1 of concurrent learning of Flatiron School! I'm so excited for this next chapter of life.&lt;/p&gt;

&lt;p&gt;feeling = "excited"&lt;br&gt;
def this_morning emotion&lt;br&gt;
return "I am so #{emotion}!"&lt;br&gt;
end&lt;br&gt;
this_morning feeling&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FmNsML6l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m6d6dsm1j8f6y3uqyi1q.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FmNsML6l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m6d6dsm1j8f6y3uqyi1q.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flatironschool</category>
      <category>learntocode</category>
      <category>ruby</category>
    </item>
    <item>
      <title>I don't know everything, but I'm helping others with what I do know</title>
      <dc:creator>zed</dc:creator>
      <pubDate>Mon, 28 Dec 2020 19:41:35 +0000</pubDate>
      <link>https://dev.to/zed/i-don-t-know-everything-but-i-m-helping-others-with-what-i-do-know-2bbd</link>
      <guid>https://dev.to/zed/i-don-t-know-everything-but-i-m-helping-others-with-what-i-do-know-2bbd</guid>
      <description>&lt;p&gt;The surest way to know that I'm learning to code is having the ability to help others when they get stuck. I'm in a Slack group with other Flatiron School students and was able to help another with something I recently completed.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--i9CISiTe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bl6mdj3jqrxvjb2lnv60.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i9CISiTe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bl6mdj3jqrxvjb2lnv60.png" alt='screenshot of slack interface where a user types "Thank you, Zed!"'&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>learntocode</category>
      <category>flatironschool</category>
    </item>
    <item>
      <title>A huge step forward</title>
      <dc:creator>zed</dc:creator>
      <pubDate>Tue, 22 Dec 2020 19:17:05 +0000</pubDate>
      <link>https://dev.to/zed/a-huge-step-forward-1i37</link>
      <guid>https://dev.to/zed/a-huge-step-forward-1i37</guid>
      <description>&lt;p&gt;I just got to the part of the material where I'm learning Enumerables and boy are they so much better than a bunch of while loops.&lt;/p&gt;

&lt;p&gt;This feels the same as when in calculus you go from doing integrals by hand to learning the power rule.&lt;/p&gt;

</description>
      <category>learntocode</category>
      <category>flatironschool</category>
      <category>ruby</category>
    </item>
    <item>
      <title>Former Apple Genius, left to go on a 16 month roadtrip and am now learning to code</title>
      <dc:creator>zed</dc:creator>
      <pubDate>Thu, 10 Dec 2020 18:56:59 +0000</pubDate>
      <link>https://dev.to/zed/former-apple-genius-left-to-go-on-a-16-month-roadtrip-and-am-now-learning-to-code-369b</link>
      <guid>https://dev.to/zed/former-apple-genius-left-to-go-on-a-16-month-roadtrip-and-am-now-learning-to-code-369b</guid>
      <description>&lt;p&gt;console.log("Hello, Ya'll")&lt;/p&gt;

&lt;p&gt;From 2016 to 2019 I was a Genius at Apple Retail in NYC, Seattle, and D.C. July 2019 I left Apple to go on the roadtrip of a lifetime: 16 months, 36 states, and 2 provinces. When I set out, it was going to only be 3 months but I kept adding more time.&lt;/p&gt;

&lt;p&gt;With the advent of the coronavirus, my trip's end date was undefined. 1 month ago, after finishing a phone call with a developer friend of mine I was convinced that my next step was to learn to code.&lt;/p&gt;

&lt;p&gt;For the next 5 months I will be learning mainly Ruby and Javascript through Flatiron School's bootcamp. I'm here on dev.to to share my story of coding.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m44Uiiff--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ldh356mc1t21he0smg2e.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m44Uiiff--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ldh356mc1t21he0smg2e.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flatironschool</category>
      <category>javascript</category>
      <category>ruby</category>
      <category>genius</category>
    </item>
  </channel>
</rss>
