<?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: Pavel Ermakov</title>
    <description>The latest articles on DEV Community by Pavel Ermakov (@pavermakov).</description>
    <link>https://dev.to/pavermakov</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%2F22222%2F6113fe01-073f-4092-a4b5-b6b2904d5245.png</url>
      <title>DEV Community: Pavel Ermakov</title>
      <link>https://dev.to/pavermakov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pavermakov"/>
    <language>en</language>
    <item>
      <title>I have created a game with React-Native</title>
      <dc:creator>Pavel Ermakov</dc:creator>
      <pubDate>Sat, 25 Apr 2020 11:06:27 +0000</pubDate>
      <link>https://dev.to/pavermakov/i-have-created-a-game-with-react-native-24hg</link>
      <guid>https://dev.to/pavermakov/i-have-created-a-game-with-react-native-24hg</guid>
      <description>&lt;p&gt;It's been a challenge, but I've finally finished my game. "Bulls and Cows" is a fun game, used a lot in math and science for teaching algorithms. The rules are simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The AI thinks of a number, while the player tries to guess it.&lt;/li&gt;
&lt;li&gt;The number to be guessed must be a 4 digit number, using digits from 0 to 9, each digit at most once. e.g. 1234 is valid, but 1233 is not valid.&lt;/li&gt;
&lt;li&gt;For every guess that the player makes, he gets 2 values - the number of bulls and the number of cows. 1 bull means the guess contains and the target number have 1 digit in common, and in the correct position. 1 cow means the guess and the target have 1 digit in common, but not in correct position. e.g. Let the target be 1234. Guessing 4321 will give 0 bulls and 4 cows. 3241 will give 1 bull and 3 cows. 4 bulls means you have won the game!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've spiced it up with bright colors and animations.&lt;/p&gt;

&lt;p&gt;iOS:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gy889l0p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jv768co5ds4oy1j5nizu.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gy889l0p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jv768co5ds4oy1j5nizu.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Android:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--B8qgL2JB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/g5cx59bjbtd93cb5oax6.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B8qgL2JB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/g5cx59bjbtd93cb5oax6.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/pavermakov/bulls-and-cows"&gt;https://github.com/pavermakov/bulls-and-cows&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>react</category>
      <category>javascript</category>
      <category>hooks</category>
    </item>
    <item>
      <title>I've reverse-engineered COVID-19's fronted app, using react hooks and context</title>
      <dc:creator>Pavel Ermakov</dc:creator>
      <pubDate>Fri, 10 Apr 2020 20:52:52 +0000</pubDate>
      <link>https://dev.to/pavermakov/i-ve-reverse-engineered-covid-19-s-fronted-app-using-react-hooks-and-context-5fhc</link>
      <guid>https://dev.to/pavermakov/i-ve-reverse-engineered-covid-19-s-fronted-app-using-react-hooks-and-context-5fhc</guid>
      <description>&lt;p&gt;With a help of react-native and expo, I have created an app that uses public COVID-19 api. I've had ideas to build something with new react hooks for quite some time. Especially I was thrilled to encapsulate 3-rd party api logic.&lt;/p&gt;

&lt;p&gt;I am pretty happy with the result. Works on both platforms. Feel free to mess around.&lt;br&gt;
Repo: &lt;a href="https://github.com/pavermakov/react-native-covid-19" rel="noopener noreferrer"&gt;https://github.com/pavermakov/react-native-covid-19&lt;/a&gt;&lt;br&gt;
Api: &lt;a href="https://github.com/javieraviles/covidAPI" rel="noopener noreferrer"&gt;https://github.com/javieraviles/covidAPI&lt;/a&gt;&lt;br&gt;
Expo web: &lt;a href="https://expo.io/@pavermakov/covid-19" rel="noopener noreferrer"&gt;https://expo.io/@pavermakov/covid-19&lt;/a&gt;&lt;br&gt;
Expo app: &lt;a href="https://exp.host/@pavermakov/covid-19" rel="noopener noreferrer"&gt;https://exp.host/@pavermakov/covid-19&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fju2o0xyvze8l1qgao3jm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fju2o0xyvze8l1qgao3jm.png" alt="app 1"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>react</category>
      <category>javascript</category>
      <category>api</category>
    </item>
  </channel>
</rss>
