DEV Community

Cover image for Why you should write a good resume on your github profile page?
Murilo Lodovico
Murilo Lodovico

Posted on

Why you should write a good resume on your github profile page?

My thoughts on

I have been working in software development since 2019, and over these years, I've learned many things that are often not taught. One of the key lessons is the importance of creating a website portfolio and a detailed README on your GitHub profile page.
These elements can make a significant difference. This is particularly interesting when it comes to new opportunities, as it allows tech recruiters to analyze your profile more technically and draw more accurate conclusions about your professional experience.
In a GitHub summary, you can specify the technologies in which you have expertise and knowledge, the ones you are interested in learning, as well as provide a brief overview of your professional background and experiences.
Just like this

Github resume

How to do it

To create a profile README on your GitHub page, you first need to create a new repository with the same name as your GitHub username.

Readme profile

Then, create a file inside this repository and customize it as you see fit.

Repository: https://github.com/Mlodovico/Mlodovico/tree/main

Top comments (0)