This website
This website is basically a dump for all my projects. I am implementing whatever functionality is interesting to me as a showcase
Hosting
As mentioned in the About section, this site is written in SvelteKit, hosted on a machine in a cupboard, and proxied through a CloudFlare tunnel
Login API
The login API initially used cookies and session tokens stored in MongoDB, but then I wanted to experiment with other APIs using authentication functionality based on user's login, so I moved to JWTs, still with a MongoDB to store individual users.