<?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: SHADRACK KIPKORIR</title>
    <description>The latest articles on DEV Community by SHADRACK KIPKORIR (@shakipkorir).</description>
    <link>https://dev.to/shakipkorir</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%2F3995271%2Ff835f733-2cb1-48b8-90f8-eb5ef3f9ce22.jpg</url>
      <title>DEV Community: SHADRACK KIPKORIR</title>
      <link>https://dev.to/shakipkorir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shakipkorir"/>
    <language>en</language>
    <item>
      <title>Building a Persistent CLI Financial Tracker in Go</title>
      <dc:creator>SHADRACK KIPKORIR</dc:creator>
      <pubDate>Sun, 21 Jun 2026 12:30:31 +0000</pubDate>
      <link>https://dev.to/shakipkorir/building-a-persistent-cli-financial-tracker-in-go-53lk</link>
      <guid>https://dev.to/shakipkorir/building-a-persistent-cli-financial-tracker-in-go-53lk</guid>
      <description>&lt;p&gt;I recently set out to build a tool that solves the problem of manual financial tracking—without the bloat of traditional apps. My result is Safi-Budget, a Go-based CLI tool.&lt;/p&gt;

&lt;p&gt;Technical Takeaways:&lt;br&gt;
Data Flow: I implemented a JSON-based persistence layer, ensuring that every transaction is serialized and saved instantly.&lt;/p&gt;

&lt;p&gt;Handling Windows I/O: By replacing fmt.Scanln with bufio.Scanner, I solved common terminal-freeze issues, making the app much more stable.&lt;/p&gt;

&lt;p&gt;Testing: I added a main_test.go suite to validate disk I/O operations and ensure data integrity.&lt;/p&gt;

&lt;p&gt;This project was a great way to refine my understanding of Go structs and file system interaction.&lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://github.com/shakipkorir/safi-budget" rel="noopener noreferrer"&gt;https://github.com/shakipkorir/safi-budget&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear your feedback on the implementation!&lt;/p&gt;

</description>
      <category>go</category>
      <category>showdev</category>
      <category>beginners</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
