<?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: Tárcio</title>
    <description>The latest articles on DEV Community by Tárcio (@teixtarcio).</description>
    <link>https://dev.to/teixtarcio</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%2F771639%2Fb52db131-7b3c-4d9b-8cec-0f7df626f69a.png</url>
      <title>DEV Community: Tárcio</title>
      <link>https://dev.to/teixtarcio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/teixtarcio"/>
    <language>en</language>
    <item>
      <title>Hello World!</title>
      <dc:creator>Tárcio</dc:creator>
      <pubDate>Sun, 10 Jul 2022 23:34:38 +0000</pubDate>
      <link>https://dev.to/teixtarcio/hello-world-50bj</link>
      <guid>https://dev.to/teixtarcio/hello-world-50bj</guid>
      <description>&lt;p&gt;Documenting my learning journey #2&lt;/p&gt;

&lt;p&gt;Today I wrote my first line of Ruby code. A simple "Hello World", but that became special because it was my first project that I could see running.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;puts "Hello World"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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

&lt;p&gt;I also learned how to create a loop. Nothing more than a repetition, but to be done it needs to be encoded in a "code block". I did it this way:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;5.times do
    puts "Hello World!"
end
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>My first Ruby on Rails server 🎉</title>
      <dc:creator>Tárcio</dc:creator>
      <pubDate>Sat, 09 Jul 2022 14:51:20 +0000</pubDate>
      <link>https://dev.to/teixtarcio/my-first-ruby-on-rails-server-5b3n</link>
      <guid>https://dev.to/teixtarcio/my-first-ruby-on-rails-server-5b3n</guid>
      <description>&lt;p&gt;&lt;strong&gt;Documenting my learning journey #1&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today I started my study routine with the Ruby language and its respective Rails framework. Don't judge me! 😅 I'm using Windows at the beginning.&lt;/p&gt;

&lt;p&gt;I faced some problems along the way and I had to fix them. Also learned how to create a server from scratch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"tzinfo-data"&lt;/strong&gt;&lt;br&gt;
The first was that the "tzinfo" library was not being recognized. With the help of our friend StackOverFlow, I discovered that the problem was in the library definition in my Gemfile.&lt;/p&gt;

&lt;p&gt;Finally I managed to run my first Ruby on Rails server.&lt;/p&gt;

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

</description>
      <category>ruby</category>
      <category>rails</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
