<?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: Arthur Candido</title>
    <description>The latest articles on DEV Community by Arthur Candido (@oarthurcandido).</description>
    <link>https://dev.to/oarthurcandido</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%2F885580%2Fd1b7884b-071d-4259-9bc7-0a42cf2b9aa7.jpeg</url>
      <title>DEV Community: Arthur Candido</title>
      <link>https://dev.to/oarthurcandido</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oarthurcandido"/>
    <language>en</language>
    <item>
      <title>Hiring Coders Semi-Finals</title>
      <dc:creator>Arthur Candido</dc:creator>
      <pubDate>Tue, 25 Oct 2022 12:54:07 +0000</pubDate>
      <link>https://dev.to/oarthurcandido/hiring-coders-semi-finals-676</link>
      <guid>https://dev.to/oarthurcandido/hiring-coders-semi-finals-676</guid>
      <description>&lt;p&gt;So, continuing the Bootcamp story that brought me to this point. The challenge started with 10,000 people on a full-stack learning path, the first 50 days were front-end and back-end development, with assessments and tests that grade each student, and the first 3,000 were able to continue in the second phase. In the second phase, we were introduced to Vtex IO, a low code platform to create online stores with more agility and flexibility, after 3 weeks the 300 students with the best grades passed to the semifinals, which was a team phase, where the team is creating a  virtual wallet in a Vtex store. That was the core part of the challenge for me, as we had the chance to experience teamwork to develop something real, at this stage I had the experience of pushing to the team's Github repository and dealing with the conflicts caused by that push, dealing with the division of tasks and responsibilities, put into practice the learning in TypeScript and React that was presented in the second phase and share a goal with the faculties. At this stage we got the second place which gives us the opportunity to go to the final.&lt;/p&gt;

&lt;p&gt;The repository for this phase is here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/AlbertoVictorRebello/hiring-coders-fase3-dreamscape-grupo2"&gt;https://github.com/AlbertoVictorRebello/hiring-coders-fase3-dreamscape-grupo2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the next post, i'll talk about the final phase.&lt;/p&gt;

</description>
      <category>hiringcoders</category>
      <category>vtexio</category>
      <category>lowcode</category>
      <category>bootcamp</category>
    </item>
    <item>
      <title>304 Not Modified 2</title>
      <dc:creator>Arthur Candido</dc:creator>
      <pubDate>Thu, 20 Oct 2022 15:33:44 +0000</pubDate>
      <link>https://dev.to/oarthurcandido/304-not-modified-2-2i4p</link>
      <guid>https://dev.to/oarthurcandido/304-not-modified-2-2i4p</guid>
      <description>&lt;p&gt;In my last post i was trying to figure out how to fetch data from DEV.TO to my NextJS/Vercel, portfolio, but after deployed, the new posts was not been fetched, I changed the way of fetching from useEffect hook to useSWR, and this is how it's look now:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ietRFC__--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mmn9om8fm8du4hs1t1va.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ietRFC__--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mmn9om8fm8du4hs1t1va.png" alt="Image description" width="880" height="922"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Link to the aplication: &lt;a href="https://arthur-candido.vercel.app/"&gt;https://arthur-candido.vercel.app/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>304 Not Modified</title>
      <dc:creator>Arthur Candido</dc:creator>
      <pubDate>Mon, 05 Sep 2022 17:49:59 +0000</pubDate>
      <link>https://dev.to/oarthurcandido/304-not-modified-5dfo</link>
      <guid>https://dev.to/oarthurcandido/304-not-modified-5dfo</guid>
      <description>&lt;p&gt;This is a test with the integration of my portfolio (that's a NextJS app and is deployed in Vercel) and DEV.TO API, I'm using DEV.TO to register my journey in a dev carreer and to show in my portfolio what i'm writing here i did a integration using axios, it works fine in development enviroment, but when in production the GET in DEV.IO API returns a 304  HTTP status that means "Not Modified" even when I post something new. So, after puting headers setting 'cache-control' with 'no-cache', i'm posting this test to see if it's fixed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VmlpBFBM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gdlfv455bvzuucfafszg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VmlpBFBM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gdlfv455bvzuucfafszg.png" alt="Print of a JS file" width="880" height="1352"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Link to the aplication: &lt;a href="https://arthur-candido.vercel.app/"&gt;https://arthur-candido.vercel.app/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>vercel</category>
      <category>http304</category>
    </item>
    <item>
      <title>Hiring Coders</title>
      <dc:creator>Arthur Candido</dc:creator>
      <pubDate>Sun, 04 Sep 2022 23:24:29 +0000</pubDate>
      <link>https://dev.to/oarthurcandido/hiring-coders-506k</link>
      <guid>https://dev.to/oarthurcandido/hiring-coders-506k</guid>
      <description>&lt;p&gt;That was the name of the bootcamp I dove into as the first step in coding studies. It was a great experience, I learned a lot about many technologies like, NodeJS, GraphQL and React, and other topics like REST API, HTTP methods and more, but the main thing I learned was learning to learn, these 3 months gave me the perception of how  difficult can be to learn something, but it also showed me how rewarding focus and effort on a mission can be.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>First things first</title>
      <dc:creator>Arthur Candido</dc:creator>
      <pubDate>Fri, 26 Aug 2022 17:17:50 +0000</pubDate>
      <link>https://dev.to/oarthurcandido/first-things-first-1efo</link>
      <guid>https://dev.to/oarthurcandido/first-things-first-1efo</guid>
      <description>&lt;p&gt;Here's a brief introduction about me, i'm a 36 yo Brazilian man, married to Vanessa, son of Cida and Toninho, brother of Debis Candido and human of 4 dogs 🐶🐶🐕🐕. &lt;br&gt;
In the professional area, I've worked with ecommerce as a retailer for over 15 years. This experience brought me to this moment that I need to start a new career and the tech field was too magnetic for me to avoid it, so in April of 2022 I "dive right in" (learned this one right now) a fullstack bootcamp course.&lt;br&gt;
&lt;a href="https://www.hiringcoders.com.br/"&gt;Hiring Coders&lt;/a&gt; is a challenge mode course, which starts with 10 thousand people and ends after 3 months with 6 teams of 10 devs each, and my team came first place (yay)! In the next post, I'll talk about the bootcamp experience and the next steps I'm planning to take.&lt;/p&gt;

&lt;p&gt;Thanks for your attention.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>So, born a dev...</title>
      <dc:creator>Arthur Candido</dc:creator>
      <pubDate>Thu, 25 Aug 2022 16:32:16 +0000</pubDate>
      <link>https://dev.to/oarthurcandido/so-born-a-dev-b11</link>
      <guid>https://dev.to/oarthurcandido/so-born-a-dev-b11</guid>
      <description>&lt;p&gt;I'm writing this as a kick start to a report of my journey as a "dev".&lt;br&gt;
I'll be very succinct in this first post and will try to bring more often small posts in the next days.&lt;br&gt;
I have never get success writing journeys, but i'm expert in starting things, so here we go.&lt;/p&gt;

&lt;p&gt;Hope to see you soon.&lt;/p&gt;

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