<?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: shiv-11013</title>
    <description>The latest articles on DEV Community by shiv-11013 (@shiv11013).</description>
    <link>https://dev.to/shiv11013</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%2F3857410%2Fa0d1b5f2-e75c-4ebc-96c2-a37e304d2259.png</url>
      <title>DEV Community: shiv-11013</title>
      <link>https://dev.to/shiv11013</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shiv11013"/>
    <language>en</language>
    <item>
      <title>Deploying Full Stack Projects using Vercel and Render</title>
      <dc:creator>shiv-11013</dc:creator>
      <pubDate>Mon, 13 Apr 2026 17:43:05 +0000</pubDate>
      <link>https://dev.to/shiv11013/deploying-full-stack-projects-using-vercel-and-render-3c2j</link>
      <guid>https://dev.to/shiv11013/deploying-full-stack-projects-using-vercel-and-render-3c2j</guid>
      <description>&lt;h2&gt;
  
  
  Deploying Full Stack Projects using Vercel and Render
&lt;/h2&gt;

&lt;p&gt;I deployed my full stack application by separating frontend and backend.  &lt;/p&gt;

&lt;p&gt;For frontend, I used Vercel. I connected my GitHub repo, set build settings, and handled environment variables.  &lt;/p&gt;

&lt;p&gt;For backend, I used Render to deploy my Node.js/Express server. I created a web service, added environment variables, and fixed issues like server start command and CORS errors.  &lt;/p&gt;

&lt;p&gt;During deployment, I faced issues like build failing, API not connecting, and env variables not working properly. I debugged them step by step and fixed them. &lt;/p&gt;

&lt;p&gt;Now frontend and backend are connected and running in production.  &lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Frontend and backend deployment works differently
&lt;/li&gt;
&lt;li&gt;How to use environment variables in production
&lt;/li&gt;
&lt;li&gt;Debugging real deployment issues
&lt;/li&gt;
&lt;li&gt;Fixing API connection and CORS problems
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>node</category>
    </item>
  </channel>
</rss>
