Personal projects
Kojin
Kojin is file tree watcher built using Golang. With it you can watch a folder tree for changes and execute commands when a change is detected. I built it because I was trying the Gleam programming language and I saw that it lacked a live reload feature, very useful when building something with a new language that you never used before, so I built Kojin to help me with that.
Hozon
Hozon is a command-line interface (CLI) tool built with Golang, designed to simplify the process of backing up PostgreSQL databases and securely sending the backup file via Telegram. It took me less than a week to code and I use it to backup my applications' databases without setting up too many things - Just a dockerfile and a few environment variables.
Redo
Redo is a very small application that I built in a week but it's the most useful thing I've ever made, it helps me keep track of repetitive tasks that I need to do every day, week or month. You just create a new Redo, set how often you should be remainded, and just like that, no task will ever be forgotten again (my cat's litter box is always clean now). The app is only available on iOS due to how stupid Google is :)
Norse Venture
Norse Venture is a project which crossed my mind when I needed a cool and complete way to organize a trip among my friends and found nothing that 100% satisfied my needs. It helps you by inserting the tasks you want to do on a certain trip (plus specific task infos such as location, description, available times and more), thus making sure you'll never miss anything you wanted to do. Used to be a web application, it is now a mobile application available on both iOS and Android.