<?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: Anthony Diké</title>
    <description>The latest articles on DEV Community by Anthony Diké (@antdke).</description>
    <link>https://dev.to/antdke</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%2F202405%2F2f661fef-31e5-4d1a-be36-e148076152b2.jpg</url>
      <title>DEV Community: Anthony Diké</title>
      <link>https://dev.to/antdke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/antdke"/>
    <language>en</language>
    <item>
      <title>Coding Became Fun Again</title>
      <dc:creator>Anthony Diké</dc:creator>
      <pubDate>Sat, 23 May 2020 15:41:03 +0000</pubDate>
      <link>https://dev.to/antdke/coding-became-fun-again-38m3</link>
      <guid>https://dev.to/antdke/coding-became-fun-again-38m3</guid>
      <description>&lt;p&gt;Coding became fun again.&lt;/p&gt;

&lt;p&gt;Because I'm coding for my own curiosity and not coding to “look good for an employer” or "show off to others that I can do a certain thing."&lt;/p&gt;

&lt;p&gt;When coding becomes like arts and crafts, creation for my own enjoyment, that’s when it’s fun.&lt;/p&gt;

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>I've Created My 1st Real Project in React w/ TypeScript ⚛️</title>
      <dc:creator>Anthony Diké</dc:creator>
      <pubDate>Sat, 17 Aug 2019 15:06:48 +0000</pubDate>
      <link>https://dev.to/antdke/i-ve-created-my-1st-real-project-in-react-w-typescript-1gcf</link>
      <guid>https://dev.to/antdke/i-ve-created-my-1st-real-project-in-react-w-typescript-1gcf</guid>
      <description>&lt;p&gt;I've built enough of the game to be presentable. And artists should release their art whenever possible for feedback 🎨🤘&lt;/p&gt;

&lt;h1&gt;
  
  
  About The Game 🎲
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I created a game where the user creates as many words as possible in 60 secs. I used React with TypeScript, along with react-jss for styles and Firebase for storing game data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I implemented the &lt;a href="https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle"&gt;Fisher–Yates shuffle algorithm&lt;/a&gt;, for generating a random permutation of a finite sequence, to shuffle the letters of the words used in the game.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Still working to use the &lt;a href="https://flaviocopes.com/javascript-data-structures-set/"&gt;Set data structure&lt;/a&gt; to store strings of all word possibilities for answer validation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Also still working to connect to Firebase as a database and for hosting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And the code still needs some general clean-up because I repeat myself quite a bit 😅&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/antdke/anagrams-game"&gt;Github repo&lt;/a&gt; 🛠️&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Demo 📹
&lt;/h1&gt;

&lt;p&gt;You find a quick video of the &lt;a href="https://www.notion.so/anthonydike/Anthony-s-Anagrams-76db8462055440d7b954f8b3741886b6"&gt;demo&lt;/a&gt; on my Notion site.&lt;/p&gt;




&lt;p&gt;Feel free to leave any feedback in the comments on how I can improve! Thanks! 🎉&lt;/p&gt;

</description>
      <category>react</category>
      <category>beginners</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
