Programming notes about this website
- The core of this page is built with SvelteKit
- Database is used to be a sqlite db because why do anything more complex?* but my hosting doesn't let me run node-gyp properly so it now uses postgresql.
- I use OAuth to authenticate login against my GoToSocial ActivityPub server for posting
- I should probably use the opportunity to toot my post, but that's for later
- Posts are tagged with microformats
* there are reasons like super-large-scale stuff or situations where sqlite is more complex like an azure static webs app