<?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: Harshith Sai V</title>
    <description>The latest articles on DEV Community by Harshith Sai V (@harshithsaiv).</description>
    <link>https://dev.to/harshithsaiv</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%2F3494236%2F5b7152c1-7edf-4c28-a4a1-8eaa36a77932.jpeg</url>
      <title>DEV Community: Harshith Sai V</title>
      <link>https://dev.to/harshithsaiv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harshithsaiv"/>
    <language>en</language>
    <item>
      <title>Open Source Call for Contributors – RAFT-WAL</title>
      <dc:creator>Harshith Sai V</dc:creator>
      <pubDate>Thu, 11 Sep 2025 07:42:49 +0000</pubDate>
      <link>https://dev.to/harshithsaiv/open-source-call-for-contributors-raft-wal-4nl9</link>
      <guid>https://dev.to/harshithsaiv/open-source-call-for-contributors-raft-wal-4nl9</guid>
      <description>&lt;p&gt;I’ve started building &lt;strong&gt;&lt;a href="https://github.com/harshithsaiv/RAFT-WAL" rel="noopener noreferrer"&gt;RAFT-WAL&lt;/a&gt;&lt;/strong&gt;, an educational yet production-minded project that combines:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Write-Ahead Log (WAL):&lt;/strong&gt; durable, append-only with CRC + fsync policies
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Key-Value Store:&lt;/strong&gt; simple, LSM-lite with snapshots
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Raft Consensus:&lt;/strong&gt; replication, leader election, and log application
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to create a &lt;strong&gt;clear, well-documented Rust codebase&lt;/strong&gt; that helps people learn &lt;em&gt;and&lt;/em&gt; experiment with real-world distributed systems.  &lt;/p&gt;




&lt;h2&gt;
  
  
  👉 What’s inside so far
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Rust project structure
&lt;/li&gt;
&lt;li&gt;Initial WAL design notes
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  👉 Ways you can help
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Implement WAL features (segments, CRC, recovery)
&lt;/li&gt;
&lt;li&gt;Build KV store (memtable + snapshot)
&lt;/li&gt;
&lt;li&gt;Work on Raft (single-node → cluster)
&lt;/li&gt;
&lt;li&gt;Add tests, docs, diagrams, or CI
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;💡 Whether you’re into &lt;strong&gt;Rust, storage engines, or distributed systems&lt;/strong&gt;, this is a great chance to learn and contribute.  &lt;/p&gt;

&lt;p&gt;🔗 Repo: &lt;a href="https://github.com/harshithsaiv/RAFT-WAL" rel="noopener noreferrer"&gt;github.com/harshithsaiv/RAFT-WAL&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Stars ⭐, feedback, and contributors are super welcome. Let’s build this together!  &lt;/p&gt;

</description>
      <category>rust</category>
      <category>distributedsystems</category>
      <category>learning</category>
      <category>database</category>
    </item>
  </channel>
</rss>
