<?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: Polibov</title>
    <description>The latest articles on DEV Community by Polibov (@santiagova).</description>
    <link>https://dev.to/santiagova</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%2F614421%2F2a9d27ca-bf6b-4002-adbd-8bc449713f70.png</url>
      <title>DEV Community: Polibov</title>
      <link>https://dev.to/santiagova</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/santiagova"/>
    <language>en</language>
    <item>
      <title>Como aprendi Go en 3 dias</title>
      <dc:creator>Polibov</dc:creator>
      <pubDate>Thu, 22 Apr 2021 23:59:11 +0000</pubDate>
      <link>https://dev.to/santiagova/como-aprendi-go-en-3-dias-2nh</link>
      <guid>https://dev.to/santiagova/como-aprendi-go-en-3-dias-2nh</guid>
      <description>&lt;p&gt;En este post estaremos hablando acerca de &lt;strong&gt;Go&lt;/strong&gt;, Compartiré algunos recursos, opiniones y recomendaciones que fueron muy útiles para mí.&lt;br&gt;
Y sé lo que estás pensando y &lt;strong&gt;SI!&lt;/strong&gt;, sé que el título puede parecer un poco clickbait, pero, &lt;strong&gt;ESPERA!&lt;/strong&gt;&lt;br&gt;
Puedo explicarte si esto realmente es cierto o falso.&lt;br&gt;
Así que, empecemos.&lt;/p&gt;

&lt;h2&gt;
  
  
  ¿Cómo logre esto?
&lt;/h2&gt;

&lt;p&gt;Bueno, realmente no podría decir que domino Go, pero en estos 3 días me siento muy bien con los resultados obtenidos.&lt;br&gt;
En estos 3 días mi rutina de estudio fue de alrededor de 4 horas, de las cuales 3 me las pasaba viendo tutoriales o la documentación oficial, y la otra hora me la pasaba experimentando cosas que quería saber si funcionaban o como funcionaban en Go.&lt;br&gt;
Ahora mismo me siento bastante bien para empezar algunos proyectos pequeños y así mismo ganar experiencia.&lt;/p&gt;

&lt;h2&gt;
  
  
  ¿Por qué el título?
&lt;/h2&gt;

&lt;p&gt;El título puede ser completamente falso o engañoso en caso de que sea tu primer lenguaje, y si este es tu caso, no te preocupes, con el tiempo podrás aprenderlo también, pero claramente tendrás que ir más paso a paso.&lt;/p&gt;

&lt;p&gt;Así que, de nuevo, el título no es literal, pero en caso de que este no sea tu primer lenguaje pues puedes empezar a aprender y en 3 días podrías hacer algunas cosas que más adelante te diré.&lt;/p&gt;

&lt;h2&gt;
  
  
  En 3 días que debes o puedes aprender
&lt;/h2&gt;

&lt;p&gt;3 días, esto puede sonar un poco loco, pero es posible aprender lo necesario para buscar un trabajo (Nah, estoy bromeando 🤣)&lt;br&gt;
Bueno, después de esa mala broma, después de esos 3 días podrás empezar a hacer proyectos como alguna API simple y cosas por el estilo y así con el tiempo volverte un Master de GO.&lt;br&gt;
Te recomiendo que empieces a aprender en este orden:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Variables&lt;/li&gt;
&lt;li&gt;Primitives&lt;/li&gt;
&lt;li&gt;Constants&lt;/li&gt;
&lt;li&gt;Arrays y Slices&lt;/li&gt;
&lt;li&gt;Maps y Structs&lt;/li&gt;
&lt;li&gt;If y Switch Statements&lt;/li&gt;
&lt;li&gt;Looping&lt;/li&gt;
&lt;li&gt;Defer, Panic, y Recover&lt;/li&gt;
&lt;li&gt;Pointers&lt;/li&gt;
&lt;li&gt;Functions&lt;/li&gt;
&lt;li&gt;Interfaces&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Sinceramente, para mí lo que más complicado me ha sido son los Pointers y las Interfaces, aún no los logro comprender al 100%, te recomiendo prestes mucha atencion a todos los temas pero mas en especial a esos porque pueden ser un poco confusos.&lt;/p&gt;

&lt;h1&gt;
  
  
  Recursos
&lt;/h1&gt;

&lt;p&gt;Los recursos que te dejaré acá son completamente GRATIS y los dividiré por idioma, Ingles y Español&lt;/p&gt;

&lt;h3&gt;
  
  
  English resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=YS4e4q9oBaU"&gt;FreeCodeCamp 7 hours course from scratch&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://tour.golang.org/"&gt;The official tour of Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.golang.org/"&gt;The playground of Go, without installations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Recursos en Español
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/gophers-latam/awesome-latam"&gt;Este repositorio ya trae una gran cantidad de recursos en español&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Gracias por leer este post
&lt;/h2&gt;

