Go Back

Portfolio Website

I built this website as a way to showcase some projects that I've made. I decided to use Nuxt to build the site instead of just plain Vue.js because I wanted to gain experience with server side redering. SSR reduces website loading time and improves SEO, as client side render can interfer with search engine indexing. For this site, which is mainly static, SSR offers little benefit, which is why this site is actually built as a static website, despite using Nuxt. For my social media app, however, SSR would be quite useful, as the content is dynamic and user-generated.