<?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: nagarajsarath</title>
    <description>The latest articles on DEV Community by nagarajsarath (@sarathkumar6).</description>
    <link>https://dev.to/sarathkumar6</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%2F249263%2F11ff3865-701b-4d5c-b471-a235e872cbae.jpeg</url>
      <title>DEV Community: nagarajsarath</title>
      <link>https://dev.to/sarathkumar6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sarathkumar6"/>
    <language>en</language>
    <item>
      <title>JavaScript Best Practices - Part I</title>
      <dc:creator>nagarajsarath</dc:creator>
      <pubDate>Sat, 29 Jan 2022 02:26:14 +0000</pubDate>
      <link>https://dev.to/sarathkumar6/javascript-best-practices-part-i-586n</link>
      <guid>https://dev.to/sarathkumar6/javascript-best-practices-part-i-586n</guid>
      <description>&lt;p&gt;&lt;strong&gt;Objective&lt;/strong&gt;&lt;br&gt;
JavaScript is one of the most popular and widely used programming languages used to build both client and server side applications. In a nutshell, JavaScript powers the web. &lt;/p&gt;

&lt;p&gt;In this 5 part series, we're going to look at JavaScript best practices with practical example.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Call things by their name&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4wO7DkJZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g9f7sg949052fx7os2ui.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4wO7DkJZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g9f7sg949052fx7os2ui.png" alt="Call things by their name" width="880" height="603"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Modularize - One function per task&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--IOJExGGU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gjeq3mqnjwbdl7eiu8bl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IOJExGGU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gjeq3mqnjwbdl7eiu8bl.png" alt="One function per task" width="880" height="607"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>coding</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
