<?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: CamiKuro.js</title>
    <description>The latest articles on DEV Community by CamiKuro.js (@acamikuro).</description>
    <link>https://dev.to/acamikuro</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%2F1142162%2Fd29de02d-bb34-4b27-958f-afa1d7f6782f.jpg</url>
      <title>DEV Community: CamiKuro.js</title>
      <link>https://dev.to/acamikuro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/acamikuro"/>
    <language>en</language>
    <item>
      <title>What I've learnt in 1 month of programming</title>
      <dc:creator>CamiKuro.js</dc:creator>
      <pubDate>Wed, 27 Sep 2023 20:47:33 +0000</pubDate>
      <link>https://dev.to/acamikuro/what-ive-learnt-in-1-month-of-programming-4a6o</link>
      <guid>https://dev.to/acamikuro/what-ive-learnt-in-1-month-of-programming-4a6o</guid>
      <description>&lt;p&gt;My journey has been a radical transformation from someone who knew absolutely nothing about this area to someone with a solid foundation, and I'm excited to share every step of it with you in this article. So, let's dive into the concepts I've mastered so far!&lt;/p&gt;

&lt;h3&gt;
  
  
  Table of Contents
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Starting from Scratch&lt;/li&gt;
&lt;li&gt;
Concepts I've Mastered So Far

&lt;ul&gt;
&lt;li&gt;
Open Source &lt;/li&gt;
&lt;li&gt;The Basics: HTML, CSS and JS&lt;/li&gt;
&lt;li&gt;Documenting My Journey&lt;/li&gt;
&lt;li&gt;Git and GitHub&lt;/li&gt;
&lt;li&gt;Linux Basics&lt;/li&gt;
&lt;li&gt;HTTP Protocol&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

Conclusion &lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Starting from Scratch&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Less than a month ago, I was completely clueless about coding languages, programming, or anything related to coding. I mean, I had a vague notion that it was a profession, and lots of people did it, but for me, it was like, "Developers? How do they even survive? Where do they work? Do they exist for real?" LOL, I was pretty much in the dark.&lt;/p&gt;

&lt;p&gt;Then, I attended my first tech event called &lt;strong&gt;Frontin Sampa&lt;/strong&gt;, and something clicked in my head. I decided right then and there: "I'm going to dive into programming and &lt;strong&gt;switch up my career&lt;/strong&gt;." I even shared more details about this journey in this &lt;a href="https://dev.to/acamikuro/-uma-produtora-de-tv-no-mundo-dev-44p3"&gt;article&lt;/a&gt; (it's in Portuguese, by the way).&lt;/p&gt;

&lt;p&gt;So, with zero prior knowledge, I embarked on my programming journey armed with a &lt;a href="[https://trilha.info/roadmap/frontend](https://trilha.info/roadmap/frontend)"&gt;&lt;strong&gt;basic roadmap&lt;/strong&gt;&lt;/a&gt; that proved to be incredibly helpful for a newbie like me. The best part? It had loads of &lt;strong&gt;free resources&lt;/strong&gt; to pick up along the way!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Forwle9o751s774uno6ae.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Forwle9o751s774uno6ae.png" alt="roadmap image" width="800" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In addition to learning the basics of &lt;strong&gt;front-end&lt;/strong&gt; programming, I dedicated myself to understanding the concept of &lt;strong&gt;open source&lt;/strong&gt;, which was one of the talks I watched in the tech event and was completely amazed by.&lt;/p&gt;

&lt;p&gt;Another crucial part of my journey was becoming an active member of a tech community. Today, I'm proudly part of &lt;a href="https://discord.gg/he4rt" rel="noopener noreferrer"&gt;He4rt Developers&lt;/a&gt;, a thriving community. Inside, we have insightful discussions on important topics, &lt;strong&gt;collaborative projects&lt;/strong&gt;, weekly meetings, and beginner-friendly free projects to work on.&lt;/p&gt;

&lt;p&gt;But wait, there's more! From the second week of my studies, I started getting some guidance and exploring more complex topics (well, for those in the know, it's probably not that complex, right?). I had a great grasp of the front-end, but when I ventured into the &lt;strong&gt;back-end&lt;/strong&gt;... oh boy, it was like an avalanche of code.&lt;/p&gt;

