<?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: rebase</title>
    <description>The latest articles on DEV Community by rebase (@rebase).</description>
    <link>https://dev.to/rebase</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%2F526895%2F434283a2-fcec-464f-b8c0-12628122c75b.jpg</url>
      <title>DEV Community: rebase</title>
      <link>https://dev.to/rebase</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rebase"/>
    <language>en</language>
    <item>
      <title>JSON Prettier – An Offline JSON Formatter Built with Rust and Tauri</title>
      <dc:creator>rebase</dc:creator>
      <pubDate>Thu, 29 May 2025 08:09:43 +0000</pubDate>
      <link>https://dev.to/rebase/json-prettier-an-offline-json-formatter-built-with-rust-and-tauri-3i8a</link>
      <guid>https://dev.to/rebase/json-prettier-an-offline-json-formatter-built-with-rust-and-tauri-3i8a</guid>
      <description>&lt;p&gt;Working with APIs often means dealing with compressed or minified JSON. While there are plenty of online formatters available, they come with some downsides—especially when handling sensitive data.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Problem
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Privacy concerns when using online tools
&lt;/li&gt;
&lt;li&gt;Requires internet access
&lt;/li&gt;
&lt;li&gt;Ads, trackers, and slow loading times
&lt;/li&gt;
&lt;li&gt;No control over how data is handled
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Solution
&lt;/h3&gt;

&lt;p&gt;I built a desktop application that formats JSON entirely offline.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Rust: high performance and safety
&lt;/li&gt;
&lt;li&gt;Tauri: lightweight desktop app framework
&lt;/li&gt;
&lt;li&gt;React: for building the frontend interface
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Development Highlights
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Rust-based backend for parsing and formatting JSON
&lt;/li&gt;
&lt;li&gt;UI built with React and Tauri
&lt;/li&gt;
&lt;li&gt;Support for opening and saving local files
&lt;/li&gt;
&lt;li&gt;Packaged for macOS, Windows, and Linux
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Results
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;~10MB binary (compared to 100MB+ with Electron)
&lt;/li&gt;
&lt;li&gt;Fast startup and performance
&lt;/li&gt;
&lt;li&gt;No internet dependency
&lt;/li&gt;
&lt;li&gt;Full control over data, no privacy concerns
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Repository
&lt;/h3&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/rebase/json-prettier" rel="noopener noreferrer"&gt;https://github.com/rebase/json-prettier&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and contributions are always welcome! 🙌&lt;/p&gt;

&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%2Fs1qtxczgm8bs1a7p0gyh.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%2Fs1qtxczgm8bs1a7p0gyh.png" alt="App image" width="800" height="624"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>json</category>
      <category>tauri</category>
      <category>rust</category>
      <category>react</category>
    </item>
    <item>
      <title>My first CLI tool with Golang</title>
      <dc:creator>rebase</dc:creator>
      <pubDate>Tue, 13 May 2025 11:00:53 +0000</pubDate>
      <link>https://dev.to/rebase/my-first-cli-tool-with-golang-3nln</link>
      <guid>https://dev.to/rebase/my-first-cli-tool-with-golang-3nln</guid>
      <description>&lt;p&gt;I recently started learning Go and decided to build a small CLI tool as my first project.&lt;/p&gt;

&lt;p&gt;The tool is called &lt;a href="https://github.com/rebase/json-key-checker" rel="noopener noreferrer"&gt;&lt;code&gt;json-key-checker&lt;/code&gt;&lt;/a&gt;, and its purpose is to help identify and fill in missing keys between JSON files (e.g., &lt;code&gt;en.json&lt;/code&gt; and &lt;code&gt;ko.json&lt;/code&gt;) by adding placeholders.&lt;/p&gt;

&lt;p&gt;While it's a simple tool, I’m still not 100% confident about the structure, idiomatic Go usage, and design choices. Since I’m new to Go, I’d really appreciate any feedback or suggestions you might have. Did I do anything that feels out of place, or could I have approached something differently?&lt;/p&gt;

&lt;p&gt;Thanks in advance for your time! Any help would be greatly appreciated!&lt;/p&gt;

</description>
      <category>go</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
