Welcome to my Github page! :D
This is my personal GitHub for lab projects, website code, and infrastructure learning. Most of my background is in enterprise IT operations, endpoint support, VMware/ESXi infrastructure, data center/lab buildouts, and regional technical support.
I use this space to learn more about coding, automation, containers, Kubernetes, and cloud-native infrastructure through my personal site and homelab projects.
Quickstats shows PHP is my top language; however, HTML and CSS are my primary languages. Since a lot of my website is server- and backend-dependent, I have to write a bit of PHP for certain functions to work, and I also save almost all my files with the .php end tag.
My primary project is https://zetacloud.cloud
It is a cloud server that I created, both the physical server and the frontend/backend code as well. While I have used guides for some of the functions, most of the code work was my own, with research if I ran into issues or asking my DevOps friends how they might go about fixing it. It is still heavily in beta, but much more than what it used to be.
Before, my site was no more than a front page, and that was it. However, recently it gained lots of moving parts. It has its own SQL database, sign-in/out forms, password reset forms, and a mail server to send reset links. The code inside my GitHub is the most recent code I have uploaded to the live server. I will usually code on the local machine for bug testing before pushing it out to the live server. That way, as I develop, I am not breaking the live one.