<?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: Arul Prasad J</title>
    <description>The latest articles on DEV Community by Arul Prasad J (@arulprasadj).</description>
    <link>https://dev.to/arulprasadj</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%2F609447%2Fcea8cafe-24f7-4a0b-ac18-131d6de20c40.jpeg</url>
      <title>DEV Community: Arul Prasad J</title>
      <link>https://dev.to/arulprasadj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arulprasadj"/>
    <language>en</language>
    <item>
      <title>5 Ways to become a better coder</title>
      <dc:creator>Arul Prasad J</dc:creator>
      <pubDate>Fri, 09 Apr 2021 10:58:06 +0000</pubDate>
      <link>https://dev.to/arulprasadj/5-ways-to-become-a-better-coder-3p6h</link>
      <guid>https://dev.to/arulprasadj/5-ways-to-become-a-better-coder-3p6h</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Always Keep learning&lt;br&gt;
Telling yourself that you don’t know something is the first step towards learning something new. Often experienced programmers find it hard to identify areas where they lack because they believe that they know everything. Learn from everyone and everything that comes your way as it will help you become a better coder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improve with experience&lt;br&gt;
To be great at something you must learn from your mistakes. We become better at a task with experience. However, it is true only when we learn from our experience and try to improve on ourselves. Staying with the same mindset and beliefs won’t make you any better. As a programmer always strive to do better than before as it will help you gain experience in a real sense.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Seek for perfection&lt;br&gt;
Often we stop once we think that we have achieved the goal. Programmers often focus only on writing quality codes and most of them stop when they feel it is done. However, to be a better programmer you must understand that codes are never perfect, work is required to make them perfect. Always strive to look for perfection, it might mean making the product faster, reliable, feature-packed but there is always room for improvement.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write it thrice&lt;br&gt;
Good programmers usually write codes many times till they are satisfied that they have achieved their goals to some extent. It is advised that you work on your codes thrice at least. The first time you write you make yourself believe that the idea can be out to practice. The second time when you work on it you actually strive to bring out all that is expected from the solution. The third time should be focused on making it perfect. There are always many approaches to the problem but there is always the best solution. Work till you find the perfect way out.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Read codes&lt;br&gt;
Just like reading is important to expand your wisdom. In coding, reading what other programmers have written is quite important. Codes can be written in many ways, and there is of course no one right way. When you read others code you learn about other possibilities that you may otherwise be not aware of. It is also a great way to brush up and improve your programming skills. Interact with other coders whenever possible, participate in coding forums and learn from these experiences.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>programming</category>
      <category>productivity</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How to Disable Lazy Load in WordPress 5.5 (Without any Plugin)</title>
      <dc:creator>Arul Prasad J</dc:creator>
      <pubDate>Tue, 06 Apr 2021 12:27:43 +0000</pubDate>
      <link>https://dev.to/arulprasadj/how-to-disable-lazy-load-in-wordpress-5-5-without-any-plugin-1nlj</link>
      <guid>https://dev.to/arulprasadj/how-to-disable-lazy-load-in-wordpress-5-5-without-any-plugin-1nlj</guid>
      <description>&lt;p&gt;WordPress 5.5 — added some new default features. One of which is Lazy Load. Lazy Load itself is a term that refers to a behavior where images on a certain page will only be loaded on the visible section of the page. The purpose is to make a page is faster to be loaded by a web browser. It is one of the most common practices of SEO and site performance optimization.&lt;/p&gt;

&lt;p&gt;In WordPress 5.5, all images will have a loading="lazy" attribute by default until you disable the Lazy Load feature on the WordPress core. You can read this article to learn more about Lazy Load in WordPress 5.5&lt;/p&gt;

&lt;p&gt;The question is, why you want to disable WordPress default Lazy Load?&lt;/p&gt;

&lt;p&gt;The Lazy Load feature is added to help you to better optimize your site performance. The problem is, this technique has been implemented by optimization plugins such as SG Optimizer and Smush. Enabling the Lazy Load feature on your optimization plugin while the WordPress 5.5 default Lazy Load is on might lead to a conflict. Besides, not all WordPress users are into the concept of Lazy Load. Some want all images to be loaded without delay, regardless of the site performance.&lt;/p&gt;

&lt;p&gt;How to disable Lazy Load in WordPress 5.5 without any plugin&lt;/p&gt;

&lt;p&gt;You can disable the Lazy Load feature in WordPress 5.5 by adding a new function to your theme. Login to your WordPress dashboard and go to Appearance -&amp;gt; Theme Editor. Select the functions.php file on the right sidebar to edit it.&lt;/p&gt;

&lt;p&gt;Add the following script to add a new function to your theme. If this is the first time you do this (adding a new function), you can place the script below to the bottom section of the file.&lt;/p&gt;

&lt;p&gt;"add_filter( 'wp_lazy_loading_enabled', '__return_false' );"&lt;/p&gt;

&lt;p&gt;Here is the example of the script placement. Click the Update File button to update the file.&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>lazyload</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
