A Github profile is a great way to showcase your work and skills to potential employers. You can show off your projects, contributions to open source, and your coding style. As a software engineer, it's a way of showcasing your coding skills. As Designers have portfolios to showcase their work, software engineers should have Github profiles.
Github has a default repository that is named the same as your user name, this repository is your profile repository, which can consist of just a README file. You can also pin repositories to your profile to showcase your best work.
Create Profile Repository
- Go to your Github profile.
- Click on the
Repositories
tab. - Click on the
New
button. - Name the repository the same as your username.
- Add a README file to the repository.
- Add a description to the README file.
- Click on the
Create repository
button. - You can now add content to your profile repository.
- You can also pin repositories to your profile.
- Publish your README file.
Navigate to your profile in Github and you can see the changes in your profile.