<?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: Shailesh Waghole</title>
    <description>The latest articles on DEV Community by Shailesh Waghole (@shailesh6363).</description>
    <link>https://dev.to/shailesh6363</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%2F275232%2F29f54dc1-cc87-4c19-827c-c718ef2785dd.jpg</url>
      <title>DEV Community: Shailesh Waghole</title>
      <link>https://dev.to/shailesh6363</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shailesh6363"/>
    <language>en</language>
    <item>
      <title>Need Projects Ideas</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Thu, 13 Aug 2020 10:12:04 +0000</pubDate>
      <link>https://dev.to/shailesh6363/need-projects-ideas-494d</link>
      <guid>https://dev.to/shailesh6363/need-projects-ideas-494d</guid>
      <description>&lt;p&gt;Hello Guys,&lt;br&gt;
I need some project related ideas for UiPath Automation. If you have any idea in Mind Please reply to me.&lt;/p&gt;

&lt;p&gt;Thanks In Advance.&lt;/p&gt;

</description>
      <category>help</category>
    </item>
    <item>
      <title>Facing Error res.setHeader not a Function</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Sun, 05 Jul 2020 04:53:51 +0000</pubDate>
      <link>https://dev.to/shailesh6363/facing-error-res-setheader-not-a-function-2oc9</link>
      <guid>https://dev.to/shailesh6363/facing-error-res-setheader-not-a-function-2oc9</guid>
      <description>&lt;p&gt;I have to write code to create a node.js server. But after using the res.setHeader method. I am getting an error that res.setHeader is not a function. &lt;br&gt;
Following is my Code:&lt;/p&gt;




&lt;p&gt;const http=require('http');&lt;/p&gt;

&lt;p&gt;const server=http.createServer((res,req)=&amp;gt;{&lt;br&gt;
    res.setHeader('Content-Type','text/html')&lt;br&gt;
    res.write('&lt;/p&gt;
&lt;h1&gt;Hello This is response from NodeJS&amp;gt;Server&lt;/h1&gt;')//this method is used to display the response on the web page
&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;res.end()
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;})&lt;/p&gt;

&lt;p&gt;server.listen(8000);&lt;/p&gt;




</description>
      <category>node</category>
      <category>javascript</category>
      <category>react</category>
      <category>help</category>
    </item>
    <item>
      <title>Facing Unknown Encoding Error</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Tue, 23 Jun 2020 14:12:37 +0000</pubDate>
      <link>https://dev.to/shailesh6363/facing-unknown-encoding-error-1f9a</link>
      <guid>https://dev.to/shailesh6363/facing-unknown-encoding-error-1f9a</guid>
      <description>&lt;p&gt;Liquid syntax error: Unknown tag 'PRODUCTNAME'&lt;/p&gt;
</description>
      <category>javascript</category>
      <category>node</category>
      <category>help</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Getting Error .replace is not a Function</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Tue, 23 Jun 2020 09:23:09 +0000</pubDate>
      <link>https://dev.to/shailesh6363/getting-error-replace-is-not-a-function-nj5</link>
      <guid>https://dev.to/shailesh6363/getting-error-replace-is-not-a-function-nj5</guid>
      <description>&lt;p&gt;Liquid syntax error: Unknown tag 'PRODUCTNAME'&lt;/p&gt;
</description>
      <category>node</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>help</category>
    </item>
    <item>
      <title>Cloth Suggestion On Basis Of Weather Condition</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Thu, 21 May 2020 05:16:22 +0000</pubDate>
      <link>https://dev.to/shailesh6363/cloth-suggestion-on-basis-of-weather-condition-2hic</link>
      <guid>https://dev.to/shailesh6363/cloth-suggestion-on-basis-of-weather-condition-2hic</guid>
      <description>&lt;p&gt;Robots and computers can not only perform a range of routine physical activities better and more cheaply than humans, but they are also increasingly capable of accomplishing activities that include cognitive capabilities once considered too difficult to automate successfully, such as making tacit judgments, sensing emotion, or even driving. Automation will change the daily work activities of everyone, from miners and landscapers to commercial bankers, fashion designers, welders and CEOs…The automation of activities can enable businesses to improve performance by reducing errors and improving quality and speed, and in some cases achieving outcomes that go beyond human capabilities.&lt;/p&gt;

&lt;p&gt;So I have created an automation script that gives you the cloth suggestion on the basis of the current weather condition of your city or country.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/shailesh6363/Clothing-Consultant"&gt;https://github.com/shailesh6363/Clothing-Consultant&lt;/a&gt;&lt;/p&gt;

</description>
      <category>anonymous</category>
      <category>python</category>
    </item>
    <item>
      <title>My First Project On YouTube</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Thu, 21 May 2020 05:10:07 +0000</pubDate>
      <link>https://dev.to/shailesh6363/my-first-project-on-youtube-2jo8</link>
      <guid>https://dev.to/shailesh6363/my-first-project-on-youtube-2jo8</guid>
      <description>&lt;p&gt;Hello Guys, I make my first project on Youtube. &lt;br&gt;
Following are the components I use in that Project.&lt;/p&gt;

&lt;p&gt;Find electronic components on &lt;a href="https://www.amazon.in/"&gt;https://www.amazon.in/&lt;/a&gt;&lt;br&gt;
Utsource is a professional electronic supplier with more than 2 million products, lower prices with free shipping.&lt;/p&gt;




&lt;p&gt;Here's the parts list:&lt;br&gt;
1) Arduino Uno &lt;br&gt;
2) Motor Driver Shield &lt;br&gt;
3) Wheels (4x) &lt;br&gt;
4) TT  Motor (4x) &lt;br&gt;
5) HC-05 Bluetooth Module - &lt;br&gt;
6) 18650 Li-on Battery (2x) &lt;br&gt;
7) Male and Female Jumper wire &lt;/p&gt;

