Full Static Generation with NuxtJS v2.13

Jul 21, 2020

Prerendering or static site generation is an invaluable technique that every front-end developer should know. Compiling applications into static HTML files is a process that improves both performance and SEO. It can also drastically reduce hosting costs. Nuxt.js has made it easy for us to generate static sites with the nuxt export feature that comes with v2.13.

Hello World

Jul 8, 2020

I've been thinking about making a personal website for a while. Here it is. In this article, I will talk about both myself and the process of making this site.