<?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: IBRAHIM</title>
    <description>The latest articles on DEV Community by IBRAHIM (@enkrateiaofcode).</description>
    <link>https://dev.to/enkrateiaofcode</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%2F805917%2Faaa1a2f7-dff2-42f8-a068-6cbaafb7728e.png</url>
      <title>DEV Community: IBRAHIM</title>
      <link>https://dev.to/enkrateiaofcode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/enkrateiaofcode"/>
    <language>en</language>
    <item>
      <title>Deployment</title>
      <dc:creator>IBRAHIM</dc:creator>
      <pubDate>Fri, 12 Aug 2022 22:57:43 +0000</pubDate>
      <link>https://dev.to/enkrateiaofcode/deployment-10jd</link>
      <guid>https://dev.to/enkrateiaofcode/deployment-10jd</guid>
      <description>&lt;p&gt;GitHub pages, Netlify only for static websites. Any free place to deploy non static websites rather than Heroku? Thanks&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Heroku Deployment &amp; WSL</title>
      <dc:creator>IBRAHIM</dc:creator>
      <pubDate>Thu, 12 May 2022 18:52:00 +0000</pubDate>
      <link>https://dev.to/enkrateiaofcode/heroku-deployment-wsl-4457</link>
      <guid>https://dev.to/enkrateiaofcode/heroku-deployment-wsl-4457</guid>
      <description>&lt;p&gt;I've been struggling for a bit to deploy my react app to Heroku using WSL terminal and I'd like to share the steps if someone needs them: &lt;br&gt;
1- Run --&amp;gt; &lt;code&gt;curl https://cli-assets.heroku.com/install.sh | sh&lt;/code&gt;&lt;br&gt;
2- To verify your CLI installation run --&amp;gt; &lt;code&gt;heroku --version&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;ON THE BROWSER GO TO YOUR APP TEHN TO '&lt;strong&gt;DEPLOY&lt;/strong&gt;' TO FOLLOW THE STEPS THERE IF YOU NEED TO CLONE THE REPO OR IF ALREADY YOU HAVE YOUR CODE AND IT'S UP TODATE YOU CAN FOLLOW THESE STEPS:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run --&amp;gt; &lt;code&gt;heroku login&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Press on any key on the keyboard then follow the link to login to 
Heroku on the browser &lt;/li&gt;
&lt;li&gt;&lt;code&gt;heroku git:remote -a (you app name)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;git push heroku main&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

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