&lt;p&gt;Moreover, what has encouraged me to study every day is the &lt;a href="https://www.100diasdecodigo.dev/#comoParticipar" rel="noopener noreferrer"&gt;"100 Days of Code"&lt;/a&gt; challenge, created by the He4rt Devs community. This challenge encouraged me to share what I learned and track my progress every day.&lt;/p&gt;

&lt;p&gt;In my mentoring sessions, I dived into concepts like HTTP, Linux, the difference between Git and GitHub, and got a brief introduction to database modeling. It might seem like a lot to cover in such a short period, but I managed to grasp the basics, and now I'm going to break it all down for you!&lt;/p&gt;

&lt;h3&gt;
  
  
  Concepts I've Mastered So Far
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Open source
&lt;/h4&gt;

&lt;p&gt;My journey began with exploring the concept of "&lt;strong&gt;open source&lt;/strong&gt;," which is a &lt;strong&gt;software licensing model&lt;/strong&gt; that allows anyone to access the source code. In simpler terms, it means that anyone can tinker with, modify, contribute to, and distribute the code according to the specific terms of its license.&lt;/p&gt;

&lt;p&gt;At that point, I thought, "Alright, I get the concept, but show me some examples!" So, I continued my research and learned more about the open-source Linux operating system. Don't worry; I'll talk about &lt;strong&gt;Linux&lt;/strong&gt; in a bit. Another example of open source is the participation of companies, even tech giants, in open source projects and their use of &lt;strong&gt;open source software&lt;/strong&gt; in their daily operations.&lt;/p&gt;

&lt;p&gt;Working with open source has its perks, such as transparency, collaboration, and the creation of vibrant communities that work together on projects openly.&lt;/p&gt;

&lt;h4&gt;
  
  
  The Basics: HTML, CSS and JS
&lt;/h4&gt;

&lt;p&gt;Next up on my journey was diving into the basics of programming, starting with the iconic "hello world." Thanks to that roadmap I mentioned earlier, I knew exactly where to begin. I kicked off my HTML studies with a comprehensive online course, where I learned the coding terminology, the actual code, and how to use it properly to command the desired outcomes. HTML is what lays the foundation of a website. It uses "tags" to define elements like headings, paragraphs, and images, telling the browser how to display them on the page.&lt;/p&gt;

&lt;p&gt;Then, I moved on to CSS, which turned out to be one of my favorite parts of the journey. Having the power to change every visual aspect of a website is just mind-blowing, and with each lesson, as I learned something new, I'd experiment to see if it made sense and, of course, if it worked (and it totally does, by the way). CSS is responsible for the look and style of HTML content. With it, you can tweak colors, font sizes, spacing, and even the position of elements on the page, making everything look stunning and organized.&lt;/p&gt;

&lt;p&gt;Finally, JavaScript entered the scene, and I thought I'd seen cool stuff before, but this was on another level. JavaScript is what brings a website to life, making it interactive. You can create buttons that do something when clicked, update parts of the page without reloading everything, and so much more.&lt;/p&gt;

&lt;h4&gt;
  
  
  Documenting My Journey
&lt;/h4&gt;

&lt;p&gt;While I was diving into HTML, I also started online mentoring sessions on other subjects. During these sessions, I learned the importance of taking notes in a bullet-point format as I went along, making it super easy to reference later. I also learned how to create notes in markdown and realized why we see "md" at the end of files like "README.md." Plus, most of these mentorships were conducted in English, which helped me improve my technical vocabulary and conversational skills.&lt;/p&gt;

&lt;h4&gt;
  
  
  Git and GitHub
&lt;/h4&gt;

&lt;p&gt;In one of my mentoring sessions, we dove into the differences between Git and GitHub, along with the jargon associated with both:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;* Git
    * Tool for versioning your codebase
    * Terminology:
        * Repository (project) - getting-started
            * Branches (environments inside a project)
                * Commits - (changes into the codebase)
* GitHub
    * (Cloud Environment) Host the repository
    * Issues - Place to discuss bug, glitch, improvements, fixes, ideas or w/e
    * Pull Request - Submit changes into the codebase (in different branch/fork)
