Free Republic
Browse · Search
News/Activism
Topics · Post Article

Skip to comments.

10 dying IT skills (No matter how good you are with these skills, you won't get a job today)
Tech Republic ^ | June 28,2009 | Linda Leung

Posted on 07/21/2009 5:31:52 PM PDT by SeekAndFind

click here to read article


Navigation: use the links below to view more comments.
first previous 1-20 ... 121-140141-160161-180181-196 next last
To: antiRepublicrat
I would say "Monkey hit the button," but apparently your humans can't even find the button.

Sometimes both hands are occupied in an attempt to find their rectum, and even then they have fits trying to find a way to hold the flashlight.

161 posted on 07/22/2009 11:14:09 AM PDT by Still Thinking (If ignorance is bliss, liberals must be ecstatic!)
[ Post Reply | Private Reply | To 160 | View Replies]

To: wireplay

Kinda

I write a lot of VB Script and VBA. It just works. A ton of SAS code as well. The Enterprise System is moving to Java so we are learning that. Meanwhile I am maintaining code in C, COBOL, Oracle Forms and PL/SQL. By this time next year, it will be all Java.

Code is code.


162 posted on 07/22/2009 11:19:41 AM PDT by AppyPappy (If you aren't part of the solution, there is good money to be made prolonging the problem.)
[ Post Reply | Private Reply | To 151 | View Replies]

To: grey_whiskers

If I were the guy working in the first frame and the other guy said that, my reply would simply be “Apparently not.”


163 posted on 07/22/2009 11:20:03 AM PDT by Still Thinking (If ignorance is bliss, liberals must be ecstatic!)
[ Post Reply | Private Reply | To 100 | View Replies]

To: kenth

COBOL was declared dead 30 years ago and again 15 years ago when I was actively working with it. HTML hasn’t gone away, it has just taken on different implementation formats.

C++ was also declared on the way out over the last few years and it is still in use and demand.


164 posted on 07/22/2009 11:22:35 AM PDT by RJS1950 (The democrats are the "enemies foreign and domestic" cited in the federal oath)
[ Post Reply | Private Reply | To 3 | View Replies]

To: bytesmith

I was still working with assembler until about 95 and there were still a lot of high volume processors still using it at least 6-8 years ago. And JCL, still going on the mainframes and mainframes have made something of a comeback for volume processing.


165 posted on 07/22/2009 11:26:24 AM PDT by RJS1950 (The democrats are the "enemies foreign and domestic" cited in the federal oath)
[ Post Reply | Private Reply | To 17 | View Replies]

To: driftdiver

And I agree with you. I’ve seen new, green software engineers fresh out of college want to “change the world” and end up embroiling themselves in mushrooming projects that they grossly underestimated. Sometimes it’s better to pick your refactoring battles, accept that reality isn’t utopia, and let sleeping dogs lie.


166 posted on 07/22/2009 11:27:57 AM PDT by Lexinom
[ Post Reply | Private Reply | To 9 | View Replies]

To: cynwoody

You’re right about the index registers. Below the S/360 Model 25 the instruction set was limited and I/O was different. The Model 20 was interesting to say the least. :-)

Only RX instructions have a position for an index register. For those instructions the storage address is specified as D2(X2,B2) - and as you note, the registers are positional such that for base+displacement, you have to code D2(,B2) to indicate the absence of an index register.


167 posted on 07/22/2009 11:31:48 AM PDT by NCjim ("Lies have to be covered up, truth can run around naked." - Johnny Cash)
[ Post Reply | Private Reply | To 153 | View Replies]

To: familyop

C++ is still near top for the growing game programming market along with C# and some of the scripting languages like PHP. There is still a lot of C and C++ code in all kinds of processor and embedded device applications because it works best at the machine level.


168 posted on 07/22/2009 11:32:44 AM PDT by RJS1950 (The democrats are the "enemies foreign and domestic" cited in the federal oath)
[ Post Reply | Private Reply | To 70 | View Replies]

To: AAABEST
Yes web development is a comprehensive affair that requires a diverse skill-set, but one can't be a serious developer without being proficient with HTML.

I know a lot of JSP programmers that know very little HTML. I'm one of the best HTML/CSS coders in the country and it boggles my mind how little they know. It's like their education consisted of JAVA only. That said, no one will ever design a top notch scalable site in a WYSIWYG editor alone. I use Dreamweaver quite a bit, but mostly to find my place in the code. I like the text editor in DW and find it very inefficient and darn stupid to run DW and a separate text editor.

169 posted on 07/22/2009 11:40:51 AM PDT by numberonepal (Don't Even Think About Treading On Me)
[ Post Reply | Private Reply | To 15 | View Replies]

To: RJS1950
Right. C++ and C are great skills to have even if it's not your everyday language precisely because they get you so close to the machine level. Occasionally that extra 10% in performance improvement can make a big difference - esp. in a tight loop with a complex algorithm using pointers, bit manipuation, etc. (like a screen renderer) which you can hand optimize in a way not possible in C# or Java.

Personally, I like to understand everything operationally from top-to-bottom as well as possible, and have as much control as possible to build a modular app using different languages according to what's appropriate for a given task - one that runs rings around a more "pure" appusing only the top layer. C++ is my language of choice, but I like the way C# is organized with its Java-esque packaging framework.

170 posted on 07/22/2009 11:41:50 AM PDT by Lexinom
[ Post Reply | Private Reply | To 168 | View Replies]

To: grey_whiskers

bttt


171 posted on 07/22/2009 11:43:17 AM PDT by ConservativeMan55
[ Post Reply | Private Reply | To 100 | View Replies]

To: SeekAndFind

WOW this is a H1 B visa job ad. actually it is the job ad used to show there are no american workers. (and then they never use these skills)


172 posted on 07/22/2009 11:47:31 AM PDT by longtermmemmory (VOTE! http://www.senate.gov and http://www.house.gov)
[ Post Reply | Private Reply | To 1 | View Replies]

To: NCjim
Below the S/360 Model 25 the instruction set was limited and I/O was different. The Model 20 was interesting to say the least. :-)

I knew some people who did work on the Model 20, but the lowest model I ever actually used was the Model 25. When I was about 20 years old, I happened to substitute-teach an Assembly Language course at a local college for a few days. The school had a Model 25. It was the cheapest model that supported the full instruction set.

The course I was supposed to teach was heavy on decimal arithmetic, which I had never used. But fortunately, in my regular job I had a CP/67 timesharing account. That was the closest thing to a PC in those days. So, prior to my teaching engagement, I read up on the decimal instruction set in the Principles of Operation and wrote some practice programs to make sure I had it down cold.

173 posted on 07/22/2009 12:06:18 PM PDT by cynwoody
[ Post Reply | Private Reply | To 167 | View Replies]

To: SeekAndFind
Everyone is looking for Object Oriented skills, which means wither C++ or Java or C# ( I call them the big 3 ).

Unfortunately for me, C++ is really slow right now. I have C++ experience in all sorts of environments up to my eyeballs, as well as years and years of VB and RDBMS of all types. But being a little light on .NET (1 year) and Java (1 year) has really been a obstacle in this environment. I'm working on .NET certifications to close the gap.

I half expected to see C/C++ on this list, in spite of the fact that it's practically universal for systems programming. There's just not much like that going on near me right now.

174 posted on 07/22/2009 12:27:46 PM PDT by Minn (Here is a realistic picture of the prophet: ----> ([: {()
[ Post Reply | Private Reply | To 23 | View Replies]

To: Political Junkie Too
And COND codes.

Oh Lordy, how could I forget COND codes! Actually, when I was doing it all the time, I got pretty good at it. You know you've mastered COND codes when you can dictate them to the operator over the phone at 3:00am... :-)

175 posted on 07/22/2009 12:44:41 PM PDT by COBOL2Java (Big government more or less guarantees rule by creeps and misfits.)
[ Post Reply | Private Reply | To 156 | View Replies]

To: Lexinom

I used to be like that, now I’m happy to ensconce myself in the wisdom of the ancients.


176 posted on 07/22/2009 12:53:16 PM PDT by gura (R-MO)
[ Post Reply | Private Reply | To 166 | View Replies]

To: tacticalogic

Sorry, windows gets my panties in a wad. :-) No worries!


177 posted on 07/22/2009 12:54:27 PM PDT by gura (R-MO)
[ Post Reply | Private Reply | To 135 | View Replies]

To: Glenn
Replaced by the new wave SCRUM.

Don't forget Agile.

178 posted on 07/22/2009 2:28:09 PM PDT by Minn (Here is a realistic picture of the prophet: ----> ([: {()
[ Post Reply | Private Reply | To 14 | View Replies]

To: SeekAndFind
Three of the top 10 skills are Microsoft technology related ( .NET, C# and VB.net ).

Given that they are practcally the same thing, I don't know if that says much. C# and VB.net are .NET, and the differences between C# and vb.net are just syntactical sugar at the highest level.

179 posted on 07/22/2009 2:36:17 PM PDT by Minn (Here is a realistic picture of the prophet: ----> ([: {()
[ Post Reply | Private Reply | To 54 | View Replies]

To: jurroppi1
So SAP experts make in the neighborhood of 65-70 bucks an hour?!!!

How much do you think wrecking perfectly good companies with a horrible and oppressive product is worth?

180 posted on 07/22/2009 2:39:03 PM PDT by Minn (Here is a realistic picture of the prophet: ----> ([: {()
[ Post Reply | Private Reply | To 121 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-20 ... 121-140141-160161-180181-196 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
News/Activism
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson