<?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: Piyush Jain</title>
    <description>The latest articles on DEV Community by Piyush Jain (@piyushmbm45).</description>
    <link>https://dev.to/piyushmbm45</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%2F665311%2Feaa181c6-2b63-4b10-bd24-81b87938a088.jpeg</url>
      <title>DEV Community: Piyush Jain</title>
      <link>https://dev.to/piyushmbm45</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/piyushmbm45"/>
    <language>en</language>
    <item>
      <title>Learn From Mistake</title>
      <dc:creator>Piyush Jain</dc:creator>
      <pubDate>Fri, 27 Aug 2021 12:03:45 +0000</pubDate>
      <link>https://dev.to/piyushmbm45/learn-from-mistake-2391</link>
      <guid>https://dev.to/piyushmbm45/learn-from-mistake-2391</guid>
      <description>&lt;p&gt;I started learning MYSQL recently. One big thing happen with me which really blow my mind. Its a common mistake that's why I'm sharing with you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation process of MySQL
&lt;/h2&gt;

&lt;p&gt;For MacOs&lt;/p&gt;

&lt;p&gt;Step 1. Visit the below link&lt;br&gt;
&lt;a href="https://www.mysql.com/downloads/"&gt;https://www.mysql.com/downloads/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2. Scroll down there you find &lt;br&gt;
"MySQL Community (GPL) Downloads »"&lt;br&gt;
Click on That&lt;/p&gt;

&lt;p&gt;Step 3. Click On&lt;br&gt;
"MySQL Community Server"&lt;/p&gt;

&lt;p&gt;Step 4. And here is the main Catch where i did mistake and it consumed my 1 hour to find the error...&lt;/p&gt;

&lt;p&gt;You will find two Latest download option for MySQl Community Server&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9SQH_Yjb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vmc3mpx3qtz806n3vy4f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9SQH_Yjb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vmc3mpx3qtz806n3vy4f.png" alt="'Alt Text'"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Apple have Both architecture Laptop&lt;br&gt;
ARM(M1 chip) and x86(Intel chip) &lt;/p&gt;

&lt;p&gt;I know this still i mistakenly downloaded ARM MySql software.&lt;/p&gt;

&lt;p&gt;So Developers do remember this while downloading any software for Apple Laptop...&lt;/p&gt;

&lt;h3&gt;
  
  
  Thanks for Reading
&lt;/h3&gt;

</description>
      <category>database</category>
      <category>mysql</category>
      <category>install</category>
      <category>macos</category>
    </item>
    <item>
      <title>Color Flipper Using RGB color</title>
      <dc:creator>Piyush Jain</dc:creator>
      <pubDate>Fri, 30 Jul 2021 16:28:50 +0000</pubDate>
      <link>https://dev.to/piyushmbm45/color-flipper-using-rgb-color-57hd</link>
      <guid>https://dev.to/piyushmbm45/color-flipper-using-rgb-color-57hd</guid>
      <description>&lt;h2&gt;
  
  
  Hello Dev Friends,
&lt;/h2&gt;

&lt;p&gt;Today i am showing how you can flip background color of screen infinitely using simple javascript, html and CSS.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Html&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create Simple Span to show which Color is Present&lt;/li&gt;
&lt;li&gt;A button which changes the color&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;

&lt;p&gt;Javascript&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add event listener on button

&lt;ul&gt;
&lt;li&gt;in this function generate a random number between 0 to 256(rgb values).&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;We know that body.background-color in RGB format accept 3 values as number so we need to generate 3 number randomly.&lt;/li&gt;
&lt;li&gt;Put these 3 numbers in rgb() by using string concat or template.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For More Information you can visit my GitHub Code :-&lt;br&gt;
&lt;a href="https://github.com/piyushmbm45/JavaScriptProject/tree/master/color%20flipper"&gt;https://github.com/piyushmbm45/JavaScriptProject/tree/master/color%20flipper&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There You will find other color flippers also.&lt;/p&gt;

&lt;h3&gt;
  
  
  Thanks guys.
&lt;/h3&gt;

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