<?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: Ali Abdelrahman</title>
    <description>The latest articles on DEV Community by Ali Abdelrahman (@alielsalek1).</description>
    <link>https://dev.to/alielsalek1</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%2F3898077%2Fce8d069e-3fd6-4869-bfa6-e279ad3b7633.png</url>
      <title>DEV Community: Ali Abdelrahman</title>
      <link>https://dev.to/alielsalek1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alielsalek1"/>
    <language>en</language>
    <item>
      <title>Introducing DevGuessr! A daily tech stack guessing game for software engineers</title>
      <dc:creator>Ali Abdelrahman</dc:creator>
      <pubDate>Sat, 25 Apr 2026 22:04:08 +0000</pubDate>
      <link>https://dev.to/alielsalek1/introducing-devguessr-a-daily-tech-stack-guessing-game-for-software-engineers-3m1a</link>
      <guid>https://dev.to/alielsalek1/introducing-devguessr-a-daily-tech-stack-guessing-game-for-software-engineers-3m1a</guid>
      <description>&lt;p&gt;Hey everyone,&lt;br&gt;
I wanted to share a weekend project I just pushed to production called &lt;strong&gt;DevGuessr&lt;/strong&gt;. It is a daily puzzle game specifically for software engineers and CS students.&lt;/p&gt;

&lt;p&gt;There are a few different game modes right now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Logodle&lt;/strong&gt;: Guess the framework/tool from its logo.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Langdle&lt;/strong&gt;: Guess the programming language from a syntax snippet.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Techdle&lt;/strong&gt;: Guess the exact tech stack based on a few hints.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Tech Stack &amp;amp; Hosting:&lt;br&gt;
I built the backend using .NET 9 (implementing Clean Architecture) and the frontend in Angular.&lt;/p&gt;

&lt;p&gt;The most fun part was the infrastructure. Instead of paying for AWS or Vercel, I'm hosting the entire stack (including Nginx and PostgreSQL in Docker) on a physical server sitting in my closet. It's securely exposed to the web using Cloudflare Tunnels, and I set up a self-hosted GitHub Actions runner so my CI/CD pipeline deploys automatically when I push to master.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Links&lt;/strong&gt;:&lt;br&gt;
Play it here: &lt;a href="https://devguessr.site" rel="noopener noreferrer"&gt;https://devguessr.site&lt;/a&gt;&lt;br&gt;
Repo: &lt;a href="https://github.com/Alielsalek1/DevGuessr" rel="noopener noreferrer"&gt;https://github.com/Alielsalek1/DevGuessr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear your feedback on the gameplay loop, or if you have any questions about the self-hosted Cloudflare Tunnel setup, ask away!&lt;/p&gt;

</description>
      <category>angular</category>
      <category>dotnet</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
