<?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: Waqar Ahmed</title>
    <description>The latest articles on DEV Community by Waqar Ahmed (@its_waqar05).</description>
    <link>https://dev.to/its_waqar05</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%2F1206750%2F90e58520-8c9c-435e-8664-a3652c72994f.jpg</url>
      <title>DEV Community: Waqar Ahmed</title>
      <link>https://dev.to/its_waqar05</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/its_waqar05"/>
    <language>en</language>
    <item>
      <title>How to fetch One movie exact the same from tmdb api using name of movie?</title>
      <dc:creator>Waqar Ahmed</dc:creator>
      <pubDate>Thu, 29 Aug 2024 07:22:34 +0000</pubDate>
      <link>https://dev.to/its_waqar05/how-to-fetch-one-movie-exact-the-same-from-tmdb-api-using-name-of-movie-1o1p</link>
      <guid>https://dev.to/its_waqar05/how-to-fetch-one-movie-exact-the-same-from-tmdb-api-using-name-of-movie-1o1p</guid>
      <description>&lt;p&gt;How can we get the exact movie details by using tmdb api if we have list of the exact movie names stored in an array ?Example :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;moviesArray.movies.forEach(title =&amp;gt; {
                        console.log(title);
                        this.setState({title: title}); //here i want to fetch exact movie's posters and other details one by one how can i do that ? }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>Needed help of any react developer right now ....</title>
      <dc:creator>Waqar Ahmed</dc:creator>
      <pubDate>Fri, 16 Aug 2024 17:26:20 +0000</pubDate>
      <link>https://dev.to/its_waqar05/needed-help-of-any-react-developer-right-now--21f4</link>
      <guid>https://dev.to/its_waqar05/needed-help-of-any-react-developer-right-now--21f4</guid>
      <description></description>
    </item>
  </channel>
</rss>
