• MajorHavoc@programming.dev
    link
    fedilink
    arrow-up
    11
    ·
    6 days ago

    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.devM
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      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.

  • Victoria@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    10
    ·
    6 days ago

    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
      link
      fedilink
      arrow-up
      2
      ·
      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

  • LalSalaamComrade@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    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.

  • nik9000@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    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.