Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.12 KB

README.md

File metadata and controls

64 lines (42 loc) · 2.12 KB

Hamid Raza's Portfolio

Welcome to the repository for my personal portfolio website. This portfolio showcases my professional journey, projects, skills, and experiences as a tech lead and MERN stack engineer. Visit my portfolio at hamid-raza.com.

About

I'm Hamid Raza, a tech lead with over 8 years of experience in the MERN stack. My portfolio provides an overview of my work, including the various projects I have contributed to and led. It also highlights my technical skills, professional experience, and educational background.

Features

  • Professional Overview: Detailed information about my career and accomplishments.
  • Projects: Showcases of my significant projects with descriptions and technologies used.
  • Skills: A comprehensive list of my technical skills and proficiencies.
  • Contact Information: Easy access to my contact details for potential opportunities and collaborations.

Technologies Used

  • Frontend: HTML, CSS, JavaScript, React
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Deployment: GitHub Pages, Netlify
  • Other Tools: Webpack, Babel, ESLint

Installation

  • Fork the repository
  • Go to settings and set master branch as Github Pages source.
  • Your new site should be ready at https://<username>.github.io/online-cv/
  • Printable version of the site can be found at https://<username>.github.io/online-cv/print. Use a third party link https://pdflayer.com/, https://www.web2pdfconvert.com/ etc to get the printable PDF.

Change all the details from one place: _data/data.yml

To preview/edit locally with docker

docker-compose up

docker-compose.yml file is used to create a container that is reachable under http://localhost:4000. Changes _data/data.yml will be visible after a while.

Local machine

  • Get the repo into your machine
git clone https://github.com/sharu725/online-cv.git
  • Install required ruby gems
bundle install
  • Serve the site locally
bundle exec jekyll serve
  • Navigate to http://localhost:4000