<?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: Marcelo Forclaz</title>
    <description>The latest articles on DEV Community by Marcelo Forclaz (@cristalt).</description>
    <link>https://dev.to/cristalt</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%2F124111%2Fbc892041-3909-44bf-9e42-1a4dcea47b3a.jpg</url>
      <title>DEV Community: Marcelo Forclaz</title>
      <link>https://dev.to/cristalt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cristalt"/>
    <language>en</language>
    <item>
      <title>Javascript: a kids game</title>
      <dc:creator>Marcelo Forclaz</dc:creator>
      <pubDate>Wed, 27 Jan 2021 15:08:28 +0000</pubDate>
      <link>https://dev.to/cristalt/javascript-a-kid-game-14e3</link>
      <guid>https://dev.to/cristalt/javascript-a-kid-game-14e3</guid>
      <description>&lt;p&gt;Hi everybody, thanks for visiting my first post.&lt;/p&gt;

&lt;p&gt;Since I've been working with JavaScript using different frameworks such as Angular, Vue and Expressjs for several years, I realized that I had forgotten some elemental concepts of native scripting. &lt;/p&gt;

&lt;p&gt;Frameworks can make you more productive simplifying the common features that every application must have. But also can turn you a bit rusted about the fundamentals of the chosen programming language.&lt;/p&gt;

&lt;p&gt;I have a three years old son who likes to play table games. Obviously, these games don't represents a difficulty  for an adult person, but I took the oportunity to practice vanilla JavaScript at the frontend developing a simple memory game.&lt;/p&gt;

&lt;p&gt;I share it because I think it could be useful for beginners developers as study case of the JavaScript's basics.&lt;/p&gt;

&lt;p&gt;Feel free to make your own changes and PR's here:&lt;br&gt;
&lt;a href="https://github.com/CristalT/tiny-memo-game"&gt;https://github.com/CristalT/tiny-memo-game&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I also used Vite as the builder. If you don't know what Vite is about, I highly recommend to checkout its &lt;a href="https://vitejs.dev/"&gt;documentation&lt;/a&gt;. It makes a bundle of your code using native ES Modules and making faster the hot reloading on dev time. Is very easy to use and has a lot of advantages. It supports Typescript out of the box, is extensible by plugins and highly configurable.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>vite</category>
    </item>
  </channel>
</rss>
