Slashdot Mirror


IT Labor Shortage Is Just a Myth

buzzardsbay writes "For the past few years, we've heard a number of analysts and high-profile IT industry executives, Bill Gates and Craig Barrett among them, promoting the idea that there's an ever-present shortage of skilled IT workers to fill the industry's demand. But now there's growing evidence suggesting the "shortage" is simply a self-serving myth. "It seems like every three years you've got one group or another saying, the world is going to come to an end there is going to be a shortage and so on," says Vivek Wadhwa, a professor for Duke University's Master of Engineering Management Program and a former technology CEO himself. "This whole concept of shortages is bogus, it shows a lack of understanding of the labor pool in the USA.""

3 of 619 comments (clear)

  1. Re:No myth here by mcmonkey · · Score: 5, Funny

    Throw a bash prompt in front of an MCSE and watch them look at you like your dog does when you tell him a joke.

    Maybe your jokes just aren't that funny.

  2. Re:No myth here by cHiphead · · Score: 4, Funny

    Actually that just shows you spent a lot of time clicking the mouse and yelling "WHY THE FUCK ISNT IT WORKING?" instead of typing on the keyboard and yelling "WHY THE FUCK ISNT IT WORKING?".

    Cheers.

    --

    This is my sig. There are many like it, but this one is mine.
  3. Re:No myth here by schiefaw · · Score: 4, Funny

    Probably the best impact that a certification has on the industry is that it indicates a certain base level of core competence. Unfortunately software development is one area where someone can make something "mostly" work. In any given language you can probably make something that takes the required input and generates the desired output. The key is to make an application that is stable, efficient, and flexible. It is very difficult for non-programmers to know when an application has met those standards, so someone could have been in the industry for 15 years and still be a complete idiot. Their employers may not have realized that the guy needed to be fired.

    For example: I had to rework part of an application that purged files from a Windows directory when an account had been closed for a certain period of time. The application was set to run at night because it could take between three to six hours to run. When I looked at the code, the developer was comparing every account to be purged against every directory in the repository. When he found a match he would delete the directory and continue comparing against the rest of the directories (thousands of directories). So, he had two problems; he wasn't exiting the loop after finding the match and more importantly he didn't realize that he could just attempt to delete the directory without searching since he knew the path. When I reworked the app it would finish in three minutes. The guy who wrote it was the technical lead who had hired me.

    BTW, I have no certifications (other than a BSCS).

    --
    Angleyne: You can't bend that girder - it's unbendable! Bender: Well I don't know anything about lifting, so that ju