Updating Portfolio Website
Personal websites are a great way to show off your skills and personality as a developer. Keeping them from looking like a GeoCities site from 1999 requires updating them regularly with new features and design trends.
My previous website was one of my first projects using React. I learned a lot from building it, but it was time to update it with the latest technologies and learn some new skills along the way.
Next.js
Next.js is a React framework that makes it easy to build static and server-rendered applications. It has a lot of great features, but the main reason I chose it was for its built-in support for static site generation. This means that the site can be built and deployed as a static site, which is much faster and more secure than a traditional server-rendered site.