<?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: Zyad Mohamed</title>
    <description>The latest articles on DEV Community by Zyad Mohamed (@fut0r).</description>
    <link>https://dev.to/fut0r</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%2F3957014%2F12b8dfb6-cd80-45c5-b3a7-611b09a71935.jpeg</url>
      <title>DEV Community: Zyad Mohamed</title>
      <link>https://dev.to/fut0r</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fut0r"/>
    <language>en</language>
    <item>
      <title>KairoDB-Human-Readable Databases</title>
      <dc:creator>Zyad Mohamed</dc:creator>
      <pubDate>Thu, 28 May 2026 16:55:28 +0000</pubDate>
      <link>https://dev.to/fut0r/kairodb-human-readable-databases-5659</link>
      <guid>https://dev.to/fut0r/kairodb-human-readable-databases-5659</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffljwxvqkkfzd1mwmkk38.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffljwxvqkkfzd1mwmkk38.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ve been working on a small experimental project called &lt;strong&gt;KairoDB&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It’s not trying to replace anything big or compete with existing databases.&lt;br&gt;&lt;br&gt;
It’s more like a playground where I test ideas around data storage, structure, and performance.&lt;/p&gt;


&lt;h2&gt;
  
  
  What is KairoDB?
&lt;/h2&gt;

&lt;p&gt;KairoDB is a lightweight database system built for experimentation and learning.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understand how databases actually think internally&lt;/li&gt;
&lt;li&gt;Experiment with storage and retrieval logic&lt;/li&gt;
&lt;li&gt;Build something minimal but functional&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  Core Idea
&lt;/h2&gt;

&lt;p&gt;Instead of overengineering from day one, I focused on a simple pipeline:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
Input → Parser → Storage Layer → Query Engine → Output

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Nothing fancy. Just clarity first.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Most people learn databases from theory.&lt;/p&gt;

&lt;p&gt;I wanted to go one step deeper and actually build parts of it myself.&lt;/p&gt;

&lt;p&gt;Not because it's "better", but because it makes concepts stick.&lt;/p&gt;




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



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
* Basic data insertion
* Simple query system
* File-based persistence
* Lightweight architecture


![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tpn0lzmz7wno8390v4wt.png)

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Things I learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;How messy real-world data handling can be&lt;/li&gt;
&lt;li&gt;Why query optimization matters more than people think&lt;/li&gt;
&lt;li&gt;That simplicity is harder than complexity&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Project Links
&lt;/h2&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/lnfiniware/Kairo" rel="noopener noreferrer"&gt;https://github.com/lnfiniware/Kairo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Live / Project:&lt;br&gt;
&lt;a href="https://kairo.infiniware.bid" rel="noopener noreferrer"&gt;https://kairo.infiniware.bid&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Contact
&lt;/h2&gt;

&lt;p&gt;Developer: Zyad Mohamed (fut0r)&lt;/p&gt;

&lt;h2&gt;
  
  
  Email: &lt;a href="mailto:fut0r@infiniware.bid"&gt;fut0r@infiniware.bid&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Final Note
&lt;/h2&gt;

&lt;p&gt;This project is still evolving.&lt;br&gt;&lt;br&gt;
I’m not trying to make it perfect — just better every time I touch it.&lt;/p&gt;

&lt;p&gt;Feedback is welcome.&lt;br&gt;
Even the painful kind.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>rust</category>
      <category>performance</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
