Software Developer Portfolio Template built with Next.js, bootstrap that helps you showcase your work and skills as a software developer.
✔️ Summary and About me
✔️ Skills
✔️ Education
✔️ Work Experience
✔️ Feedbacks
✔️ Projects
✔️ Github Profile
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git and Node.js (which comes with npm) installed on your computer.
For Windows Install Visual C++ Build Environment: Visual Studio Build Tools
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
- Fork this repoistory and clone it to your local machine.
$ git clone https://github.com/<your-username>/developer-portfolio.git
- Go into the repository
$ cd developer-portfolio
- Install dependencies
$ yarn
-
Edit
portfolio.js
-
Start's development server
$ yarn dev
- Create an EKS Cluster using this command:
eksctl create cluster --name primuslearning --region us-east-2 --nodegroup-name linux-nodes --node-type t2.micro --nodes 2
- Then create .github folder and then create workflow folder inside .github folder
- create file with .yml extension and write the workflow code
- Create a github repository
- Create secrets in github repo Go to settings of repo click on secrets and variables
- Test application by getting the dns name and going to a web browser
Clean up: Run: eksctl delete cluster --name portfolio-app
// portfolio.js
githubUserName: 'YOUR GITHUB USERNAME HERE',
For adding emoji 😃 into the texts in Portfolio.js
, use the emoji()
function and pass the text you need as an argument. This would help in keeping emojis compatible across different browsers and platforms.