<?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: Daniel Todd </title>
    <description>The latest articles on DEV Community by Daniel Todd  (@dannyjrt).</description>
    <link>https://dev.to/dannyjrt</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%2F1141586%2Fa0c31e12-deb1-4759-84df-d16f14486477.jpeg</url>
      <title>DEV Community: Daniel Todd </title>
      <link>https://dev.to/dannyjrt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dannyjrt"/>
    <language>en</language>
    <item>
      <title>Questions to Front-End Developers</title>
      <dc:creator>Daniel Todd </dc:creator>
      <pubDate>Sun, 03 Sep 2023 21:21:45 +0000</pubDate>
      <link>https://dev.to/dannyjrt/questions-to-front-end-developers-de8</link>
      <guid>https://dev.to/dannyjrt/questions-to-front-end-developers-de8</guid>
      <description>&lt;p&gt;Hello, and welcome. &lt;/p&gt;

&lt;p&gt;In today's Front-end market, what are the jobs looking for in terms of junior level skills? I have seem to have fallen into a passion for Front-end work. Javascript has intrigued me to to extents I couldn't even explain. It feels like I have been opened to a whole new world of code! Any advice? &lt;/p&gt;

&lt;p&gt;Best,&lt;br&gt;
 Danny T&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>frontend</category>
      <category>beginners</category>
    </item>
    <item>
      <title>questions about coding environment .. Productivity hacks?</title>
      <dc:creator>Daniel Todd </dc:creator>
      <pubDate>Sun, 27 Aug 2023 18:56:14 +0000</pubDate>
      <link>https://dev.to/dannyjrt/questions-about-coding-environment-productivity-hacks-1d6o</link>
      <guid>https://dev.to/dannyjrt/questions-about-coding-environment-productivity-hacks-1d6o</guid>
      <description>&lt;p&gt;Hello, all.&lt;/p&gt;

&lt;p&gt;I am relatively new to the world of coding.. with that being said, what are some common coding environment life hacks to better my productivity? In terms of lighting, desks, or even desk items. What are some recommendations to enhance my work-flow?&lt;/p&gt;

&lt;p&gt;Best,&lt;br&gt;
Danny  &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>benefits on the method .count</title>
      <dc:creator>Daniel Todd </dc:creator>
      <pubDate>Mon, 21 Aug 2023 22:00:28 +0000</pubDate>
      <link>https://dev.to/dannyjrt/benefits-on-the-method-count-41hj</link>
      <guid>https://dev.to/dannyjrt/benefits-on-the-method-count-41hj</guid>
      <description>&lt;p&gt;Hello all,&lt;/p&gt;

&lt;p&gt;I have been working on 'ActiveRecord' as of lately, and I was wondering if one could explain the benefits of running: &lt;/p&gt;

&lt;p&gt;restaurant.all.length # slower at is runs all data from the table &lt;/p&gt;

&lt;p&gt;as compared to: &lt;/p&gt;

&lt;p&gt;restaurant.count   # finds the unique ID &lt;/p&gt;

&lt;p&gt;I understand that this will ultimately speed up the process, but when would it be better to allow for the run of all the data in every table as compared to the unique ID in the .count method? &lt;/p&gt;

&lt;p&gt;Is there a specific time one should run one over the other? &lt;/p&gt;

</description>
      <category>methods</category>
      <category>count</category>
      <category>all</category>
      <category>length</category>
    </item>
    <item>
      <title>DB and understanding the relationship of the JOIN table</title>
      <dc:creator>Daniel Todd </dc:creator>
      <pubDate>Sat, 19 Aug 2023 14:13:43 +0000</pubDate>
      <link>https://dev.to/dannyjrt/db-and-understanding-the-relationship-of-the-join-table-19bd</link>
      <guid>https://dev.to/dannyjrt/db-and-understanding-the-relationship-of-the-join-table-19bd</guid>
      <description>&lt;p&gt;Hello, all.&lt;/p&gt;

&lt;p&gt;Currently learning about the basics of Database, and the relationship of the JOIN table between two different data sets. This is an example of a many to many relationship. When one data set needs to communicate with another, a join table will allow this connection. Now, if someone could elaborate on the importance of this in terms of orginization of the data between the two sets, I would very much appreciate it!!&lt;/p&gt;

&lt;p&gt;Best,&lt;br&gt;
 Daniel Todd &lt;/p&gt;

</description>
      <category>jointable</category>
      <category>database</category>
      <category>identity</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Learning Ruby... any advice?</title>
      <dc:creator>Daniel Todd </dc:creator>
      <pubDate>Fri, 18 Aug 2023 17:37:42 +0000</pubDate>
      <link>https://dev.to/dannyjrt/learning-ruby-any-advice-2ojd</link>
      <guid>https://dev.to/dannyjrt/learning-ruby-any-advice-2ojd</guid>
      <description>&lt;p&gt;I am currently attending Le Wagon, and we are working on a food service application for one of our challenges. I am having difficulty understanding fully, the intricacies of an MVC without the utilization of Ruby on rails. Any advice on how I can better understand MVC? &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ruby</category>
      <category>mvc</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
