<?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>Forem: ZEAL</title>
    <description>The latest articles on Forem by ZEAL (@codingzeal).</description>
    <link>https://forem.com/codingzeal</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%2Forganization%2Fprofile_image%2F1604%2Ff92dc6ef-6040-4d02-853e-a1595b4343e3.png</url>
      <title>Forem: ZEAL</title>
      <link>https://forem.com/codingzeal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/codingzeal"/>
    <language>en</language>
    <item>
      <title>Software Engineer in Residence</title>
      <dc:creator>Adam Cuppy</dc:creator>
      <pubDate>Sat, 14 Nov 2020 01:41:10 +0000</pubDate>
      <link>https://forem.com/codingzeal/software-engineer-in-residence-40nl</link>
      <guid>https://forem.com/codingzeal/software-engineer-in-residence-40nl</guid>
      <description>&lt;p&gt;📣  We're looking for two more junior- and mid-level software developers to join our Software Engineer in Residence program - an accelerated path to leveling-up... &lt;/p&gt;

&lt;p&gt;👩🏽‍💻🧑🏻‍💻 👉  We're looking for passionate software engineers committed to their continued personal growth and development from junior and mid-level to senior and lead-level... &lt;/p&gt;

&lt;p&gt;🤔 &lt;a href="https://www.softwareresidency.com/careers"&gt;https://www.softwareresidency.com/careers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;❓ Leave questions below&lt;/p&gt;

</description>
      <category>hiring</category>
      <category>career</category>
    </item>
    <item>
      <title>My favorite code-based expression</title>
      <dc:creator>Adam Cuppy</dc:creator>
      <pubDate>Wed, 18 Dec 2019 04:01:54 +0000</pubDate>
      <link>https://forem.com/codingzeal/my-favorite-code-based-expression-3eoh</link>
      <guid>https://forem.com/codingzeal/my-favorite-code-based-expression-3eoh</guid>
      <description>&lt;p&gt;For whatever reason, I love writing Ruby's or/equal operator (&lt;code&gt;||=&lt;/code&gt;). Said in human-speak, if the variable on the left is &lt;code&gt;null&lt;/code&gt; then assign it the value on the right; otherwise, leave the variable on the left as is: &lt;code&gt;@left ||= 'right'&lt;/code&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Simplicity
&lt;/h4&gt;

&lt;p&gt;The concept of or/equal exists throughout life, &lt;em&gt;"Is the oven on? No, then set it to 350 degrees."&lt;/em&gt; We get it. The flow is natural.&lt;/p&gt;

&lt;h4&gt;
  
  
  Interpretability
&lt;/h4&gt;

&lt;p&gt;The syntax is easy to parse. If you're familiar with &lt;code&gt;||&lt;/code&gt; meaning &lt;em&gt;or&lt;/em&gt; and &lt;code&gt;=&lt;/code&gt; meaning &lt;em&gt;should now equal&lt;/em&gt; then combining them leads down a logical path towards &lt;em&gt;or should now equal.&lt;/em&gt; Neat!&lt;/p&gt;

&lt;h4&gt;
  
  
  What's your favorite programming expression/method/operator?
&lt;/h4&gt;

&lt;p&gt;Post and example. Why do you love writing it?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>ruby</category>
    </item>
  </channel>
</rss>
