Purpose of Portfolio.v3
You're probably wondering why I have 3 portfolios. Let me explain:
The first portfolio (v1) was to show off my experience for employers and show that I was capable of making a website. The second portfolio (v2) was to use my new web dev skills I learned at my internship to develop my portfolio as a Django web app.
I created my first two portfolios for the sake of web development experiences. This third portfolio (v3) is designed to focus more on creating great content rather than creating the site itself. I create all the content in Notion as my CMS and it's rendered into React components using React-Notion-X.
In addition, I serve this content to v1 and v2. See any of the website cards/pages on v1 and v2 as examples:
By having one source for all my experiences, I only have to write one article and write updates to that single article.
Before v3, I was writing for both v1 and v2 on separate sources. Meaning that I had to update 2 different sources for the same material.
This got too cumbersome. Also, I was writing the articles in raw HTML, which is not a pleasant writing/editing experience.
With Notion, I get a beautiful writing/editing experience and you, the reader, get a beautiful and consistent reading experience, no matter which portfolio you are on.
Graphic Design
Logo/Favicon
I designed the logo/favicon, which was inspired by the Next.js logo, in Figma. You can view the progression of the logo in the source file:
I was stuck for a day deciding which color to use. I shared it with several friends and colleagues to gather feedback and ultimately decided on Indigo. I chose it for several reasons
because it’s not that common of a color on the web and makes my portfolio standout more. It also goes well with some of my AI images.
- It represents power and dignity which convers integrity and deep sincerity. [source]
- I don’t see it a lot on the web, so it’ll make my portfolio stand out more.
- It goes well with my AI images.
Cover Images
Some cover images I create using generative AI which I detail in this post 📄 Graphic Design: Generative AI . Others I created using Figma. The rest are images from Unsplash.
Development
Framework
This site is built on top of the Next.js Notion Starter Kit by Travis Fischer, which combines Notion-React-X and Next.js to provide an easy experience for using Notion as a CMS.
The framework is Next.js, which is a full-stack web framework that adds server capabilities to React.js, which is a frontend JavaScript library. This project uses Typescript, JSX, HTML, and CSS.
Hosting & Deployment
Portfolio.v3's code lives on GitHub
https://github.com/kalenwallin/portfolio.v3
and is hosted by Vercel which can be found here: