<?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>Forem: Ronan Rodrigo Nunes</title>
    <description>The latest articles on Forem by Ronan Rodrigo Nunes (@ronanrodrigo).</description>
    <link>https://forem.com/ronanrodrigo</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%2F58438%2F55ead658-2de0-4606-98eb-c2a06d8710ce.jpg</url>
      <title>Forem: Ronan Rodrigo Nunes</title>
      <link>https://forem.com/ronanrodrigo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ronanrodrigo"/>
    <language>en</language>
    <item>
      <title>Follow This Path - A Study Guide for Software Development with Swift</title>
      <dc:creator>Ronan Rodrigo Nunes</dc:creator>
      <pubDate>Thu, 24 Jan 2019 11:59:51 +0000</pubDate>
      <link>https://forem.com/ronanrodrigo/follow-this-path-a-study-guide-for-software-development-withswift-5419</link>
      <guid>https://forem.com/ronanrodrigo/follow-this-path-a-study-guide-for-software-development-withswift-5419</guid>
      <description>&lt;p&gt;A difficulty that I always have in my studies was to prioritize what I should study. The big questions have always been "Is this important?" "Is this difficult?" "Will this subject take me a long time?" These questions can be a fuel for procrastination.&lt;/p&gt;

&lt;p&gt;To solve this problem, me and some friends created and organized a study guide. It consists of 3 levels and each level has a lot of tasks to be accomplished. All tasks are prioritized, from the most basic topic to the most advanced and most important to the least. The goal is for this guide to be a reference both for beginners and for those who already work professionally with software development.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to study
&lt;/h2&gt;

&lt;p&gt;Given the popularization of the Kanban boards, the study guide was created and organized in Trello, a kind of virtual Kanban. For those who do not know, Kanban is a scheme / framework to organize some tasks, and then execute. To use this board, you must follow some rules:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Never skip a task, always take the first from top to bottom;&lt;/li&gt;
&lt;li&gt;Avoid jumping from levels (columns), advance only to the next level if you finished the previous one;&lt;/li&gt;
&lt;li&gt;When you begin to study a topic (card), move it to the Learning column;&lt;/li&gt;
&lt;li&gt;Have only one subject in the Learning column;&lt;/li&gt;
&lt;li&gt;Use the card description field to write down what you have learned about the topic;&lt;/li&gt;
&lt;li&gt;Use the links that are attached on the cards as a reference of content and add your own references on the card;&lt;/li&gt;
&lt;li&gt;Move to Done only when you are comfortable talking about the topic or applying what you have studied;&lt;/li&gt;
&lt;li&gt;Along with the above suggestion, create your own definition of done.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to use the board
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fnf7xaw4nlen5u1was0l4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fnf7xaw4nlen5u1was0l4.png" alt="Trello Board"&gt;&lt;/a&gt;&lt;br&gt;
On the board exists 5 columns and the first 3 represent each of the levels. To take your study guide you must follow these steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a Trello account;&lt;/li&gt;
&lt;li&gt;Access &lt;a href="https://trello.com/b/hLGyiEEE/swift-developer-roadmap-template" rel="noopener noreferrer"&gt;https://trello.com/b/hLGyiEEE/swift-developer-roadmap-template&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;Click Show Menu;&lt;/li&gt;
&lt;li&gt;Click More;&lt;/li&gt;
&lt;li&gt;Click Copy Board;&lt;/li&gt;
&lt;li&gt;Define a title for your study guide;&lt;/li&gt;
&lt;li&gt;Click Create, and you are done.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you missed something, with the board copied to your Trello, you can add as many topics as you like. But it is up to you to set a priority for the new items.&lt;br&gt;
Contribute&lt;/p&gt;

&lt;p&gt;If you have any ideas for changing the guide, do not hesitate to share it with me. Send me a message on the &lt;a href="http://t.me/ronanrodrigo" rel="noopener noreferrer"&gt;&lt;strong&gt;telegram&lt;/strong&gt;&lt;/a&gt; and then we can talk about board improvements.&lt;/p&gt;

&lt;p&gt;I started creating this guide based on this Medium post and in this repository on Github. This work had contributions from: Eric Alve Britto, Francesco Perotti-Garcia, Judar Lima, Muriel Silveira, Thiago Holanda, Vitor Maraccini, Vinicius Andrade e Vinicius Carvalho. I thank you all!&lt;/p&gt;

