this post was submitted on 22 Sep 2024
18 points (95.0% liked)

CSCareerQuestions

770 readers
2 users here now

A community to ask questions about the tech industry!

Rules/Guidelines

Related Communities

Credits

Icon base by Skoll under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] MajorHavoc@programming.dev 11 points 6 days ago (1 children)

As a hiring manager of developers:

  • If a candidate puts a link to public source code anywhere in their Resume, it's the first thing I read.
  • I see a lot of GitHub, of course.
  • I consider GitLab, Codeberg, or even BitBucket to be a mild bonus. Hosting code history somewhere unusual implies some awareness of Git's portability.

I'm personally still on GitHub, but planning to migrate my portfolio to somewhere with an open source back end over the next few years.

[–] ericjmorey@programming.dev 1 points 9 hours ago (1 children)

Would you take note of someone using git compatible version control tools like, Jujutsu, Sapling, Gitless or Breezy? Or an entirely different hosting and version control setup like Pijul, Fossil, or DARCS? (Sapling and Breezy can be setup and used without git-based infrastructure as well)

My hunch is this is generally a negative signal for hiring managers because it's too far from standard practice in their world and could indicate someone who is too contrarian.

Anyway, I've tried all of these at various times and there's a lot I like about each and some I think are overall improvements over git. But git has so much momentum that people are very reluctant to try something even if it can smooth out the rough edges of git and git workflows.

[–] MajorHavoc@programming.dev 2 points 4 hours ago* (last edited 4 hours ago)

Those are all a signs of a curious mind, which is a big plus. There's also signs of not being a team player, and my job is to build a team.

So it all depends how the candidate communicates themselves.

The sweet spot is finding a new team member who is sure they'll convince my team to change tools, but is committed to embracing our current tools until they win over the rest of the team.

[–] gratux@lemmy.blahaj.zone 10 points 6 days ago (1 children)

Selfhosting is a hobby for me, and as such I am constantly experimenting in "production." It would be unwise to link to a page that can and will go down any moment.

[–] finestnothing@lemmy.world 2 points 6 days ago

You can do what I do and just have a branch for the GitHub pages bit, and just point GitHub pages at that branch instead of main to have a consistent webpage that you can rebase/merge into as you test things to make sure they're safe

[–] key@lemmy.keychat.org 6 points 6 days ago

Resume building is the only reason I put anything on github.

[–] velox_vulnus@lemmy.ml 6 points 6 days ago

Codeberg is my main Git host for now, but I also have GitHub and GitLab accounts. Unfortunately, I do not have the means to afford a cheap VPS, or self-host it locally.

[–] 0x0@programming.dev 3 points 5 days ago

Neither, but i'd use CodeBerg.

[–] nik9000@programming.dev 4 points 6 days ago

My job is almost entirely public on GitHub. It is in my resume and the next time I use my resume I hope folks read it. Lots of folks won't but they probably don't value my particular set of skills.

I think the usual wisdom is most jobs won't care.