Fancy Portfolio
This blog wasn’t really looking hip enough to be a cool portfolio, so with a quick Claude chat and a little elbow grease I threw together a prettier site to show off development projects.
The fancy portfolio uses Next.js and Tailwind.css. Next.js was used for a few reasons, firstly, it’s good practice. Secondly. using incremental static regeneration (ISR) is nifty and it’s something I haven’t done before. The fancy portfolio is set to revalidate and refresh it’s cache every hour. Lastly vercel is pretty easy for deployment and if I decide to add new and crazy things to the fancy portfolio, Next.js gives me a lot of options.
As of this post, the next steps for fancy portfolio are:
- fix up the styling a bit
- add a resume
Check out the site here
Tags: