<?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: Алексей Замараев</title>
    <description>The latest articles on DEV Community by Алексей Замараев (@alexeyzam15).</description>
    <link>https://dev.to/alexeyzam15</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%2F3902618%2F90c7e07e-99b7-4f85-92c1-89f1454d1546.png</url>
      <title>DEV Community: Алексей Замараев</title>
      <link>https://dev.to/alexeyzam15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alexeyzam15"/>
    <language>en</language>
    <item>
      <title>I built a game similarity engine with Django and PostgreSQL</title>
      <dc:creator>Алексей Замараев</dc:creator>
      <pubDate>Tue, 28 Apr 2026 14:39:50 +0000</pubDate>
      <link>https://dev.to/alexeyzam15/i-built-a-game-similarity-engine-with-django-and-postgresql-3d5m</link>
      <guid>https://dev.to/alexeyzam15/i-built-a-game-similarity-engine-with-django-and-postgresql-3d5m</guid>
      <description>&lt;p&gt;After finishing a great game, I always struggled to find what to play next. Game stores show popular titles, not games that actually match my taste.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;GamesPeek&lt;/strong&gt; — a similarity engine that analyzes 45,000+ games across 6 criteria.&lt;/p&gt;

&lt;h2&gt;
  
  
  How the algorithm works
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Criteria&lt;/th&gt;
&lt;th&gt;Weight&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Genres&lt;/td&gt;
&lt;td&gt;30%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Keywords&lt;/td&gt;
&lt;td&gt;25%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Themes&lt;/td&gt;
&lt;td&gt;20%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Developers&lt;/td&gt;
&lt;td&gt;10%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Player perspectives&lt;/td&gt;
&lt;td&gt;8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Game modes&lt;/td&gt;
&lt;td&gt;7%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;One-click "Find Similar" → ranked recommendations from most to least similar&lt;/li&gt;
&lt;li&gt;Advanced filters: platform, genre, release year, rating&lt;/li&gt;
&lt;li&gt;Side-by-side game comparison&lt;/li&gt;
&lt;li&gt;45,000+ games database&lt;/li&gt;
&lt;li&gt;Completely free, no registration required&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python + Django&lt;/li&gt;
&lt;li&gt;PostgreSQL (materialized vectors for fast similarity queries)&lt;/li&gt;
&lt;li&gt;Redis for caching&lt;/li&gt;
&lt;li&gt;IGDB API for game data&lt;/li&gt;
&lt;li&gt;Bootstrap 5 for frontend&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://gamespeek.dpdns.org" rel="noopener noreferrer"&gt;https://gamespeek.dpdns.org&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Open source
&lt;/h2&gt;

&lt;p&gt;The entire codebase is available on GitHub: &lt;a href="https://github.com/AlexeyZam15/GamesPeek_site" rel="noopener noreferrer"&gt;https://github.com/AlexeyZam15/GamesPeek_site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;MIT license. Contributions welcome.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback welcome
&lt;/h2&gt;

&lt;p&gt;I'd love to hear your thoughts on the algorithm approach or any suggestions for improvement. What similar game features have you found useful in other projects?&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Stop guessing. Start discovering.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>gamedev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
