<?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: Sai Varun Tangalla </title>
    <description>The latest articles on DEV Community by Sai Varun Tangalla  (@varuntangalla).</description>
    <link>https://dev.to/varuntangalla</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%2F212543%2F1d0d5f29-60d7-4775-a080-588787df5a0e.jpeg</url>
      <title>DEV Community: Sai Varun Tangalla </title>
      <link>https://dev.to/varuntangalla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/varuntangalla"/>
    <language>en</language>
    <item>
      <title>How to build a React App and Deploy for Production </title>
      <dc:creator>Sai Varun Tangalla </dc:creator>
      <pubDate>Tue, 15 Oct 2019 22:05:58 +0000</pubDate>
      <link>https://dev.to/varuntangalla/how-to-build-a-react-app-and-deploy-for-production-222b</link>
      <guid>https://dev.to/varuntangalla/how-to-build-a-react-app-and-deploy-for-production-222b</guid>
      <description>&lt;p&gt;Step-by-Step Procedure:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a React App using Create-React-App &lt;/li&gt;
&lt;li&gt;After working on the project, we need to make some changes for 
package.JSON file&lt;/li&gt;
&lt;li&gt;Changes to make in package.JSON file: 
Add HomePage script, Homepage to refer to source control you will be 
deploying your project. If you are deploying to Github then it will be 
"&lt;a href="https://username.github.io/repositoryname"&gt;https://username.github.io/repositoryname&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Create a GitHub Repository&lt;/li&gt;
&lt;li&gt;Add the gh-pages package to your project(using cmd npm add gh-pages)&lt;/li&gt;
&lt;li&gt;We also need to add predeploy and deploy scripts in pacakge.JSON file &lt;/li&gt;
&lt;li&gt;"predeploy":"npm run build" and "deploy" : "gh-pages -d build"&lt;/li&gt;
&lt;li&gt;Re-intialize Git repository, Add everything for commit and push the 
files to the master branch &lt;/li&gt;
&lt;li&gt;Please use the following cmds:
git init
git add .
git commit -m "first commit"
git remote add origin remote repository URL
git remote -v
git push -u origin master 
10.Create gh-pages branch other than master 
11.Now in the terminal run cmd npm run deploy, to finish the deployment&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>react</category>
      <category>github</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Learn Coding Online</title>
      <dc:creator>Sai Varun Tangalla </dc:creator>
      <pubDate>Sat, 31 Aug 2019 02:53:22 +0000</pubDate>
      <link>https://dev.to/varuntangalla/learn-coding-online-25dc</link>
      <guid>https://dev.to/varuntangalla/learn-coding-online-25dc</guid>
      <description>&lt;p&gt;How to become a software developer?&lt;/p&gt;

&lt;p&gt;Here is the list of websites where &lt;br&gt;
you can :&lt;br&gt;
1 Learn concepts&lt;br&gt;&lt;br&gt;
2 Practice coding&lt;br&gt;&lt;br&gt;
3 Develop Applications&lt;/p&gt;

&lt;p&gt;If you are beginners, here is the recommended set of websites:&lt;br&gt;
1 W3 Schools Click Here: &lt;a href="https://www.w3schools.com/"&gt;https://www.w3schools.com/&lt;/a&gt;&lt;br&gt;
2 Geeks for Geeks Click Here: &lt;a href="https://www.geeksforgeeks.org/"&gt;https://www.geeksforgeeks.org/&lt;/a&gt;&lt;br&gt;
3 Tutorials Point Click Here: &lt;a href="https://www.tutorialspoint.com/index.htm"&gt;https://www.tutorialspoint.com/index.htm&lt;/a&gt;&lt;br&gt;
4 Free Code Camp Click Here: &lt;a href="https://www.freecodecamp.org/"&gt;https://www.freecodecamp.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are already a developer in the industry, here is the recommended set of websites:&lt;/p&gt;

&lt;p&gt;1 Leet Code Click Here: &lt;a href="https://leetcode.com/"&gt;https://leetcode.com/&lt;/a&gt;&lt;br&gt;
2 Hacker Rank Click Here: &lt;a href="https://www.hackerrank.com/"&gt;https://www.hackerrank.com/&lt;/a&gt;&lt;br&gt;
3 CodeAcademy Click Here: &lt;a href="https://www.codecademy.com/learn"&gt;https://www.codecademy.com/learn&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Code Academy is the only website from list wants you to buy a membership to avail their entire features and the rest of them were free and easy to learn!&lt;/p&gt;

&lt;p&gt;Do you have any tips or resources you would like to share?&lt;/p&gt;

&lt;p&gt;Thank you&lt;br&gt;
Happy Coding!&lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>Finding A Tech Job Made Easy </title>
      <dc:creator>Sai Varun Tangalla </dc:creator>
      <pubDate>Sun, 25 Aug 2019 19:01:07 +0000</pubDate>
      <link>https://dev.to/varuntangalla/finding-a-tech-made-easy-4l5o</link>
      <guid>https://dev.to/varuntangalla/finding-a-tech-made-easy-4l5o</guid>
      <description>&lt;p&gt;As a computer science graduate of Northern Illinois University. I would like to share my experience and knowledge gained during the job search.&lt;br&gt;
If you are a Full Stack Developer looking for a job in the market, here are the websites where you can  submit your job applications:&lt;/p&gt;

&lt;p&gt;Linkedin&lt;br&gt;
Indeed &lt;br&gt;
Dice&lt;br&gt;
Vault&lt;br&gt;
Company Website's(You can find openings in the careers portal of the company) &lt;br&gt;
College Website's(Every University has its own career portal) &lt;br&gt;
Glass Door&lt;br&gt;
Angel List&lt;br&gt;
StackOverflow &lt;br&gt;
Monster&lt;br&gt;
Zip Recruiter &lt;br&gt;
Krop&lt;br&gt;
Mashable&lt;br&gt;
The Muse&lt;br&gt;
SimplyHired&lt;br&gt;
RubyNow&lt;br&gt;
AngelList&lt;/p&gt;

&lt;p&gt;Do you have any tips or resources you would like to share?&lt;/p&gt;

</description>
      <category>hiring</category>
      <category>career</category>
      <category>beginners</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
