The Project
This website was created so that I could have a space to give more details into the projects that I have worked on. It also serves as a place that I can host small personal web projects, like the procedural planet, which I like to work on in my free time.
This website is currently statically hosted with Netlify, but I'm still using the node package manager to handle all the dependencies that go into building and packaging the website together. I'm also using Webpack to handle that bundling process, and have been making sure that if at a later point I wanted to have a dedicated server backend, the website wouldn't need much work to transition over to that. For now none of my projects require this to be in place, so serving the website statically makes sense for me.