Mastodon

New Website!

December 13, 2023


So I recently re-wrote my personal blog in PHP because I wanted to re-learn it to potentially use it more in the future.

I've just gotten sick of modern websites be so bloated with the unnecessary usage of JavaScript to load entire websites when they can just be Server-Side rendered with traditional web platforms like PHP or ASP.NET (which I have been using for the Xenia Bot Dashboard).

In my future web-based projects I'm going to try my best to make static websites (plain HTML with minimal JavaScript, like like this) or SSR projects with minimal JavaScript (like my bot dashboard and this website).