Project By: Kalaniofborg

Building a personal portfolio website is one of the most valuable steps for anyone learning web development or cybersecurity. It allows you to showcase your skills and projects in a professional way, helping potential employers or collaborators see what you can do.

The best part? It’s super affordable!! You only really need to pay for a custom domain (I used GoDaddy), while tools like GitHub Pages let you host your site for free. Beyond the cost, creating your own website is a hands-on learning experience, teaching you coding, responsive design, version control, and deployment == all skills that will serve you in real-world development and cybersecurity projects!

Your portfolio becomes more than a website; it’s a living demonstration of your growth, creativity, and technical abilities!

>> Starting your website build (Development)

  1. Install tools:

git --version git config --global [user.name](<http://user.name/>) "Your Name" git config --global user.email "[youremail@example.com](<mailto:youremail@example.com>)"

Read: Creating a GitHub Pages Site

  1. Create your project folder
  2. Create basic files
  3. Add Bootstrap for easy layout
  4. Use VS Code extensions that help!
  5. Preview locally

>> Create a GitHub repository (from GitHub website)

  1. On GitHub, click New repository > name it (e.g., my-website) > Create repository.