<?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: Grey_W I N D</title>
    <description>The latest articles on DEV Community by Grey_W I N D (@rusty_xx).</description>
    <link>https://dev.to/rusty_xx</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%2F293525%2Fa70ae258-ff02-422f-971a-07ed00f5264c.jpg</url>
      <title>DEV Community: Grey_W I N D</title>
      <link>https://dev.to/rusty_xx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rusty_xx"/>
    <language>en</language>
    <item>
      <title>Best way to store images on server</title>
      <dc:creator>Grey_W I N D</dc:creator>
      <pubDate>Wed, 23 Jun 2021 09:21:50 +0000</pubDate>
      <link>https://dev.to/rusty_xx/best-way-to-store-images-on-server-3bck</link>
      <guid>https://dev.to/rusty_xx/best-way-to-store-images-on-server-3bck</guid>
      <description>&lt;p&gt;I am an amateur in node and currently working on a realistic e-commerce project with mern-stack for my portfolio. And I have a problem on how to store images on node-express server. I have searched the web and found out that multer is quite good but it saves on my computer, I want to know from y'all here what methods you use to store your images whenever you are making an ecommerce website for a client. &lt;/p&gt;

&lt;p&gt;Thank you...&lt;/p&gt;

</description>
      <category>help</category>
      <category>mongodb</category>
      <category>node</category>
      <category>explainlikeimfive</category>
    </item>
    <item>
      <title>Code feedback</title>
      <dc:creator>Grey_W I N D</dc:creator>
      <pubDate>Mon, 17 Aug 2020 16:25:12 +0000</pubDate>
      <link>https://dev.to/rusty_xx/code-feedback-458e</link>
      <guid>https://dev.to/rusty_xx/code-feedback-458e</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--oUqgyheG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ejrdpsdsz034xt20ka6r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oUqgyheG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ejrdpsdsz034xt20ka6r.png" alt="Feedback"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi guys, I just finished some vanilla javascript mini projects. And i tried my possible best to follow best practices. Please I would be so honoured if you can give me feedbacks on the code.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;h3&gt;
  
  
  Code Up For Review
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/rustydcoder/todo-list-js"&gt;Todo Repo&lt;/a&gt; --- &lt;a href="https://github.com/rustydcoder/todo-list-js/blob/master/index.js"&gt;js code&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/rustydcoder/flip-a-card"&gt;Flip A Card&lt;/a&gt; --- &lt;a href="https://github.com/rustydcoder/flip-a-card/blob/master/game.js"&gt;js code here&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/rustydcoder/bin2dec"&gt;Bin2Dec&lt;/a&gt; --- &lt;a href="https://github.com/rustydcoder/bin2dec/blob/master/app.js"&gt;js code here&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>feedback</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Not toggling between divs</title>
      <dc:creator>Grey_W I N D</dc:creator>
      <pubDate>Tue, 11 Aug 2020 03:28:14 +0000</pubDate>
      <link>https://dev.to/rusty_xx/not-toggling-between-divs-2b6m</link>
      <guid>https://dev.to/rusty_xx/not-toggling-between-divs-2b6m</guid>
      <description>&lt;p&gt;I have 3 divs as parent elements of a button and what I want is toggle &lt;code&gt;&amp;lt;div data-status='isPlaying'&amp;gt;...&amp;lt;/div&amp;gt;&lt;/code&gt; between the 3 divs.&lt;br&gt;
Below is the code for better understanding&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// the button element
const play = document.querySelectorAll('.play');

Array.from(play).forEach((btn, i) =&amp;gt; {
   btn.addEventListener('click', function () {
      this.parentNode.dataset.status = 'isPlaying'
   })

   btn.parentNode.dataset.status = 'notPlaying'
})
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Please what's wrong with this code and why isn't it working... Thanks &lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
    </item>
    <item>
      <title>APIs</title>
      <dc:creator>Grey_W I N D</dc:creator>
      <pubDate>Fri, 05 Jun 2020 22:36:48 +0000</pubDate>
      <link>https://dev.to/rusty_xx/apis-1d39</link>
      <guid>https://dev.to/rusty_xx/apis-1d39</guid>
      <description>&lt;p&gt;An API is an acronym for Application Programming Interface which means communication between multiple software. Don't be scared, Let me break it down.&lt;/p&gt;

&lt;p&gt;Basically, An API enables you to have access to a website's/software's data (like spotify, twitter and so on). &lt;br&gt;
How, you may ask? It gives you a nice user-friendly way to read and write data to and from another website's database.&lt;/p&gt;

&lt;p&gt;Where to get a websites API from?&lt;br&gt;
APIs are usually located at the footer of a webpage and usually anchored as &lt;strong&gt;developer&lt;/strong&gt;. Go to &lt;a href="https://www.last.fm"&gt;Last.fm&lt;/a&gt; and navigate to the bottom and thats a real world api. &lt;/p&gt;

&lt;p&gt;APIs ain't really scary, they are just here to make our lives better, and to enable us use rich datas without having to create and write them ourselves.&lt;/p&gt;

&lt;h4&gt;
  
  
  Resources
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=tc8DU14qX6I"&gt;The coding train&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>api</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Recursion JS</title>
      <dc:creator>Grey_W I N D</dc:creator>
      <pubDate>Tue, 24 Mar 2020 12:24:01 +0000</pubDate>
      <link>https://dev.to/rusty_xx/recursion-js-nc0</link>
      <guid>https://dev.to/rusty_xx/recursion-js-nc0</guid>
      <description>&lt;p&gt;Please can anyone really explain indepth how recursion works. &lt;/p&gt;

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