&lt;p&gt;Muchas gracias por leer este post hasta el final, si te ha gustado deja tu corazoncito y tu follow aca y en mi &lt;a href="https://github.com/SantiagoVA"&gt;github&lt;/a&gt; donde en los proximos dias empezare a subir alguno que otro repositorio de algún proyecto en go :)&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>go</category>
      <category>spanish</category>
      <category>backend</category>
    </item>
    <item>
      <title>How I learn Golang in 3 days</title>
      <dc:creator>Polibov</dc:creator>
      <pubDate>Thu, 22 Apr 2021 21:41:31 +0000</pubDate>
      <link>https://dev.to/santiagova/how-i-learn-golang-in-3-days-3a1d</link>
      <guid>https://dev.to/santiagova/how-i-learn-golang-in-3-days-3a1d</guid>
      <description>&lt;p&gt;In this post, we will talk about &lt;strong&gt;Go&lt;/strong&gt;, I will share with you some resources, opinions, and recommendations that were so util for me.&lt;/p&gt;

&lt;p&gt;And I know that you are thinking something, Yes! I know that the title of this post is a little bit clickbait, but, &lt;strong&gt;WAIT!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I can explain to you if this is really true or not.&lt;br&gt;
So, let's begin.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I achieve that?
&lt;/h2&gt;

&lt;p&gt;Well, I cannot tell that I domain Go, but in 3 days I feel so good with the results.&lt;br&gt;
In these 3 days, my study routine was like 4 hours per day, like 3 hours reading the docs or watching courses and at the time coding and the other hour is experimenting the learned with the curious things that I need know if works on Go.&lt;br&gt;
And now, I feel so good to start some little projects to win a lot of experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the title?
&lt;/h2&gt;

&lt;p&gt;The title can be completely fake if is your first language, don't worry if this is your case, you can learn same this amazing language but in more time :), so...&lt;/p&gt;

&lt;h3&gt;
  
  
  What happens with the people that have a little bit of experience in others programming languages?
&lt;/h3&gt;

&lt;p&gt;I believe that maybe you know the answer. Obviously, this will be easier, because you only need to learn a new syntax, you don't need to learn again the logic that for the 99% of the people this can be the most difficult part when you are learning at the beginning.&lt;br&gt;
So, again, the title no is literally but will tell you what things you can learn in 3 days after that what you can do.&lt;/p&gt;

&lt;h2&gt;
  
  
  In 3 days this you can learn
&lt;/h2&gt;

&lt;p&gt;3 days, this would sound a little bit crazy but is possible to learn the necessary to after that search for a job (Nah, I'm just kidding 🤣)&lt;br&gt;
Well, now out of joking after that you can start making your own projects and with the time be a master in go, but before I will tell you the things that you need learn (I recommend you the same order):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Variables&lt;/li&gt;
&lt;li&gt;Primitives &lt;/li&gt;
&lt;li&gt;Constants &lt;/li&gt;
&lt;li&gt;Arrays and Slices&lt;/li&gt;
&lt;li&gt;Maps and Structs&lt;/li&gt;
&lt;li&gt;If and Switch Statements&lt;/li&gt;
&lt;li&gt;Looping &lt;/li&gt;
&lt;li&gt;Defer, Panic, and Recover&lt;/li&gt;
&lt;li&gt;Pointers&lt;/li&gt;
&lt;li&gt;Functions &lt;/li&gt;
&lt;li&gt;Interfaces&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After that, you can start making some projects simple API's and more things!&lt;/p&gt;

&lt;p&gt;Honestly, for me, the most difficult of these topics are the &lt;strong&gt;Pointers&lt;/strong&gt; and the &lt;strong&gt;Interfaces&lt;/strong&gt; I recommend you take a lot of attention to these topics, if you study a lot you will understand too well.&lt;/p&gt;

&lt;h1&gt;
  
  
  Resources
&lt;/h1&gt;

&lt;p&gt;Some very good resources that I recommend &lt;strong&gt;FOR FREE&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=YS4e4q9oBaU"&gt;FreeCodeCamp 7 hours course from scratch&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://tour.golang.org/"&gt;The official tour of Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.golang.org/"&gt;The playground of Go, without installations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Thank you for reading this post
&lt;/h2&gt;

&lt;p&gt;I hope that this post was nice for you, Please, if you like this post leave a heart and follow me here and on my &lt;a href="https://github.com/SantiagoVA"&gt;github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: English is not my main language, so if I have some mistake please leave me a comment and without fears, tell me :)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>go</category>
      <category>backend</category>
      <category>english</category>
    </item>
  </channel>
</rss>
