<?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: varnit rohilla</title>
    <description>The latest articles on DEV Community by varnit rohilla (@imvarnit1996).</description>
    <link>https://dev.to/imvarnit1996</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%2F233696%2F1c11a28f-2340-4239-b753-0caa50d3c990.jpeg</url>
      <title>DEV Community: varnit rohilla</title>
      <link>https://dev.to/imvarnit1996</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imvarnit1996"/>
    <language>en</language>
    <item>
      <title>Leet code challenge — Number of Steps to Reduce a Number to Zero</title>
      <dc:creator>varnit rohilla</dc:creator>
      <pubDate>Fri, 12 Feb 2021 18:10:37 +0000</pubDate>
      <link>https://dev.to/imvarnit1996/leet-code-challenge-number-of-steps-to-reduce-a-number-to-zero-5fe9</link>
      <guid>https://dev.to/imvarnit1996/leet-code-challenge-number-of-steps-to-reduce-a-number-to-zero-5fe9</guid>
      <description>&lt;h1&gt;
  
  
  Using recursion(not efficient)
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--laPecsgh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/b4y1htxjymzpczoaiehm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--laPecsgh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/b4y1htxjymzpczoaiehm.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Using while loop
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fkE1g_RS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/51aijqh0qxmlrnw769sb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fkE1g_RS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/51aijqh0qxmlrnw769sb.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>leetcode</category>
      <category>programming</category>
      <category>java</category>
    </item>
    <item>
      <title>Best sources(Free) to learn or start some programming languages during corona outbreak.</title>
      <dc:creator>varnit rohilla</dc:creator>
      <pubDate>Thu, 26 Mar 2020 12:57:57 +0000</pubDate>
      <link>https://dev.to/imvarnit1996/best-sources-free-to-learn-or-start-some-programming-languages-during-corona-outbreak-17m7</link>
      <guid>https://dev.to/imvarnit1996/best-sources-free-to-learn-or-start-some-programming-languages-during-corona-outbreak-17m7</guid>
      <description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;JavaScript&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Today,s web language yes you heard it right JS or javascript, no good    
website is complete without javascript some goodresources for learning 
javascript
  1. FreeCodeCamp by quincy larson(best)
  2. MDN Docs for javascript or javascript.info
  3. Then a good book for clearing out some topic.
 and read articles for some specific topics to make a good grasp of some 
 important topics.
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Java&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;I think there are plenty of good resources out there on internet for 
learning java some of them from which i have learned are
   1. java by navin reddy* - youtube
   2. JAVA: the complete reference by herbert schildt*. 
   3. JAVATPOINT 
   4. journal dev
   5. w3resource java excercises(they are topic wise)
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;C#&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   1. *KUDVENKAT* best to learn C# or .net framework from scratch             
   2. microsoft docs (little bit confusing)
   3. C-sharp corner
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For improving your problem solving capabilities do more and more programing on paper first then on IDE and Find problems by dry runnning them not by compiling.  &lt;/p&gt;

</description>
      <category>learning</category>
      <category>beginners</category>
      <category>develop</category>
    </item>
  </channel>
</rss>