&lt;p&gt;This Is My YouTube Channel Link. Please Like And Subscribe. Your Response will give me more confidence so I will develop more projects like this.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=UJFF-Nei-1Q"&gt;https://www.youtube.com/watch?v=UJFF-Nei-1Q&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>productivity</category>
      <category>anonymous</category>
      <category>career</category>
    </item>
    <item>
      <title>How to create users using custom input fields and without using forms.py file?</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Sat, 09 May 2020 11:28:00 +0000</pubDate>
      <link>https://dev.to/shailesh6363/how-to-create-users-using-custom-input-fields-and-without-using-forms-py-file-54d5</link>
      <guid>https://dev.to/shailesh6363/how-to-create-users-using-custom-input-fields-and-without-using-forms-py-file-54d5</guid>
      <description>&lt;p&gt;I want to make a user registration form. So I have my own custom fields. So I want to create a user without using forms.py file. Please comment out your solutions&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>help</category>
    </item>
    <item>
      <title>PC freeze after launching Android Emulator.</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Tue, 05 May 2020 03:19:19 +0000</pubDate>
      <link>https://dev.to/shailesh6363/pc-freeze-after-launching-android-emulator-3kp3</link>
      <guid>https://dev.to/shailesh6363/pc-freeze-after-launching-android-emulator-3kp3</guid>
      <description>&lt;p&gt;My PC have 8 gb RAM and 2 GB Nvdia Graphics Card.But when I launch or start android studio and emulator PC is freeze. Please comment out your solution &lt;/p&gt;

</description>
      <category>help</category>
      <category>android</category>
    </item>
    <item>
      <title>Dictionary App Using Python and JSON</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Mon, 04 May 2020 10:11:28 +0000</pubDate>
      <link>https://dev.to/shailesh6363/dictionary-app-using-python-and-json-3p97</link>
      <guid>https://dev.to/shailesh6363/dictionary-app-using-python-and-json-3p97</guid>
      <description>&lt;p&gt;Hello All,&lt;br&gt;
 I make a Dictionary App using Python and JSON.&lt;br&gt;
I added it to GitHub.&lt;br&gt;
GitHub Link:&lt;a href="https://github.com/shailesh6363/Translator-.git"&gt;https://github.com/shailesh6363/Translator-.git&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
    </item>
    <item>
      <title>Finally Complete Python Certification</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Tue, 28 Apr 2020 18:03:27 +0000</pubDate>
      <link>https://dev.to/shailesh6363/finally-complete-python-certification-mdk</link>
      <guid>https://dev.to/shailesh6363/finally-complete-python-certification-mdk</guid>
      <description>&lt;p&gt;Feeling Happy now. Because I have completed my Python Certification. Since lockdown started at that time I have started to learn Python and Earn a Certificate. After hardworking of the month and completing one project I get certification&lt;/p&gt;

</description>
      <category>python</category>
      <category>career</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Added Rock-Paper-Scissors Game</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Mon, 27 Apr 2020 17:03:49 +0000</pubDate>
      <link>https://dev.to/shailesh6363/added-rock-paper-scissors-game-cdo</link>
      <guid>https://dev.to/shailesh6363/added-rock-paper-scissors-game-cdo</guid>
      <description>&lt;p&gt;I make Rock-Paper-Scissors Game using PyQt5 and added on GitHub. Please check and rate my work.&lt;/p&gt;

&lt;p&gt;GitHub Link:&lt;a href="https://github.com/shailesh6363/Rock-Paper-Scissors-Game"&gt;https://github.com/shailesh6363/Rock-Paper-Scissors-Game&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
    </item>
    <item>
      <title>Are there any best resources for learning Python Automation?</title>
      <dc:creator>Shailesh Waghole</dc:creator>
      <pubDate>Mon, 27 Apr 2020 14:11:42 +0000</pubDate>
      <link>https://dev.to/shailesh6363/are-there-any-best-resources-for-learning-python-automation-4kd8</link>
      <guid>https://dev.to/shailesh6363/are-there-any-best-resources-for-learning-python-automation-4kd8</guid>
      <description>&lt;p&gt;Please comment out resources. I want to learn python automation.&lt;/p&gt;

</description>
      <category>python</category>
    </item>
  </channel>
</rss>
