Show HN: I coded my own JSON translation tool to easily localize my side project

Hi HN, I’m Joan, the developer of Quicklang. I made this app to easily translate and keep in sync all my localization JSON files for my side projects. While searching online for a similar tool, I only found enterprise solutions that do not allow direct editing of JSON files.

I used to use ChatGPT to translate the JSON translation file changes before coding Quicklang. However, I realized that ChatGPT only allows you to input short content for translation into another language (even if you p

6mo | Hacker news
Show HN: WAL Implementation in Golang

I wrote this simple WAL library in Golang that I use to write data that my kafka producer fails due to errors like Broker going down or some other issue. Took inspiration from etcd/wal


Comments URL: https://news.ycombinator.com/item?id=40908178

Points: 23

# Comments: 8

https://github.com/stym06/rebuf

6mo | Hacker news

Search