<?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: Thiago Colen</title>
    <description>The latest articles on DEV Community by Thiago Colen (@thiagocolen).</description>
    <link>https://dev.to/thiagocolen</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%2F244487%2Fd5a97e83-5715-481b-9816-bacf6bb5fc2a.jpeg</url>
      <title>DEV Community: Thiago Colen</title>
      <link>https://dev.to/thiagocolen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thiagocolen"/>
    <language>en</language>
    <item>
      <title>Data Structures: Linked Lists</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Mon, 28 Nov 2022 23:25:43 +0000</pubDate>
      <link>https://dev.to/thiagocolen/data-structures-linked-lists-ffb</link>
      <guid>https://dev.to/thiagocolen/data-structures-linked-lists-ffb</guid>
      <description>&lt;p&gt;Today we are going to travel through crazy linked lists!&lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/js-nlivnb?ctl=1&amp;amp;embed=1&amp;amp;file=index.js&amp;amp;hideExplorer=1&amp;amp;hideNavigation=1&amp;amp;theme=dark" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>emptystring</category>
    </item>
    <item>
      <title>Data Structures: Map &amp; Hash Table</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Sat, 26 Nov 2022 13:33:08 +0000</pubDate>
      <link>https://dev.to/thiagocolen/data-structures-map-hash-table-186c</link>
      <guid>https://dev.to/thiagocolen/data-structures-map-hash-table-186c</guid>
      <description>&lt;p&gt;Ok, now it's time to hash!&lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/js-52r3dx?ctl=1&amp;amp;embed=1&amp;amp;file=index.js&amp;amp;hideExplorer=1&amp;amp;hideNavigation=1&amp;amp;theme=dark" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Data Structures: Sets of Data</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Sat, 19 Nov 2022 23:09:47 +0000</pubDate>
      <link>https://dev.to/thiagocolen/data-structures-exercices-sets-of-data-1n07</link>
      <guid>https://dev.to/thiagocolen/data-structures-exercices-sets-of-data-1n07</guid>
      <description>&lt;p&gt;Today we are going to win some sets!&lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/js-5wlhvy?ctl=1&amp;amp;embed=1&amp;amp;file=index.js&amp;amp;hideExplorer=1&amp;amp;hideNavigation=1&amp;amp;theme=dark" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Data Structures: Stack/Queue</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Wed, 14 Sep 2022 23:05:07 +0000</pubDate>
      <link>https://dev.to/thiagocolen/data-structures-exercicesstackqueue-4l1</link>
      <guid>https://dev.to/thiagocolen/data-structures-exercicesstackqueue-4l1</guid>
      <description>&lt;p&gt;Today we will learn about queues and stacks.&lt;/p&gt;

&lt;p&gt;Where they live? What they eat? How they reproduce? &lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/js-cm9a8d?ctl=1&amp;amp;embed=1&amp;amp;file=index.js&amp;amp;hideExplorer=1&amp;amp;hideNavigation=1&amp;amp;theme=dark" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Binary Tree Algorithms</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Wed, 07 Sep 2022 18:59:43 +0000</pubDate>
      <link>https://dev.to/thiagocolen/binary-tree-algorithms-1cfp</link>
      <guid>https://dev.to/thiagocolen/binary-tree-algorithms-1cfp</guid>
      <description>&lt;p&gt;We love trees!&lt;br&gt;
Let's study the binary trees this time!&lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/js-m5dgtd?ctl=1&amp;amp;embed=1&amp;amp;file=index.js&amp;amp;hideExplorer=1&amp;amp;hideNavigation=1&amp;amp;theme=dark" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Big O Notation</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Sun, 04 Sep 2022 19:05:08 +0000</pubDate>
      <link>https://dev.to/thiagocolen/big-o-notation-1n86</link>
      <guid>https://dev.to/thiagocolen/big-o-notation-1n86</guid>
      <description>&lt;p&gt;How bad are our code? &lt;/p&gt;

