Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Admin Tribulations

Status
Not open for further replies.

haxx77

MIS
Mar 6, 2001
77
US

Alot of people are in the same boat as me.

Many Many years as a System Admin
NT Guru. I Used to network machines in DOS.
Not to bad with Linux and Novel.

I dont qualify for any of those 90K Unix admin jobs because I am not a programmer. I started out as a hardware guy, so I never got good at programming.

I quit getting certs years ago.

I am so tired of administering Novel/NT/Linux Networks.

What can I learn at home to advance my career at this point?

If I was to learn one language inside and out wich one should I learn? I need one that is useful but easy to learn.




 
haxx,
For easy-to-learn, Visual Basic would be the one in my opinion. It is the core behind the ASP scripting which is becoming very common, also the core behind all the VBA which is the code that runs behind MS Excel macros and MS Access coding, and also all the other MS Office products, and of course it is the language behind a great many production applications out there as well as internal custom apps.

However, C++ is what I consider 'The Mother of All Languages', mainly because so many applications and OS's are written using it (or C), and there is now and I believe will continue to be a strong demand for this skill. It is much harder to learn than VB, and even harder to Master. I would guess that you could become an employable VB coder within 6 months of taking VB classes (less if you take accelerated courses and do alot of practicing on the side. With C++ you might get an entry-level job after a year of C++ training, but you need much more experience in C++ to get to the 'journeyman' level.

Java has sort of become bogged down in a standards fight, and I don't know much about it's future--it was supposed to be the 'big thing' that all applications would be written in--it was supposed to make every other language obsolete (by some peoples hype anyway). Obviously, no language will ever be able to live up to such a claim, it's just the nature of hardware that prevents that from being realized. But it is easier to learn than C++, and may be worth a look.

The whole .Net thing is too new (in my opinion) to tell, and it's really more of a conglomeration of languages and environments than a 'language' per se, so I'm not sure that qualifies for your question, but being that it is a Microsoft thing, it will (regardless of how valid or stable or 'innovative' it is) become popular.
--Jim
 
jim has excelent points. but like operating systems you need the right tools for the job. learn more than one lanaguage you can specilize in one but youll know both better if you learn two.

i would advise against trying to teach yourself,youll pick up some bad habits and may not learn inportant concepts behind the syntax.

i would take the visual basic first easiest. then pascal(delphi) to learn good programming technique, at this point you will be ready to tackle c++ which has the most horsepower and hardest syntax.

also in today's environment knowlege of html is still good because it can be used in cross platform/hardware independent evironment.

the "programming stuff" the 90k guys know will be attached to cgi scripts, perl. i would expect the market for those skills to go the way of buggy whips and fortran.

will any of this help your caree. probably not right away.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top