Projects
Mietekallio Aphorism website
It's hard for everyone to see beyond their own tought bubble. But it's important to shake things up in order to see things from many different perspectives. Aphorisms have helped me greatly with my own thought bubble and have shook my head to allow personal growth and huge help for mental wellbeing.
I wanted to find a way to store some of the greatest aphorisms I came along. While doing that I also found a way to share them to others. That's how Mietekallio was born.
In technical perspective, Mietekallio was my first steps into learning Python-language. It's built on top of Django-framework and uses MSSQL for database. Frontend is using modified Bootstrap SCSS files as a base into my own customized SCSS stylesheet. Everything is Dockerized and served from my own homelab through some privacy/security measures through Cloudflare.

SoulNETLib .NET Core library
As I started my first .NET Core projects, I noticed that many central pieces seemed to be missing or were unclear to use, so I decided to start my own library with implementations that would make usage of .NET Core more fun. As the project moved forward, .NET Core matured and many of the implementations I had were also introduced into .NET Core and were since removed from my library. I'm still keeping on storing the common pieces from my personal projects and separating them into this library.
Implementations are separated into two different NuGet packages. The one that holds general implementations that only depends on .NET Standard and the second one that is focused more into ASP.NET EF Core functionalities.

Raiders Community point website
I was active member in an online gaming community for over a decade. I was handling all website/online tasks for the community for a long time including community website, forums and point sites that were actively used as part of the community activities. I created first versions of this point site with PHP as part of my master thesis, and code for those is archived in GitHub (I created 2 versions that I was comparing in my thesis, version 1 & version 2).
After few years of working in ICT I decided I wanted to recreate the DKP site and I rebuilt it with Angular frontend, including NativeScript mobile app, and with .NET Core API with MSSQL storage. The NativeScript mobileapp turned out to be irrelevant and big task to upkeep, so I ended up removing that, but some traces of it is still visible in the codebase.
