<?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: Yury</title>
    <description>The latest articles on DEV Community by Yury (@yury).</description>
    <link>https://dev.to/yury</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%2F764302%2F8bdac65b-9b14-4706-9302-1a5679d9014e.png</url>
      <title>DEV Community: Yury</title>
      <link>https://dev.to/yury</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yury"/>
    <language>en</language>
    <item>
      <title>Homepage for Backend developers</title>
      <dc:creator>Yury</dc:creator>
      <pubDate>Sat, 11 Mar 2023 17:00:48 +0000</pubDate>
      <link>https://dev.to/yury/homepage-for-backend-developers-ejp</link>
      <guid>https://dev.to/yury/homepage-for-backend-developers-ejp</guid>
      <description>&lt;p&gt;Hello everyone! I want to let you know about my project, which aims to provide the universal information backend developers need. It's called &lt;a href="https://github.com/cheatsnake/backend-cheats"&gt;Backend cheats&lt;/a&gt; and it's like a home page for backend developers, with lots of information and resources to help you get structured information on many topics in this area.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xoRaaC-L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/esuka33e1ohirbko1plt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xoRaaC-L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/esuka33e1ohirbko1plt.png" alt="Image description" width="880" height="499"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All content is located directly on the main repository page on GitHub. There are now as many as 13 chapters available, with more on the way:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jhK2lXVf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f8tytry7sfw9igx102y8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jhK2lXVf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f8tytry7sfw9igx102y8.png" alt="Image description" width="880" height="1121"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for taking a moment of your time! &lt;/p&gt;

</description>
      <category>programming</category>
      <category>backend</category>
      <category>github</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I made a usefull REST API to help Frontend developers enrich their portfolio</title>
      <dc:creator>Yury</dc:creator>
      <pubDate>Sun, 02 Oct 2022 14:10:08 +0000</pubDate>
      <link>https://dev.to/yury/i-made-a-usefull-rest-api-to-help-frontend-developers-enrich-their-portfolio-50a0</link>
      <guid>https://dev.to/yury/i-made-a-usefull-rest-api-to-help-frontend-developers-enrich-their-portfolio-50a0</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cCeu7pik--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vhxchcenxc1bvpystj35.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cCeu7pik--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vhxchcenxc1bvpystj35.png" alt="Puzzles &amp;amp; games that you can create using Shadify" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/cheatsnake/shadify"&gt;https://github.com/cheatsnake/shadify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I called it &lt;strong&gt;Shadify&lt;/strong&gt; (means that something is in the shadows, hidden from others). This is a small and fairly easy to use REST API. It contains a collection of puzzles and games for which you can generate different data and do all sorts of logic (like checking if the solution is correct) directly on the server, via simple http requests.&lt;/p&gt;

&lt;h2&gt;
  
  
  What can I do with it?
&lt;/h2&gt;

&lt;p&gt;First of all, I think it can be useful for new front-end developers who want to enrich their portfolio with different projects (for many people it is really a problem to find an interesting idea for a new project, so we see a lot of similar todo lists, weather applications and so on). Now you can make interactive apps without worrying about complicated logic and focusing mainly on design.&lt;/p&gt;

&lt;h2&gt;
  
  
  How can I help the project?
&lt;/h2&gt;

&lt;p&gt;I want to make this project really useful. That's why I would like to develop it further, adding more and more interesting games and puzzles. So, if you know an interesting or rare puzzle, I'd be grateful if you'd tell me about it. But more importantly, I would like to keep lists of applications that people make with this API. So I would be very happy if you could send me links to repositories with your applications.&lt;/p&gt;

&lt;p&gt;Have a nice day!&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
