Jazy Llerena

This is my main personal server where I do most of my development. Not necessarily web development; I remote desktop or ssh into my server and work on java, c++, c# (mono) projects. For me, my server is like my own personal cloud. That way I don't have to worry about losing my work or only being able to work at home/on my desktop.

I manage 2 servers; 1 hosted at my mom's house in Miami, and the other by a paid hosting provider. This allows me to learn more backend technologies that go into hosting a website/webserver like apache, nginx, mysql, ect. Lately I have been learning Docker and containerizing services on my servers.

For a more "professional" website, as well as my portfolio, blog, and current projects, you can visit my Wordpress website at JazyLlerena.com. Which is also hosted by me on one of my two servers.

This webpage is currently being created with PHP Laravel, using it's template engine, blade. I am also learning how to use Quasar which has Vue roots. Eventually I want to use Quasar/Vue for this webpage, making it an SPA (Single Page Application). Then using Laravel as the backend API framework.