Hi, this is mainly a test, but I actually wanted to talk about the things I'm planning for the website.
For now, (aside from finishing the skeleton of the page) I'll be focusing on making a component that allows me to auto generate new devlogs and demos without the need for manually creating a new php document and copy/pasting a template.
I'm planning on creating a script that sends the information to my database (thankfully this hosting has one) and auto-creates my document. Probably one for editing too, since editing the document directly from my code editor would be just a little more of a hassle.
And about some things of how I have mounted this site. I got a pretty good deal with HostGator, it lets me have multiple domains (one which I'm using to create a website for a friend) like this one. But the thing I'm most proud about right now is the git control setup I have. I practically just need to push my changes from my computer and then pull them from my hosting admin site and I have them reflect instantly. I could make a script for it to auto detect changes and pull them every couple minutes too, but for testing purposes I haven't yet.
I tried using react for the front end, but node isnt supported in my plan, so I have to deal with php for now (although I actually like it a little bit more, is simpler).
Also a little note before I finish this one, my next mini project will be a fortune cookie that sends your fortune to your email. Should be simple enough, idk how easy though.