2023/12/10 Redoing my site So i decided to re-do my site, the reason is that i built the original version in React because i wanted to work on my React skills, but after having built the site and trying to update it, it dawned on me that React isn't actually the right tool for building this kind of website. e.g if i want to create a new blog page like this, i'd have to update the router etc, it's a tool used for building webapps, not really for building websites, that's my opinion anyway. The site is now just basic Html+Css+Js, I'm either going to host it locally on IIS or on AWS just because i want to learn AWS. I also decided to create a blog, and it's going to entirely be in plain text, why is that ? I just like plain text, there are plenty of reasons for why plain text is the best format for for text i.e acessability, prosperity etc, but really my reason is that i just happen to have some kind of affinity for it. Honestly it would be better to do it in basic unstyled HTML, and then i could attach images and hypertext, but atleast this way you're be able to read my blog from the terminal in plain text via curl, which seems pretty cool to me. Considering very few people / no one will actually read this blog it doesn't really matter anyway. :)