Website displaying my frontend skills, recent projects, skills and contact information.
NOTE: .htaccess is only for apache servers. The node dockerfile does not support it, and therefore does not use it in that environment.
In production, make sure it is used. You can verify by doing curl -I https://example.com
from terminal/CMD.
Go to this website to view my portfolio.
Pagespeed insights and HTTP observatory report. Website is ~3MB in Memory (According to snapshot taken 02/20/25)
To test what it would look like in production, I recommend using docker to serve the webpage.
- Clone repo:
git clone https://github.com/HarbourHeading/swe-portfolio.git
- Change directory into repo:
cd swe-portfolio
- Build dockerfile:
docker build -t swe-portfolio:latest .
- Run docker container:
docker run -it -p 3000:3000 -d swe-portfolio:latest