<?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: Boran Tunç</title>
    <description>The latest articles on DEV Community by Boran Tunç (@yemxpc).</description>
    <link>https://dev.to/yemxpc</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4084907%2F52368f4e-35e1-4242-b4c1-615580928736.jpg</url>
      <title>DEV Community: Boran Tunç</title>
      <link>https://dev.to/yemxpc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yemxpc"/>
    <language>en</language>
    <item>
      <title>Why I Built a Lightweight (~473 KB) Username Checker in C++17</title>
      <dc:creator>Boran Tunç</dc:creator>
      <pubDate>Wed, 19 Aug 2026 11:05:50 +0000</pubDate>
      <link>https://dev.to/yemxpc/why-i-built-a-lightweight-473-kb-username-checker-in-c17-4cig</link>
      <guid>https://dev.to/yemxpc/why-i-built-a-lightweight-473-kb-username-checker-in-c17-4cig</guid>
      <description>&lt;p&gt;I wanted a fast, lightweight way to check usernames across multiple platforms without the bloat of heavy runtime dependencies. So, I built &lt;strong&gt;JustUser&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's a native C++17 command-line tool that uses &lt;code&gt;libcurl&lt;/code&gt; to query 45+ platforms efficiently. The compiled binary is under &lt;strong&gt;500 KB&lt;/strong&gt; (~473 KB) and runs entirely out of the box.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zero runtime dependencies&lt;/strong&gt;&lt;br&gt;
 &lt;strong&gt;Easy to extend&lt;/strong&gt; via a simple &lt;code&gt;sites.json&lt;/code&gt; configuration file&lt;/p&gt;

&lt;p&gt;You can check out the source code and pre-compiled binaries on GitHub:&lt;br&gt;
 &lt;a href="https://github.com/yemxpc/JustUser" rel="noopener noreferrer"&gt;https://github.com/yemxpc/JustUser&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback, contributions, or ideas are always welcome!&lt;/p&gt;

</description>
      <category>cli</category>
      <category>cpp</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
