<?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: Nishad Chowdhury</title>
    <description>The latest articles on DEV Community by Nishad Chowdhury (@nishadchowdhury).</description>
    <link>https://dev.to/nishadchowdhury</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%2F1503985%2F3064b298-fdd7-4456-a523-5542a042120b.jpg</url>
      <title>DEV Community: Nishad Chowdhury</title>
      <link>https://dev.to/nishadchowdhury</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nishadchowdhury"/>
    <language>en</language>
    <item>
      <title>Another developer in your Town.</title>
      <dc:creator>Nishad Chowdhury</dc:creator>
      <pubDate>Tue, 02 Jul 2024 09:13:37 +0000</pubDate>
      <link>https://dev.to/nishadchowdhury/another-developer-in-your-town-39bo</link>
      <guid>https://dev.to/nishadchowdhury/another-developer-in-your-town-39bo</guid>
      <description>&lt;p&gt;Yes, I am available, I've done many projects which are more advanced than this. So I can easily do your website with all the functionalities.&lt;/p&gt;

&lt;p&gt;If you want a landing page then you can go through this GIG:- &lt;a href="https://www.fiverr.com/s/R7rj6jN"&gt;https://www.fiverr.com/s/R7rj6jN&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For an advanced website, you can follow this:- &lt;a href="https://www.fiverr.com/s/7Y1dB6W"&gt;https://www.fiverr.com/s/7Y1dB6W&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Let your Next.js apps to run with bun instead of crawling.</title>
      <dc:creator>Nishad Chowdhury</dc:creator>
      <pubDate>Mon, 20 May 2024 05:23:01 +0000</pubDate>
      <link>https://dev.to/nishadchowdhury/let-your-nextjs-apps-to-run-with-bun-instead-of-crawling-5ffc</link>
      <guid>https://dev.to/nishadchowdhury/let-your-nextjs-apps-to-run-with-bun-instead-of-crawling-5ffc</guid>
      <description>&lt;p&gt;If you're facing slow browser performance and dev server crashes with Next.js, you're not alone. Many have experienced this, even with 16GB RAM and an SSD. Try boosting your Next.js app by following these steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open CMD/PowerShell/Git Bash and install Bun globally using &lt;code&gt;npm install -g bun&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Update your package.json by replacing &lt;code&gt;"dev": "next dev"&lt;/code&gt; with &lt;code&gt;"dev": "next dev --turbo"&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Run your project with &lt;code&gt;bun run dev&lt;/code&gt; for better performance. If issues persist, consider upgrading your PC's RAM to at least 16GB.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