</description>
      <category>study</category>
      <category>swift</category>
      <category>guide</category>
    </item>
    <item>
      <title>Siga por este caminho - Um guia de estudos sobre desenvolvimento de software com Swift</title>
      <dc:creator>Ronan Rodrigo Nunes</dc:creator>
      <pubDate>Wed, 16 Jan 2019 13:42:45 +0000</pubDate>
      <link>https://forem.com/ronanrodrigo/siga-por-este-caminho---um-guia-de-estudos-sobre-desenvolvimento-desoftware-com-swift-1a0g</link>
      <guid>https://forem.com/ronanrodrigo/siga-por-este-caminho---um-guia-de-estudos-sobre-desenvolvimento-desoftware-com-swift-1a0g</guid>
      <description>&lt;p&gt;Uma dificuldade que eu sempre tive nos meus estudos foi a de priorizar o que eu deveria estudar. As grandes perguntas sempre foram "Será que isso é importante?" "Isso é difícil?" "Será que esse assunto vai me tomar muito tempo?". Estas perguntas podem ser um combustível para a procrastinação.&lt;/p&gt;

&lt;p&gt;Pra resolver esse problema, eu e alguns amigos criamos e organizamos um guia de estudos. Ele é composto por 3 níveis e cada nível tem uma porção de tarefas a serem cumpridas. Todas as tarefas estão priorizadas, do assunto mais básico para o mais avançado e do mais importante para o menos. O objetivo é que este guia seja uma referência tanto pra iniciantes quanto para quem já atua profissionalmente na área.&lt;/p&gt;

&lt;h2&gt;
  
  
  Como estudar
&lt;/h2&gt;

&lt;p&gt;Dada a popularização dos quadros de Kanban, o guia de estudo foi criado e organizado no Trello, uma espécie de Kanban virtual. Para quem não conhece, Kanban é um esquema/quadro para organizar suas tarefas, para então executa-las. E o funcionamento deste guia é igual ao tão famoso quadro de post its. Para utilizar esse board, você poderá seguir algumas regras:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Nunca pule uma tarefa, sempre pegue a primeira de cima pra baixo;&lt;/li&gt;
&lt;li&gt;Evite pular de níveis (colunas), avance somente para o próximo nível se você terminou o anterior;&lt;/li&gt;
&lt;li&gt;Quando começar a estudar um assunto (card), mova-o para a coluna Learning;&lt;/li&gt;
&lt;li&gt;Tenha somente um assunto na coluna Learning;&lt;/li&gt;
&lt;li&gt;Utilize o campo de descrição do assunto para anotar o que você aprendeu sobre o tema;&lt;/li&gt;
&lt;li&gt;Utilize os links que estão anexados nos cards como referência de conteúdo e acrescente as suas referências no card;&lt;/li&gt;
&lt;li&gt;Mova para Done apenas quando se sentir confortável em falar sobre o tema ou em aplicar o que estudou;&lt;/li&gt;
&lt;li&gt;Juntamente com a sugestão anterior, crie a sua própria definição de pronto.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Como utilizar o board
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FY9LztYi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/nf7xaw4nlen5u1was0l4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FY9LztYi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/nf7xaw4nlen5u1was0l4.png" alt="Trello Board" width="880" height="519"&gt;&lt;/a&gt;&lt;br&gt;
No board existem 5 colunas e as 3 primeiras representam cada um dos níveis. Para ter o seu guia de estudos você deverá seguir estes passos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Crie uma conta no Trello&lt;/li&gt;
&lt;li&gt;Acesse &lt;a href="https://trello.com/b/hLGyiEEE/swift-developer-roadmap-template"&gt;https://trello.com/b/hLGyiEEE/swift-developer-roadmap-template&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Clique em Show Menu;&lt;/li&gt;
&lt;li&gt;Clique em More;&lt;/li&gt;
&lt;li&gt;Clique em CopyBoard;&lt;/li&gt;
&lt;li&gt;Definir um título para o seu guia de estudos;&lt;/li&gt;
&lt;li&gt;Clique em Create;&lt;/li&gt;
&lt;li&gt;Depois deste passos, você estará pronto para seguir nos seus estudos.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Se você sentiu falta de algum tema, com o board copiado para o seu Trello, você poderá adicionar quantos temas desejar. Mas caberá a você definir uma prioridade para os novos ítens.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contribua
&lt;/h2&gt;

&lt;p&gt;Caso você tenha alguma ideia para alterar o guia, não hesite em compartilhar comigo. Me mande uma mensagem no &lt;a href="http://t.me/ronanrodrigo"&gt;&lt;strong&gt;telegram&lt;/strong&gt;&lt;/a&gt; e então poderemos conversar sobre melhorias no board.&lt;/p&gt;

&lt;p&gt;Eu comecei a criação deste guia baseado nesse post do Medium e nesse repositório no Github. Esse trabalho teve contribuições de: Eric Alve Britto, Francesco Perotti-Garcia, Judar Lima, Muriel Silveira, Thiago Holanda, Vitor Maraccini, Vinicius Andrade e Vinicius Carvalho, a vocês o meu agradecimento.&lt;/p&gt;

</description>
      <category>study</category>
      <category>swift</category>
      <category>guide</category>
    </item>
  </channel>
</rss>
