<?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: fwaldecker</title>
    <description>The latest articles on DEV Community by fwaldecker (@frankwally).</description>
    <link>https://dev.to/frankwally</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%2F2033447%2Fcf1a96d1-1a47-42c0-b005-eae5da1f1c92.png</url>
      <title>DEV Community: fwaldecker</title>
      <link>https://dev.to/frankwally</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/frankwally"/>
    <language>en</language>
    <item>
      <title>New Coder - learning Arrays &amp; Recursion</title>
      <dc:creator>fwaldecker</dc:creator>
      <pubDate>Fri, 06 Sep 2024 11:15:21 +0000</pubDate>
      <link>https://dev.to/frankwally/new-coder-learning-arrays-recursion-48l2</link>
      <guid>https://dev.to/frankwally/new-coder-learning-arrays-recursion-48l2</guid>
      <description>&lt;p&gt;New-ish to coding.  Starting launch school.&lt;/p&gt;

&lt;p&gt;I'm starting with Ruby and did a lesson on Arrays this morning.  I also created a little AI teaching assistant to help when I don't understand something (it's amazing - highly recommend).&lt;/p&gt;

&lt;p&gt;I always ask for real world examples for better comprehension.  I hate school examples like using the Fibonacci sequence to learn recursion.&lt;/p&gt;

&lt;p&gt;But a quick chat with Claude taught me how recursion is incredibly helpful for e-commerce platforms with big product catalogs.  Think Amazon, Wal-Mart, etc.  &lt;/p&gt;

&lt;p&gt;Where they have Home, Electronics, Grocery, Outdoor.   In electronics there's gaming, appliances, tv.  Gaming has PS5, Xbox, etc.&lt;/p&gt;

&lt;p&gt;Recursion makes it possible to create a method that searches the whole thing based on specific criteria with just a few lines of code.&lt;/p&gt;

&lt;p&gt;That's pretty neat.&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>newbie</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
