Projects
Things I do to enjoy myself!
Here are a list of the projecs I think are worth mentioning:
Thobeurre Accounting
I really need an expense tracker for my personal needs. I did not want to have to enter each expense manually, so I built a tool to import my bank statements every month. It is a CLI tool, but it does not feel like it. Here are some of the features:
- Editor flow: you can type a command and it will open your pre configured editor for you to edit/add new content. After you are done, just close the editor and the command will continue
- Graphs: You are able to filter the expenses and see the end result by categories, dates, etc. The graphs open directly in your browser, and you can also export them. It works quite smoothly.
- Rules: You can define some rules that will apply to new and existing expenses. This way, you can categorize your expenses exactly like you want automatically.
- Easy interface: the commands have consistent flags so the learning curve is easy
- CSV configurations: since every bank has its own format, the tool first ask for you to create a new “import configuration”. This way, you can import any csv format!
I am planning on opening the Github folder up at some point, but I need to finalize the documentation and generate the various platforms releases.
A URL fetcher
Are you familiar with cURL? I find the syntax quite hard to remember. I also wish I could save a specific call and replay it easily afterward. I made a CLI tool called gourl that does just that. It uses a consistent set of flags so it is easy to use. I consider it a mix between cURL and Postman.
There are version availble for Linux, Mac and Windows.
A chess game
I made a very simple chess game using the ebitengine library. It’s not optimize or pretty, but all the rules are there! You can find it here on Github.
Forget Me Not
I played around with the antigravity tool by Google. I have generated a mobile application in Flutter. It’s a micro journaling app called “Forget Me Not”. It’s cute and very simple. I have not released it in the store (yet?), but you can see a screenshot here.

Gentle Finance
Gentle finance was another expense tracker I had made. You were able to text a new expense directly to a number with a specific format, and it would just store it for you in a cloud database.
This was a great selling experience, as many people told me they were interested to pay for it but very few actually used it. I myself got tired of entering evey single expense manually, so I deprecated the project.
A Youtube Channel
I have made a class about how to setup an authentication flow with Firebase Auth and Redux. It’s very outdated, so I will probably take if off soon. I am planning on releasing more videos at some point, but I have not gotten to it yet. Honestly, I prefer the writing format.
