<?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: Upali Khanduri</title>
    <description>The latest articles on DEV Community by Upali Khanduri (@upali123).</description>
    <link>https://dev.to/upali123</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%2F810837%2F391dad98-fd13-43ad-b9fd-90f9cfc0dab3.jpeg</url>
      <title>DEV Community: Upali Khanduri</title>
      <link>https://dev.to/upali123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/upali123"/>
    <language>en</language>
    <item>
      <title>Top 10 things you should know as a Programmer </title>
      <dc:creator>Upali Khanduri</dc:creator>
      <pubDate>Wed, 23 Feb 2022 06:16:27 +0000</pubDate>
      <link>https://dev.to/upali123/top-10-things-you-should-know-as-a-programmer-9a8</link>
      <guid>https://dev.to/upali123/top-10-things-you-should-know-as-a-programmer-9a8</guid>
      <description>&lt;h2&gt;
  
  
  Top 10 things Every Programmer should know
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;As a Developer you should know these things........&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Write a code fancy nor longer 
Fancy means take care of your code quality ,less number of 
lines , use built and new version methods&lt;/li&gt;
&lt;li&gt;Ready to solve unexpected "Bugs"&lt;/li&gt;
&lt;li&gt;Always use to write a meaningful names 
It means give meaningful names to variables, functions , class,
packages. It helps to understand others as well&lt;/li&gt;
&lt;li&gt;Write short Functions 
Keep your Functions as short as possible which you can easily 
reuse and understand&lt;/li&gt;
&lt;li&gt;Always ready to ask Questions to your partners or leader
Don't be shy just ask&lt;/li&gt;
&lt;li&gt;Drink water as much as you can and take break after work&lt;/li&gt;
&lt;li&gt;Test code &lt;/li&gt;
&lt;li&gt;As a Developer you should know the knowledge of maintenance, 
migrating, deployment, scaling your code on different platforms 
like Heroku, AWS, Netlify, cloud&lt;/li&gt;
&lt;li&gt;Problem Solving Attitude
Play games in your free time like puzzle solving
Problem solving skills through build small projects through 
data structures or algorithms&lt;/li&gt;
&lt;li&gt;Googling 
Beginner, Intermediate, advance, Experienced everyone is 
Googling 
Don't be shy just Google it
You cant learn everything so just google it&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Please drop your points &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Javascript Interview Questions</title>
      <dc:creator>Upali Khanduri</dc:creator>
      <pubDate>Wed, 16 Feb 2022 05:11:58 +0000</pubDate>
      <link>https://dev.to/upali123/javascript-interview-questions-23bg</link>
      <guid>https://dev.to/upali123/javascript-interview-questions-23bg</guid>
      <description>&lt;ol&gt;
&lt;li&gt;5 features of javascript&lt;/li&gt;
&lt;li&gt;What is DOM? &lt;/li&gt;
&lt;li&gt;Data types in javascript? &lt;/li&gt;
&lt;li&gt;Difference between let, var, 
const&lt;/li&gt;
&lt;li&gt;Difference between undeclared 
and undefined? &lt;/li&gt;
&lt;li&gt;"==" And "===" Operator&lt;/li&gt;
&lt;li&gt;High order functions&lt;/li&gt;
&lt;li&gt;Callback functions&lt;/li&gt;
&lt;li&gt;Explain arrow functions&lt;/li&gt;
&lt;li&gt;Use of promises in javascript&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Javascript MAP method</title>
      <dc:creator>Upali Khanduri</dc:creator>
      <pubDate>Mon, 07 Feb 2022 11:35:23 +0000</pubDate>
      <link>https://dev.to/upali123/javascript-map-function-k90</link>
      <guid>https://dev.to/upali123/javascript-map-function-k90</guid>
      <description>&lt;p&gt;A simple example for map method in javascript&lt;/p&gt;

&lt;p&gt;Example-&lt;br&gt;&lt;br&gt;
Const numbers= [15,2,25,23];&lt;br&gt;
Const newArr= numbers.map(myFun);&lt;/p&gt;

&lt;p&gt;function myFun(num){&lt;br&gt;
return num* 100&lt;br&gt;
}&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