&lt;p&gt;Let's figure it out, learning a little bit about Big O Notation!&lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/js-3n3rxx?ctl=1&amp;amp;embed=1&amp;amp;file=index.js&amp;amp;hideExplorer=1&amp;amp;hideNavigation=1&amp;amp;theme=dark" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>beginners</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Game of Life [v1]</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Fri, 26 Aug 2022 15:20:00 +0000</pubDate>
      <link>https://dev.to/thiagocolen/game-of-life-3emh</link>
      <guid>https://dev.to/thiagocolen/game-of-life-3emh</guid>
      <description>&lt;p&gt;Let's rest from the exercises of the last post and have some fun, coding something cool.&lt;/p&gt;

&lt;p&gt;This is a poor implementation of Conway`s game. More features coming soon.&lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/conway-s-game-of-life?ctl=1&amp;amp;embed=1&amp;amp;file=README.md&amp;amp;hideExplorer=1&amp;amp;hideNavigation=1&amp;amp;theme=dark" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>p5js</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>Exercise Time!</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Sat, 13 Aug 2022 20:40:12 +0000</pubDate>
      <link>https://dev.to/thiagocolen/exercise-time-33kk</link>
      <guid>https://dev.to/thiagocolen/exercise-time-33kk</guid>
      <description>&lt;p&gt;Ok, it's time to get harder, better, faster, stronger!&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@thiagocolen/Java-Programming-Masterclass-5-Exercise-Time?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>beginners</category>
      <category>java</category>
    </item>
    <item>
      <title>Methods and a Challenge</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Sun, 17 Jul 2022 17:15:19 +0000</pubDate>
      <link>https://dev.to/thiagocolen/methods-and-a-challenge-1km3</link>
      <guid>https://dev.to/thiagocolen/methods-and-a-challenge-1km3</guid>
      <description>&lt;p&gt;...not so challenging&lt;br&gt;
...not so challenging&lt;br&gt;
...not so challenging&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@thiagocolen/Java-Programming-Masterclass-4-Methods-and-a-Challenge?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Keywords and Expressions</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Wed, 13 Jul 2022 15:32:12 +0000</pubDate>
      <link>https://dev.to/thiagocolen/keywords-and-expressions-14dd</link>
      <guid>https://dev.to/thiagocolen/keywords-and-expressions-14dd</guid>
      <description>&lt;p&gt;A keyword is a word that you can't use, it's a reserved word and just the JAVA language can use it. Is it confuse? Expressions are more easy to understand...&lt;/p&gt;





&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@thiagocolen/Java-Programming-Masterclass-3-Keywords-and-Expressions?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>java</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Operators</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Fri, 17 Jun 2022 22:06:00 +0000</pubDate>
      <link>https://dev.to/thiagocolen/operators-java-1bn3</link>
      <guid>https://dev.to/thiagocolen/operators-java-1bn3</guid>
      <description>&lt;p&gt;This is one more post of my java lessons. That's a long, long way to done.&lt;/p&gt;





&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@thiagocolen/Java-Programming-Masterclass-2-Operators?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>java</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Primitive Types</title>
      <dc:creator>Thiago Colen</dc:creator>
      <pubDate>Sat, 25 Sep 2021 13:05:00 +0000</pubDate>
      <link>https://dev.to/thiagocolen/one-two-one-two-3ha7</link>
      <guid>https://dev.to/thiagocolen/one-two-one-two-3ha7</guid>
      <description>&lt;p&gt;What are primitive types? This is my first study into java course. Let's figure it out.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xebGh6pr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2lcy7bq0wdkxeg4honly.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xebGh6pr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2lcy7bq0wdkxeg4honly.png" alt="primitive types" width="880" height="493"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;This image is from &lt;a href="https://getkt.com/blog/reintroduction-to-java-data-types/"&gt;https://getkt.com/blog/reintroduction-to-java-data-types/&lt;/a&gt;, visit the site to get complete content.&lt;/em&gt;&lt;/p&gt;




&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@thiagocolen/Java-Programming-Masterclass-1-Primitive-Types?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>java</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
