<?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: Abdul Matin Rafi</title>
    <description>The latest articles on DEV Community by Abdul Matin Rafi (@amr303).</description>
    <link>https://dev.to/amr303</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%2F833259%2Fb6859fa9-ffd7-46d7-b26e-3a24873ea9b4.png</url>
      <title>DEV Community: Abdul Matin Rafi</title>
      <link>https://dev.to/amr303</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amr303"/>
    <language>en</language>
    <item>
      <title>Re-Deploy in your Project in firebase and heroku</title>
      <dc:creator>Abdul Matin Rafi</dc:creator>
      <pubDate>Sun, 29 May 2022 15:28:20 +0000</pubDate>
      <link>https://dev.to/amr303/re-deploy-2pn0</link>
      <guid>https://dev.to/amr303/re-deploy-2pn0</guid>
      <description>&lt;p&gt;&lt;strong&gt;Client side&lt;/strong&gt; : &lt;/p&gt;

&lt;p&gt;First of all client side code upload in github.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git add .&lt;br&gt;
git commit -m" commit message"&lt;br&gt;
git push&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;then:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;npm&lt;/span&gt; &lt;span class="nx"&gt;run&lt;/span&gt; &lt;span class="nx"&gt;build&lt;/span&gt;
&lt;span class="nx"&gt;firebase&lt;/span&gt; &lt;span class="nx"&gt;deploy&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Server side&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;First of all Server side code upload in github.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git add .&lt;br&gt;
git commit -m" commit message"&lt;br&gt;
git push&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;then:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;git&lt;/span&gt; &lt;span class="nx"&gt;push&lt;/span&gt; &lt;span class="nx"&gt;heroku&lt;/span&gt; &lt;span class="nx"&gt;main&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>post</title>
      <dc:creator>Abdul Matin Rafi</dc:creator>
      <pubDate>Fri, 27 May 2022 14:14:57 +0000</pubDate>
      <link>https://dev.to/amr303/post-4a11</link>
      <guid>https://dev.to/amr303/post-4a11</guid>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;/li&gt;
&lt;/ul&gt;

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