The ‘technologies’ will be replaced by their respective icons.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    19
    ·
    5 months ago

    The ‘technologies’ will be replaced by their respective icons.

    Why? I have no idea what the icon for some of those are and I’m sure others may not as well.

    • Turun@feddit.de
      link
      fedilink
      arrow-up
      4
      ·
      5 months ago

      This assumes that OP actually meant git…

      I fear they may have had no idea what the distinction between git and GitHub is and intended to say GitHub.

      • take6056@feddit.nl
        link
        fedilink
        arrow-up
        2
        ·
        5 months ago

        Thought it was a good opportunity to potentionally learn something new. Seems to have worked out.

      • projectmoon@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        5 months ago

        There’s plenty of git forges that aren’t GitHub. Git itself has nothing to do with central servers and can theoretically be used in a completely decentralized manner.

      • TehPers@beehaw.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 months ago

        Speaking from experience, in the past year, I’ve used 3 different hosting providers for git repositories at work. Only one of them is GitHub. It’s good to keep your options open - git isn’t locked to any particular provider, after all.

          • TehPers@beehaw.org
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 months ago

            I’ve used GitLab and Azure DevOps professionally, but there are a lot of services out there which host Git repositories. GitLab can also be self-hosted which is nice. They all fundamentally work the same though from my experience - code viewer, issue tracker, pull requests, some way of doing CI/CD, and various collaborative and documentation features (wikis, discussion areas, permission management, etc).

            It may be good to understand also where the separation lies between features that are part of Git vs those which are part of the service you’re using (like GitHub). For example, branches are Git, while pull requests and wikis are GitHub.

  • redfellow@sopuli.xyz
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    edit-2
    5 months ago

    Just remove the fullstack part. If there are any senior developers going through the CVs, that’s an immediate red flag.

    Why? The “stack” has grown so large, that when a dev claims to be fullstack, you know he either doesn’t understand enough to know he cannot be a fullstack developer, or he does, and isn’t really good at anything, because there’s just too much to know these days.

  • xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    5 months ago

    I’d suggest rewording the mongoDb line to emphasize familiarity with NoSQL and call out mongoDb as a specific technology in the family. Also, if you have actual RDBMS experience please don’t omit that, it’s something we weight a lot more than just mongo/redis/memcached.

    • MrOzwaldMan@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      Where should I put that information? I am trying to keep the ‘About Me’ as to not write a long story about my personal life, I’ll leave that to the interviewer.

  • jsonjson@lemmy.sdf.org
    link
    fedilink
    arrow-up
    4
    ·
    5 months ago
    1. I would overload the first portion of your resume with as many keywords related to the stacks you’re familiar with because it’s not like humans are reading these anyway.
    • MrOzwaldMan@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      5 months ago

      I would overload the first portion of your resume with as many keywords related to the stacks you’re familiar with

      what ‘keywords’ should I fill it with.

    • MrOzwaldMan@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      I’m using Ubuntu, so it chose Ubuntu font as the default, and the font doesn’t look bad at all. I may stick with it.

  • python@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    5 months ago

    I’d love for someone more experienced to chime in, but on first glance the classification of JavaScript/Typescript as backend strikes me as weird.

    That may just be because the team I work with uses a React/Typescript/Java/Postgres stack and we specifically classify the Typescript as part of the Frontend. Maybe it’s different in different companies?

    I’m sure that a Typescript backend could work perfectly fine, it’s just semantics 🤷