<?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: Hakan Ünal</title>
    <description>The latest articles on DEV Community by Hakan Ünal (@hakan_nal_7cb5b50df6d998).</description>
    <link>https://dev.to/hakan_nal_7cb5b50df6d998</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%2F3815012%2Fe22d805a-395e-43a2-aa11-1e31a3455bf5.jpg</url>
      <title>DEV Community: Hakan Ünal</title>
      <link>https://dev.to/hakan_nal_7cb5b50df6d998</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hakan_nal_7cb5b50df6d998"/>
    <language>en</language>
    <item>
      <title>I built a build verification system in 1 month using only Android and AI</title>
      <dc:creator>Hakan Ünal</dc:creator>
      <pubDate>Mon, 09 Mar 2026 15:31:45 +0000</pubDate>
      <link>https://dev.to/hakan_nal_7cb5b50df6d998/i-built-a-build-verification-system-in-1-month-using-only-android-and-ai-16eh</link>
      <guid>https://dev.to/hakan_nal_7cb5b50df6d998/i-built-a-build-verification-system-in-1-month-using-only-android-and-ai-16eh</guid>
      <description>&lt;p&gt;For the past month, I’ve been working on a small personal project to understand software integrity and verification better.&lt;/p&gt;

&lt;p&gt;My goal was to build a simple system that can verify whether a commit or build output was modified.&lt;/p&gt;

&lt;p&gt;I didn’t use a computer for this project.&lt;br&gt;
Everything was done on an Android phone, with AI as a coding assistant.&lt;/p&gt;

&lt;p&gt;The system I built (BuildSeal) works like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generates a seal for a commit or content hash&lt;/li&gt;
&lt;li&gt;Allows verification using a seal ID&lt;/li&gt;
&lt;li&gt;Returns results like: Genuine / Modified / Not found&lt;/li&gt;
&lt;li&gt;Includes a local verify tool for independent checking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project was mainly for learning.&lt;br&gt;
Feedback is welcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
