• calliope@retrolemmy.com
    link
    fedilink
    English
    arrow-up
    147
    arrow-down
    2
    ·
    1 day ago

    The first sentence of the article shows the problem.

    For years, we heard about the tech talent shortage — that there were a glut of jobs and not enough bodies to fill them.

    The problem wasn’t ever “bodies,” which people have always misunderstood. It’s qualified workers.

    I worked in tech for a long time, at a bunch of different companies, and I never once worked anywhere that there was a glut of jobs and “not enough bodies” to fill them.

    The people going into these careers includes a large number of people who want the money but aren’t qualified do what we’re looking for.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      36 minutes ago

      And this is why I’m not worried about my job, but I do recommend people stay away unless they really like it. I’ve interviewed far too many people who just can’t hack it, yet they have multiple relevant jobs on their resume.

    • empireOfLove2@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      103
      ·
      1 day ago

      Its more than that; companies also continuously propagate the message of “shortage of workers” while continuing to raise the requirements for entry level positions more and more. It reaches a point where “entry level” is not attainable for most fresh grads to get experience, and keeps their starting wages (and continuing wages) very well depressed due to the high supply.

      Its a very targeted campaign to make sure educated workers are oversupplied, tied down with student debt, and don’t get too many ideas of independence in their heads.

      • panda_abyss@lemmy.ca
        link
        fedilink
        English
        arrow-up
        27
        ·
        22 hours ago

        I knew of a company that listed an internal tool as a job requirement so they could claim a skill shortage and hire foreign workers. They coached them to put that tool on their resume.

        • sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 minutes ago

          That’s ridiculous.

          I’m glad my company doesn’t mention specifics. We mention some details about our stack, but we’ve hired people with almost no experience in anything in our stack and we’ve been happy. We want competent professionals who are interested in learning our stack.

      • SupraMario@lemmy.world
        link
        fedilink
        English
        arrow-up
        43
        arrow-down
        5
        ·
        24 hours ago

        It’s a bit more nuanced than that. A lot of college grads I’ve interviewed come out expecting to be senior level when they don’t even have a basic foundation of IT. Don’t expect to get paid 6 figures right out of college when you have 0 experience and can’t even provide basic answers to questions that help desk people know. Colleges have lied to them that we(the IT industry) needs them and that they’re special. Show me you have the foundation before telling me how the industry works.

        • namingthingsiseasy@programming.dev
          link
          fedilink
          English
          arrow-up
          55
          ·
          23 hours ago

          can’t even provide basic answers to questions that help desk people know

          University is not a job training program though. A degree demonstrates that you have the skills to figure things out, not that you already have everything figured out. Even with decades of experience, it takes me a bit of time to spin up on a new library, framework, programming language, etc.

          Companies are supposed to provide this training, not just to new hires, but to all employees. It does take a little extra time to teach new hires, but their salaries are also lower so it should balance out. And if they want to keep those employees around, then they should give them generous pay increases so they don’t just jump for a salary increase.

          • josefo@leminal.space
            link
            fedilink
            English
            arrow-up
            8
            arrow-down
            1
            ·
            16 hours ago

            Sorry but a degree just demonstrates that you can pass exams and follow rules. Almost all new graduates I knew had a big ego, a lack of critical thinking, that combined in a massive Dunning Kruger effect. They are better middle management material than engineers. They can’t even RTFM, like c’mon. And AI is just making all this worse.

            • sugar_in_your_tea@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              30 minutes ago

              Exactly!

              And that’s why I generally ask about FOSS work. If you’re contributing to upstream projects as a hobby, then you’ve demonstrated that you can jump into a larger codebase and figure out their procedures and style guidelines, which means you can probably do the same here.

              Failing that, I ask them to apply the theory they learned in school to practical problems, like “how would you use design pattern A for problem X? What about pattern B? How do you decide between the two?” Most people can’t tell me what A or B is, and they can’t even solve problem X with their own methods… I don’t care about people knowing arbitrary design patterns, I care that they can reason about problems, consider multiple approaches, and decide between those approaches given the larger context of the project.

              So many people just fall flat on their face in an interview on concepts they should have learned in their third year, which even our people who didn’t go to college can do since they’ve been on the job for a few years. Show me you’re better than a self-taught person and a few years of experience if you want anything other than an intern role.

          • SupraMario@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            6
            ·
            18 hours ago

            I don’t expect you to know everything, but while you’re in college you can still learn AD, spin up a server, make a domain. See the basics of a web server, see how HFWs work…the foundation of IT. Companies shouldn’t be paying you and paying to train you for learning things that, if you’re interested in this career path, you should have learned on your own.

            • sugar_in_your_tea@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              18 minutes ago

              I don’t know much about IT (I’m CS), but Ad is very specific to Windows, no? Shouldn’t you instead be asking them about higher-level concepts like access controls, networking principles (http vs tcp vs ip, routing, dns, etc), and basics of cybersecurity (attack surface, network segmentation, etc)? It sounds like you’re looking for practical knowledge about specific solutions rather than familiarity with concepts.

              in CS, I can’t expect someone to know our specific stack, but I can expect them to know foundational principles, like data structures, algorithmic complexity, design patterns, design principles, etc. So unless they express familiarity w/ our stack, I keep the questions theoretical, and even if they are familiar w/ our stack, I still keep the questions high level (i.e. for Python, I’ll ask “gotchas” like what’s the difference between a list comprehension and traditional iteration, how does Python’s threading work, etc). I expect them to need to learn something in the first month or two, but also to largely learn on their own. Learning our stack when you’re comfortable with programming in general isn’t all that difficult, learning our stack when you struggle with basic concepts will be a challenge though.

        • CompactFlax@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          22
          ·
          23 hours ago

          Master in computer science

          Doesn’t know how to restart a web server.

          I don’t mean “doesn’t know the flavour of Linux” I mean doesn’t conceptually know what a web server is so can’t restart the service running on the box.

          Yeah, it’s going to be a couple years before you break into the high earner. The problem is that silly valley was hiring tech grads at $300k total comp when money was cheap. Money isn’t cheap anymore.

          • sugar_in_your_tea@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            13 minutes ago

            At least in our university, web dev was an elective, not a required core CS class. It’s totally reasonable for them to not know how to deal w/ a web server when all they’ve done up to that point is algorithms.

            We had a Ph.D work for us who struggled w/ that type of thing. They were absolutely brilliant in their niche (complex 3D modeling of fluid simulations), but integrating their work into our web stack was a nightmare for them (but fairly trivial for us). I asked them to structure their code in a way that would be easy for us to plug in to our web stack, and they looked at me like I was speaking Latin, when all I wanted was a simple entry-point with clearly defined inputs (give me a function to call that doesn’t need a bunch of magic numbers).

            If you want a web dev, hire someone w/ web dev experience or be willing to teach them. Not everyone in CS has that experience.

          • Optional@lemmy.world
            link
            fedilink
            English
            arrow-up
            16
            ·
            22 hours ago

            AI money is stupid cheap if you know who to bullshit. And, y’know, have no principles.

            • panda_abyss@lemmy.ca
              link
              fedilink
              English
              arrow-up
              11
              ·
              21 hours ago

              God this is true.

              I’ve seen some real snake oil projects get massive finding and everyone on board getting promos.

          • SupraMario@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            18 hours ago

            The number of times I’ve had to just say “thank you for your time” and cut a interview shoot is way to much. Shit like this is way way to common.

        • onslaught545@lemmy.zip
          link
          fedilink
          English
          arrow-up
          12
          arrow-down
          2
          ·
          24 hours ago

          Not to mention that many IT degrees are basically worthless as far as practical experience is concerned. You’d be better off spending $100k on certification training.

          • SupraMario@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            arrow-down
            1
            ·
            18 hours ago

            %100 agreed on that. The amount of on the job training I’ve got to put into fresh college grads is insane.

            • prettybunnys@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              7
              ·
              6 hours ago

              Fresh college grads should presumably be taking entry level / junior positions unless something about the candidate speaks for itself, it’s wild how hostile you’re acting to the notion of having to teach people who are new to the field how to work professionally in it.

              Given that out of college they’d typically at best have internship experience of some kind. People got to start somewhere.

              • SupraMario@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 hour ago

                Where are you getting hostility from? I made a comment that suggests that college is not preparing these young adults for their selected careers and is basically dumping them onto the businesses to train. I have also pointed out that a lot of college grads don’t start at lower positions, they go for senior level stuff and then write articles like this one suggesting that the 6 figure jobs are gone. They’re still plenty of them and they’re still around but they’re no longer getting handed out to college grads with 0 experience, like back in the early 00s. I also suggested that in this field, you can learn a foundation on your own, which is to be expected. A mechanical engineer should know a good bit of math and shouldn’t have the expectation that the company teach them math. That’s a foundation they should already have. In the IT world, the foundations of understanding domains, OS’s, how firewalls work, etc. Is a foundation you should know already.

                No where did I say that I expect new employees to know everything. I said I expect them to at least have a foundation of what’s needed for the job.

      • QuarterSwede@lemmy.world
        link
        fedilink
        English
        arrow-up
        16
        ·
        24 hours ago

        It doesn’t help that conpanies lie on their requirements in job postings. Even entry level retail jobs are asking for 2-3 years of retail experience. That’s just insulting to those with retail experience and an impossible “entry level” requirement. Leads people to just ignore any requirements.

    • Optional@lemmy.world
      link
      fedilink
      English
      arrow-up
      26
      ·
      22 hours ago

      It’s not just that. HR departments (who, let’s be honest, were never exactly super-clear on what tech roles are or do because they’re busy with everything else) have been infected by AI to the point that no one can just see a job and apply for it unless they rearrange everything in the resume to match the job posting verbiage exactly.

      Everyone who makes it past that hurdle are sorted lowest-to-highest salary requirements. Oh you have seventeen years experience? Fuck you. Everyone after that is sorted by age/race/ whatever. It’s the perfect system for fucking up tech hiring.

      Unless you rebrand everything you do as AI. Then you’ll get 100 million dollars from Zuckabug. (It used to be “cloud” but that was a long time ago now). So the tech manager who knows what they’re looking for gets a bunch of applications from newbies who talk like AI is everything and they don’t want that.

      It’s super fucked.

    • Melvin_Ferd@lemmy.world
      link
      fedilink
      English
      arrow-up
      22
      arrow-down
      5
      ·
      edit-2
      23 hours ago

      How much is it that these companies don’t want to train. I have a hard time believing your job is so advanced and technical you couldn’t find someone qualified at any point.

      • Frezik@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        16
        ·
        24 hours ago

        Training people up would be a great idea when you have the attitude that you’re going to keep working there for 30 years. Those old “company man” jobs are all but gone. If you stay at a job 5 years, people start to wonder if there’s something wrong with you. That’s just starting to be enough time for training to be worth the investment.

        If tech was unionized, and the union had the attitude that they are basically a trade guild that will build up your skills, that would change things.

    • Essence_of_Meh@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      23 hours ago

      (…) I never once worked anywhere that there was a glut of jobs and “not enough bodies” to fill them.

      I have. My first job wasn’t the worst at this but it happened to some extent. My last company had such a huge disparity between work and employees that every single one of their IT projects (dunno about the rest) was in constant state of delays, hotfixing and putting out fires. Things were so bad people were moved between projects on daily basis and at one point management decided to throw everyone in the department (including folks who just joined the company and newbies with little to no programming experience) to triage one of them.

      That’s not to mention poaching team members from projects they promised more bodies to (only informing the client about the latter decision) and many other issues. They absolutely needed more people but the way the company is run does little to help with that.

      The worst party? They’re still growing as a company while their burnout rate stays unchanged. So yeah, it’s a thing.