<?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: Juan Cantero</title>
    <description>The latest articles on DEV Community by Juan Cantero (@juancantero).</description>
    <link>https://dev.to/juancantero</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%2F393584%2Fc843648c-9dd9-42ff-a5a4-7da1b3919170.jpg</url>
      <title>DEV Community: Juan Cantero</title>
      <link>https://dev.to/juancantero</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/juancantero"/>
    <language>en</language>
    <item>
      <title>How I feel looking for my first job explained with code.</title>
      <dc:creator>Juan Cantero</dc:creator>
      <pubDate>Mon, 28 Dec 2020 00:47:21 +0000</pubDate>
      <link>https://dev.to/juancantero/how-i-feel-looking-for-my-first-job-explained-with-code-1h3d</link>
      <guid>https://dev.to/juancantero/how-i-feel-looking-for-my-first-job-explained-with-code-1h3d</guid>
      <description>&lt;p&gt;Hi my name is Juan and I'm a computer science student looking for my first job as a developer, so far I'm doing good in the technical interviews, but when they ask me about my experience I feel like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;function getFirstJob(programmer) {
  if(programmer.hasExperience) {
    return "you are hired"
  }
  getExperience(programmer)
}

function getExperience(programmer) {
  getFirstJob(programmer)
}

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And you know what happens when you run getFirstJob(). So far  I couldn't get out of that loop. I would like to get advice or your comments if you are going through a similar situation. Thanks for reading, have a great day :)&lt;/p&gt;

</description>
      <category>firstpost</category>
      <category>job</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