* Setup my GitHub account
    * create a READ.md 
    * add commits 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;"Git"&lt;/strong&gt; is a critical tool for version control that enables developers to collaborate effectively on projects, while &lt;strong&gt;"GitHub"&lt;/strong&gt; is the platform that hosts Git repositories and simplifies teamwork. Learning these tools gave me the ability to contribute to open source projects and share my code with the community.&lt;/p&gt;

&lt;h4&gt;
  
  
  Linux Basics
&lt;/h4&gt;

&lt;p&gt;The next topic in my mentoring journey was the Linux operating system, which is open source, meaning the source code is freely accessible for anyone to view, modify, and distribute. With this openness, a large community of developers and enthusiasts can contribute to its development and create their own versions based on the Linux kernel. Some popular Linux distributions include Ubuntu, Debian, Red Hat, and CentOS.&lt;/p&gt;

&lt;p&gt;Just like with other mentorships, my notes looked something 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;* Linux 101
    * Distributions
        * Kernel, Package Manager, Drivers, Tools/Tooling and Shell
        * Graphic Environment: 
            * Gnome (Ubuntu)
            * Kubuntu (KDE)
            * OS X (Plasma)
            * Link to [UnixPorn] (https://www.reddit.com/r/unixporn)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After getting a grasp of the theory, it was time to get hands-on. Using the command "&lt;strong&gt;cat .bashrc,&lt;/strong&gt;" I could view all the existing commands. So, I decided to create one more command by accessing "&lt;strong&gt;nano .bashrc&lt;/strong&gt;" and voila!&lt;/p&gt;

&lt;h4&gt;
  
  
  HTTP Protocol
&lt;/h4&gt;

&lt;p&gt;To wrap up the concepts I've covered, let me explain &lt;strong&gt;HTTP&lt;/strong&gt;, which stands for Hypertext Transfer Protocol. It's the glue that &lt;strong&gt;connects&lt;/strong&gt; the client and server in web interactions. The client could be your web browser, a mobile app, or anything that uses HTTP. The server, on the other hand, is where a request is sent, and a response is received.&lt;/p&gt;

&lt;p&gt;Whenever we request data or services from a server, it can respond with status codes represented by numbers. You've probably heard of "&lt;strong&gt;404&lt;/strong&gt;" which means "&lt;strong&gt;not found&lt;/strong&gt;", but there are others like "&lt;strong&gt;201 - Created&lt;/strong&gt;" and "&lt;strong&gt;500 - Internal Server Error.&lt;/strong&gt;" During one of my mentoring sessions, I was given a website that showcased all these status codes with &lt;a href="https://http.cat/" rel="noopener noreferrer"&gt;kitten memes&lt;/a&gt; and a brief description. It was fantastic and helped me grasp each one of those statuses better.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzq8gnmo176lrb3mcqfa1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzq8gnmo176lrb3mcqfa1.png" alt="201 - Created cat meme" width="788" height="954"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HTTP also uses &lt;strong&gt;verbs&lt;/strong&gt; like &lt;strong&gt;"GET"&lt;/strong&gt; to get information and &lt;strong&gt;"POST"&lt;/strong&gt; to send or publish data to a server. Also, it can work with JSON, a document model usually used  for analyzing and transforming data. This makes HTTP a fundamental protocol for all our online activities.&lt;/p&gt;

&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;After one month of daily coding, exploring concepts, and engaging in activities, I can confidently say that I've transformed from someone who knew absolutely nothing about this field to someone with a solid foundation. And you know what? I'm thrilled to share all of it with you in this article.&lt;/p&gt;

&lt;p&gt;One of my next steps is definitely to hone my practical and technical skills (you know, more coding), and who knows, maybe even apply for a job in this field. The career transition is already underway, and I couldn't be more excited!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Uma Produtora de TV no mundo DEV!</title>
      <dc:creator>CamiKuro.js</dc:creator>
      <pubDate>Tue, 05 Sep 2023 01:00:25 +0000</pubDate>
      <link>https://dev.to/acamikuro/-uma-produtora-de-tv-no-mundo-dev-44p3</link>
      <guid>https://dev.to/acamikuro/-uma-produtora-de-tv-no-mundo-dev-44p3</guid>
      <description>&lt;p&gt;Decidi escrever esse artigo pra praticar redação e também deixar uma marca nessa plataforma que vem me ajudando nos meus estudos de programação há um tempo.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. 'Primeiros Passos' como Comunicadora
&lt;/h3&gt;

&lt;p&gt;Minha história com a área de &lt;strong&gt;comunicação social&lt;/strong&gt; começou cedo, aos &lt;strong&gt;13 anos&lt;/strong&gt;, quando descobri que existiam pessoas que expressavam suas artes através de fotos bem editadas, desenhos e vídeos e o &lt;strong&gt;fato mais extraordinário&lt;/strong&gt; nisso tudo, &lt;strong&gt;elas ganhavam a vida&lt;/strong&gt; fazendo o que gostavam!&lt;/p&gt;

&lt;p&gt;Desde então passei a pesquisar mais sobre &lt;strong&gt;produção de conteúdo&lt;/strong&gt; e passei a produzir meus próprios conteúdos para a internet. Criei um &lt;strong&gt;canal no youtube&lt;/strong&gt; e alimentei a ideia de trabalhar com isso. &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzafeuxeacpl52v9g87r7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzafeuxeacpl52v9g87r7.png" alt="Meu canal no YouTube" width="800" height="347"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Trilha de uma Produtora de TV
&lt;/h3&gt;

&lt;p&gt;No ensino médio, descobri a faculdade de Rádio, TV e Internet, e as áreas de atuação envolviam &lt;strong&gt;fotografia, filmagens, produção de vídeos&lt;/strong&gt; e a área de rádio. Passei no vestibular de &lt;strong&gt;Radio e TV&lt;/strong&gt; e cursei os 4 anos na esperança de trabalhar um dia com televisão. Durante o período da faculdade, apliquei para múltiplas empresas de comunicação até que consegui meu primeiro estágio como âncora, editora e publicadora do &lt;strong&gt;'Jornal da Tarde'&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;Os primeiros meses me enchiam os olhos, eu estava &lt;strong&gt;maravilhada com os bastidores&lt;/strong&gt; e como funcionava o mundo da televisão. Adquiri &lt;strong&gt;experiência&lt;/strong&gt; em &lt;strong&gt;produção de programas&lt;/strong&gt;, coloquei em prática o que &lt;strong&gt;aprendi&lt;/strong&gt; na faculdade e estava tudo indo bem. Acontece que o ambiente não é o dos melhores e comecei a me sentir &lt;strong&gt;muito desgastada&lt;/strong&gt; e entretanto numa vida automática... &lt;/p&gt;

&lt;p&gt;Aquilo que eu &lt;strong&gt;sempre amei&lt;/strong&gt; fazer, que é &lt;strong&gt;produzir conteúdo&lt;/strong&gt; estava perdendo o sentido dado o ambiente que eu estava, e isso me fez querer buscar &lt;strong&gt;novas possibilidades&lt;/strong&gt; e eu encontrei algo que gostei muito na área de tecnologia. Sim! Sempre tem uma esperança pra gente trilhar &amp;lt;3&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Virando a chave: comunidades de T.I
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F79ss0x92n28w0jejjdjb.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F79ss0x92n28w0jejjdjb.jpg" alt="Reunião semanal He4rt Devs" width="800" height="491"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Após conversar com pessoas próximas a mim sobre a minha situação, ouvi algumas sugestões, sendo alguma delas: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fazer uma nova faculdade;&lt;/li&gt;
&lt;li&gt;Criar uma 'produtora independente';&lt;/li&gt;
&lt;li&gt;e tentar o mundo de tecnologia/programação.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;[...] e sinceramente? Achei &lt;strong&gt;todas as possibilidades&lt;/strong&gt; bem impossíveis naquele momento, já que eu estava sem muita força pra continuar. Porém uma coisa bem importante que mudou tudo foi que: meu namorado dá &lt;strong&gt;aulas gratuitas de inglês&lt;/strong&gt; em uma comunidade de &lt;strong&gt;pessoas desenvolvedoras&lt;/strong&gt; chamada &lt;a href="https://discord.gg/he4rt" rel="noopener noreferrer"&gt;He4rt Developers&lt;/a&gt; há muito tempo e eu nunca tive tempo pra dar uma olhada no conteúdo em si. &lt;/p&gt;

&lt;p&gt;No primeiro dia que entrei na He4rt eu fiquei COMPLETAMENTE EM CHOQUE, vi a comunidade se movimentando e fazendo coisas bem fora do comum, que foram:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Revisões de conteúdos&lt;/strong&gt; publicados por membros:&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Livestreams&lt;/strong&gt; quase que diárias pra ensinar &lt;strong&gt;pessoas leigas&lt;/strong&gt; (engual eu klk);&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reuniões semanais&lt;/strong&gt; pra debater projetos internos e externos&lt;/li&gt;
&lt;li&gt;Engajamento em redes sociais para &lt;strong&gt;ajudar na divulgação&lt;/strong&gt; de conteúdos&lt;/li&gt;
&lt;li&gt;e mais um monte de coisa que eu vou &lt;strong&gt;deixar você descobrir&lt;/strong&gt; indo lá na comunidade :p&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Querendo ou não, ver mais de 150 pessoas numa segunda feira, dentro de um servidor do Discord se organizando pra fazer coisas realmente &lt;strong&gt;boas&lt;/strong&gt; foi algo que me &lt;strong&gt;inspirou a estar contribuindo&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;O mais sensacional foi que no primeiro dia, entrei na reunião e eles estavam falando sobre um evento de tecnologia super produzido e estavam dando ingressos pras pessoas que gostariam de ir num evento pela primeira vez e eu, que acabei de chegar no rolê, &lt;strong&gt;consegui o meu&lt;/strong&gt;. MANO HAHAHA!&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Meu primeiro evento tech
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F37j0pl06q1n758wb2xdc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F37j0pl06q1n758wb2xdc.png" alt="Image description" width="643" height="514"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Conseguindo o ingresso, eu fiquei ansiosa num nível que era completamente sem explicação. Chegando no evento, que foi o &lt;strong&gt;Front In Sampa&lt;/strong&gt;, eu juro que nunca vi tanta gente que gostava da mesma coisa junta antes.&lt;/p&gt;

&lt;p&gt;Todo lugar que eu parava pra observar era alguém falando alguma coisa que eu não entendia, alguma tecnologia etc mas eu ainda sim tava muito animada.&lt;/p&gt;

&lt;p&gt;Assisti a palestra da &lt;strong&gt;Tatiana Barros&lt;/strong&gt; sobre &lt;strong&gt;Open Source&lt;/strong&gt;, do &lt;strong&gt;danielhe4rt&lt;/strong&gt; sobre a profissão de &lt;strong&gt;Developer Advocate&lt;/strong&gt; e todas as várias outras palestras que foram rolando no evento enquanto a galera da comunidade ia me apresentando a pessoas e cada vez indo mais. No fim do dia eu decidi e coloquei uma coisa na minha cabeça: eu &lt;strong&gt;preciso mudar de área&lt;/strong&gt; e isso aqui é realmente o que &lt;strong&gt;eu quero&lt;/strong&gt; fazer.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Finalização
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ar8lnzduo158f13ebpo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ar8lnzduo158f13ebpo.jpg" alt="Image description" width="800" height="602"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Esse artigo foi escrito pra que eu me lembre o por quê de eu estar nessa correria toda aprendendo &lt;strong&gt;Linux&lt;/strong&gt;, &lt;strong&gt;Back-end&lt;/strong&gt;, &lt;strong&gt;Front-end&lt;/strong&gt; e coisas que até dois meses atrás eu nem sabiam que existia. &lt;/p&gt;

&lt;p&gt;Espero que você tenha gostado e eu posso dizer com toda propriedade do mundo: existe espaço pra todo mundo em tecnologia. E que provavelmente a &lt;strong&gt;He4rt&lt;/strong&gt; pode te apoiar nessa jornada. &lt;/p&gt;

&lt;p&gt;Obrigada por ler até aqui, e até a próxima!&lt;/p&gt;

</description>
      <category>braziliandevs</category>
      <category>career</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
