<?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: Andre Hammons</title>
    <description>The latest articles on DEV Community by Andre Hammons (@ahamsammich).</description>
    <link>https://dev.to/ahamsammich</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%2F893603%2Ff53ac731-3585-4950-8968-e6621e11d172.jpg</url>
      <title>DEV Community: Andre Hammons</title>
      <link>https://dev.to/ahamsammich</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahamsammich"/>
    <language>en</language>
    <item>
      <title>Atom Nucleus with Revolving Electrons</title>
      <dc:creator>Andre Hammons</dc:creator>
      <pubDate>Mon, 18 Jul 2022 10:13:02 +0000</pubDate>
      <link>https://dev.to/ahamsammich/atom-nucleus-with-revolving-electrons-5kc</link>
      <guid>https://dev.to/ahamsammich/atom-nucleus-with-revolving-electrons-5kc</guid>
      <description>&lt;p&gt;Animated graphic featuring a spinning helium nucleus with its two revolving electrons.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/ahamsammich/embed/XWEpwrX?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>css</category>
      <category>html</category>
    </item>
    <item>
      <title>Mastering word games with cheat codes</title>
      <dc:creator>Andre Hammons</dc:creator>
      <pubDate>Mon, 18 Jul 2022 04:21:20 +0000</pubDate>
      <link>https://dev.to/ahamsammich/mastering-word-games-with-cheat-codes-3303</link>
      <guid>https://dev.to/ahamsammich/mastering-word-games-with-cheat-codes-3303</guid>
      <description>&lt;p&gt;Every now and then, I find myself spending an obscene amount of time playing random word games on my phone.  There is something so satisfying in expertly unscrambling a bunch of random letters into various (and often unfamiliar) words.  During one of my &lt;a href="https://play.google.com/store/apps/details?id=com.peoplefun.wordcross&amp;amp;hl=en_US&amp;amp;gl=US"&gt;word game binges&lt;/a&gt;, I decided to try building an app that does the work for me.  I was still using my knowledge to make the words, so it's not cheating, right?&lt;/p&gt;

&lt;p&gt;Over the past month, I created the anagram generator using JavaScript and NodeJS.  Building this project helped me develop familiarity with the following concepts and topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creating templates (specifically using Pug; I have worked with Flask/Jinja2)&lt;/li&gt;
&lt;li&gt;Matching using Regular Expressions&lt;/li&gt;
&lt;li&gt;Using the Express framework&lt;/li&gt;
&lt;li&gt;Deploying an app with Heroku&lt;/li&gt;
&lt;li&gt;Creating and using APIs (and how to hide your API keys) &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I didn't know that last one was a thing until much later.  Oops.  Thanks &lt;a class="mentioned-user" href="https://dev.to/jamesqquick"&gt;@jamesqquick&lt;/a&gt; for showing me how to be better!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/7oJgdyMS4rQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;So if you like playing Scrabble, Words With Friends, or you just love making random words you don't know the meaning of...&lt;/p&gt;

&lt;p&gt;Try the app: &lt;a href="https://word-unscramble.up.railway.app"&gt;https://word-unscramble.up.railway.app&lt;/a&gt;&lt;br&gt;
or&lt;br&gt;
Check out my project: &lt;a href="https://github.com/AhamSammich/word-unscramble"&gt;https://github.com/AhamSammich/word-unscramble&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>api</category>
      <category>codenewbie</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
