|
Parking Lot Off-topic chatter pertaining to movies, TV, music, video games, etc. |
|
Thread Tools | Display Modes |
01-28-2011, 01:51 PM | #1 |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
For the I.T. geeks of Warpath: Which programming languages are dead?
So about ten years ago, I decided to go back to school and get my degree in Information Technology/programming. During my years at college, I was exposed to several programming languages: HTML (which I had learned on my own,) JavaScript, C#, and Java (which I had a hard time with.)
My present I.T. position is with a non-profit agency (so pay is low) and I haven't had to do any programming in awhile. When I had first gotten hired, my boss wanted me to learn this old, antiquated database programming language called "Clipper". It was the hardest thing for me to learn, because the code seemed like "spaghetti code" (programmers will know what I mean by that.) After a few years, we decided to go with an outside vendor for our software, so my I.T. duties relegated back to supporting the vendor software and other miscellaneous computer stuff. So now, my girlfriend and I are talking marriage and I will probably move to where she lives, which has more job opportunities than where I am currently living. I would like to get back into programming, but I'm not sure which programming languages are being used the most. I am more willing to go back and refresh my memory with languages that I already sort of know, rather than to have to learn a brand new programming language. I enjoy more web-based programming than anything else, which means I'd probably at least need to learn ASP or AJAX if I were to land a job with that. But, for any of you guys who might be in the know, which programming languages are hot right now? Which ones are pretty much useless nowadays?
__________________
"Fire Up That Diesel!" |
Advertisements |
01-28-2011, 03:05 PM | #2 |
Living Legend
Join Date: Mar 2006
Location: PA
Age: 45
Posts: 17,460
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
I used to be an expert in BASIC, QBASIC, also used Visual BASIC and Pascal fairly proficiently and dabbled in Fortran, COBOL and C+. I wrote some really useful BASIC programs and made games with some impressive (at that time) graphics. Made a field goal kicking game with graphics better than the original Madden, as well as a golf game.
That was a long, LONG time ago, back in the DOS days. Bet they're all dead now. I'm guessing Java and HTML are the "hot" ones now. I'm not into programming really anymore. Also, could open source systems like Linux and all of its children be considered programming?
__________________
Not sent from a Droid, iPhone, Blackberry or toaster |
01-28-2011, 04:44 PM | #3 | |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Quote:
Well, if you're building a Linux distro, yeah it would be considered programming, but I would think that Linux is more or less something from the non-profits who are funded by different grants and agencies....especially since the large majority of its operating systems and programs are free. I have been going back and doing some javascripting...I had forgotten a lot of it, but it's fairly simple to do javascripting....AJAX programming goes along with javascript. Java was tough for me to learn for some reason. I guess I never got the "class" concept down, but if I ever became and expert with java, I'd probably have several programming jobs to choose from. With HTML, I feel like just about anybody could learn that. I picked up on HTML even before I ever considered getting into "computers".
__________________
"Fire Up That Diesel!" |
|
01-28-2011, 05:24 PM | #4 |
MVP
Join Date: May 2004
Age: 46
Posts: 10,164
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
There's always a need for .NET and PeopleSoft developers.
AJAX really isn't a language more than an approach. The money is in security and db administration though. |
01-28-2011, 05:28 PM | #5 | |
MVP
Join Date: May 2004
Age: 46
Posts: 10,164
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Quote:
|
|
01-28-2011, 05:41 PM | #6 |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Can I teach myself Peoplesoft at home? I really don't feel like taking a class for it (not even sure if they have a class at the local college.) I know I need to go back and dive back into Java....I just wished it had came a little easier for me when I was taking the class back in college.
__________________
"Fire Up That Diesel!" |
01-28-2011, 08:31 PM | #7 |
Gamebreaker
Join Date: Mar 2008
Location: Waldorf, MD
Age: 41
Posts: 12,514
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Sharepoint is big right now
__________________
http://www.twitter.com/RedskinsRT |
01-28-2011, 11:49 PM | #8 |
MVP
Join Date: May 2004
Age: 46
Posts: 10,164
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
|
01-29-2011, 05:15 PM | #9 |
Inactive
Join Date: Jan 2005
Location: DC Metro Area
Age: 46
Posts: 5,829
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Personally I wouldn't worry about the individual languages, I would pay more attention to the most successful tools. Pay more attention to which applications are most frequently used by the most successfull tools and learn the most popular language used within those. Job opportunities will always be there and you will always have plenty of work.
I personally do not depend on a specific programing language to be successfull, but I keep myself current on what languages and tools are out there. Overall keeping up with trends keeps me employed and abreast. If I do have to make an adjustment to market demands I can. Long story short...learn them all and continue learning. |
01-29-2011, 07:34 PM | #10 |
Gamebreaker
Join Date: Mar 2008
Location: Waldorf, MD
Age: 41
Posts: 12,514
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
So true.. have to stay up on what's out there to survive
__________________
http://www.twitter.com/RedskinsRT |
01-31-2011, 10:12 AM | #11 |
Playmaker
Join Date: Feb 2004
Posts: 3,807
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Don't worry about specific languages or technologies. Become a good programmer (clean, fast, accurate) by learning concepts and good practices (and the ability to execute).
A good programmer is not one who can recite syntax rules or reference some obscure API, but one who thinks logically and in little time can become proficient in any language.
__________________
"It's not about what you've done, but what's been done for you." |
01-31-2011, 11:00 AM | #12 | |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Quote:
That's sort of why I have been going back and trying to refresh my memory with the languages that I have already been familiar with. At least I've seen the syntax before, so I can concentrate more on the logic flow.
__________________
"Fire Up That Diesel!" |
|
01-31-2011, 01:53 PM | #13 | |
Playmaker
Join Date: Feb 2004
Location: Arlington, VA
Age: 40
Posts: 3,109
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Quote:
That said, if you're looking for something right now, you'll most likely end up using Java. That's not a 100% guarantee, but that seems to be where a lot of jobs are atm. |
|
01-31-2011, 02:20 PM | #14 | |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Quote:
__________________
"Fire Up That Diesel!" |
|
01-31-2011, 04:04 PM | #15 | |
MVP
Join Date: Feb 2004
Location: Seattle
Age: 45
Posts: 10,069
|
Re: For the I.T. geeks of Warpath: Which programming languages are dead?
Quote:
Become good at the basics first, then proficient at the details. After that it's smooth sailing whatever language you use...a for-loop is still a for-loop.
__________________
"The Redskins have always suffered from chronic organizational deformities under Snyder." -Jenkins Last edited by saden1; 01-31-2011 at 07:01 PM. |
|
|
|