Started learning Golang
Started my Golang and Gin journey with a toy budgeting web app. One evening and an afternoon were enough to figure out how to connect to the database, expose an API and handle user auth with JWT tokens and appropriate middleware. It's actually all more seamless and straightforward than I expected. However, this will likely go on a break soon, as I'll be occupied with college projects any day now (*cue boooring*).

Hopefully one day next year I'll develop a React SPA to consume the API. I do need to learn React before that, probably.