DEV Community

Discussion on: Why technologies go out of trend?

 
stereobooster profile image
stereobooster

On the contrary, some of the most stable and highest paying jobs go to developers who can maintain legacy systems.

But is there a high number of such positions? Probably not. Which means that your choice is limited, which means that would be unsuitable for some people, for example

  • If the developer is in a different country and it is hard for them to get a visa
  • if the developer from an underrepresented group and they don't want to deal with a toxic environment. Higher chances to find a better place if more companies are hiring for those technologies.

Supporting legacy system is two sided sword. Yes it can be high paying. But then one day they will fire you and it can be very hard to find a new position for that technology.

Those high paying positions to support legacy systems probably looking for seniors. So if newcomer starts to learn outdated technology it may be hard for them to find a job.

Thread Thread
 
codemouse92 profile image
Jason C. McDonald • Edited

You really would be surprised. The job market is far more varied and intricate than you would expect. Job posting represent an extraordinarily small segment of positions.

Supporting legacy system is two sided sword. Yes it can be high paying. But then one day they will fire you and it can be very hard to find a new position for that technology.

Once again, not necessarily.

Becoming well versed in a variety of technologies is always important. Only knowing COBOL is just as unwise as only knowing Javascript.

Don't lose the more important point in the midst of it: technologies don't die. Any technology you are interested in, learn it. If it does what you need, use it. And for the love of all things digital, don't try to steer people away from the technologies they like into yours.

Thread Thread
 
stereobooster profile image
stereobooster

You really would be surprised. The job market is far more varied and intricate than you would expect.

I may have skewed picture. but I monitor job market regularly.

Any technology you are interested in, learn it.

For a hobby, for self development, for fun - yes sure. For a higher chances to get hired - maybe not

If it does what you need, use it.

Agree

Thread Thread
 
codemouse92 profile image
Jason C. McDonald • Edited

I may have skewed picture. but I monitor job market regularly.

It's not possible to monitor things that realistically. All you can do is spot trends in posted jobs, nothing more. You're taking measurements of the tip of the iceberg, which while interesting and helpful, has no correlation to the majority of the reality.

For a hobby, for self development, for fun - yes sure. For a higher chances to get hired - maybe not

If you're learning anything purely to get a job, lacking any appreciation of it, you're doing it wrong. The last thing you want is a career working in a language you resent.

And, once again, you don't know how COBOL experience may impact someone's chances with a particular job. You're trying to replicate a very intricate painting with exclusively broad strokes, here. ;)

Thread Thread
 
stereobooster profile image
stereobooster

If you're learning anything purely to get a job, lacking any appreciation of it, you're doing it wrong

Nope. There is nothing wrong to learn programming simply to get a job, without any appreciation of it. People simply want to get stable job to feed their family.

I mean there are people who can afford to learn programing, because they appreciate it. But as well there are lot of people who are simply for money.

Thread Thread
 
codemouse92 profile image
Jason C. McDonald • Edited

I am speaking about learning a particular language or tool, not learning programming as a whole. Two different points; you have addressed only the point I did not make.

There are hundreds of languages, and thousands of technology stacks, from which to choose. One should not feel obligated to pick up and master Language They Hate because someone (you) told them they couldn't find work in Languages They Love, when in fact, there were jobs had they built the skills.

Thread Thread
 
rhymes profile image
rhymes

On COBOL I suggest It’s COBOL all the way down - it's definitely not dead and some companies are trying to train people either to maintain or to modernize the code

Thread Thread
 
dmbaturin profile image
Daniil Baturin

Note that simply learning COBOL won't get one any far. Mainframes use a completely different development workflow, for example. Their OSes are also unlike anything found in daily life now, starting from unusual terminology.

People who make lots of money maintaining legacy systems are so valuable precicely because they know how to maintain the whole system.
Not to dissuade anyone from learning that, but it's much more than just learning a new language.