Slashdot Mirror


Re-Tooling Your Skills for the Future?

nojayuk asks: " Over the decades I've re-skilled myself several times, from mainframe FORTRAN through minicomputer PASCAL to microcomputer C. In between I've done microcontroller development and programming in Assembler, robotics, graphics design and 3-D animation for TV, PC build and repair, Website design etc. Currently I'm looking for work and I'm wondering what new skills do I need to stay in the computing biz. What OSes do I need to know, what technologies do I have to have under my belt for the employers to come hunting for me instead of me passing my obsolete CV around and being told to get lost? I'm looking for advice, not just for next week but for a few years down the line. What can I do to acquire these essential new skills?"

8 of 590 comments (clear)

  1. Skills by stevenp · · Score: 5, Informative

    The most important for every developer in my opinion is Java. It is the current foundation of the general programming (no flames, please). A second step will be the Java-releated technologies - J2EE, XML processing and so on.

    You probably already have a solid knowledge of SQL, relational databases and C (C++).

    Then XML, HTML, the different CSS and DOM things and so on.

    Also some TCP/IP and basic Unix administration will come handy.

    This I think is more than enough for a good start. Java + C + C++ + XML + HTML + TCP/IP + SQL + relational databases are going to be around for a very long time and a lot of BIG and small systems are going to depend on them.

    About the learning - a good book (finding a good book may be hard), a lot of interest and trying to understand the underlying principles should be enough.

  2. java... java.... java by mark_lybarger · · Score: 3, Informative

    these days, if you're an application developer you have 2 main choices. you can learn .NET, or you can learn java. general java is good, but you'll be the one doing the hunting. if you have very solid j2ee experience under your belt, you'll probably be sought out. (conversely, if you've got 9 months development experience using .NET you'll probably be sought as well as people are starting to flirt with the devil on this technology front.).

    in most other software development fronts, c/c++ are still the languages of choice, and your edge is in knowing how to use certain api's (visual c++, com+, unix threads, rdbms, etc) within those languages.

  3. Re:Learn Java by theforest · · Score: 4, Informative

    Java. All you need is to visit Sun. Start with the tutorials, download the jdk, and get a decent text editor. Download Apache and Tomcat. Then move onto Netbeans if you desire a development environment. Nothing to buy. No classes to enroll in. No proprietary system to learn. No silly license issues to deal with. A great start.

  4. You can try my approach.... by Ixe · · Score: 5, Informative


    Take this advice at your own risk:
    This requires that you are really crazy about technology, but so far it's been working out ok for me.
    Learn everything and then master one part at a time.
    Read/Skim a lot of books. No, I'm not saying RTFM, I'm saying there are many good books out there that can get you up to speed quickly (don't need to waste time and money on fancy classes-though perhaps it would be worth your time to get certified in a few areas [RHCE, MSCE, and A+ is a powerful combination])Be fluent in M$ Windows (9x/NT/2k/XP), OS X, and Linux/UNIX and be able to code with some decency in Perl, C++, C#/VB, PHP(or ASP I suppose), and XML per say. You can pick and choose to favor your interests somewhat. Once you have something like that going, then you peek at the market out there, to see what the 'big need' is. Say it's XML devels-then you get the job, because you know your XML enough to get in, but while you're there you specialize in that so they don't give you the boot. The key is to have many skillz in many areas so you are "multi-purpose"

    I think a lot of people will disagree w/ me and say that this requires too much time and is a waste if you only need to learn one skill to get a job. On the contrary, so far this has worked for me, and as long as you stay up on what you know (DON'T FORGET EVERYTHING YOU KNOW JUST BECAUSE YOU DON'T USE IT!) and get educated about the latest and greatest technology, then you will never need to "start from scratch" (like perhaps where you are now) you will simply need to master another area.

    Example:
    If you get a job as a web devel, your *ML skills will become excellant along w/ perhaps your PHP/MySQL and JavaScript abilities. However, if you don't practice them, your sys/net admin skills will waste away along w/ any others you let the dust collect on, so be sure to keep up your other skills at home, such as linux/perl. You could say, set up an automated backup server on your network or something.

    This prevents you from forgetting everything and it lets you have some fun w/ other technologies then your forte.

    Perhaps why this approach works for me is because I am an exicted engineering student w/ a lot of projects. (how many other people have their own linux based MAME in their basement and a music server in their car?)

    I hope that's good advice, again, depending on who you are this could help you or confuse you. GL

    --
    Sigs pose an operational security risk and help the baddies aggregate data. I guess commenting does too, oops.
  5. ageism by peter303 · · Score: 5, Informative

    Your skill base mentions technologies from over 20 years ago, so you are probably pushing 40 if not over. The tech field is very ageist, presuming near senility over 35 or so. Yet another NY Times article complaining about this.

  6. Ecommerce by msheppard · · Score: 3, Informative

    My recommendation would be eCommerce and all that revolves around it: Here's some ways to get started:

    You'll need to know how to work in a operating system that runs on servers. Maybe install and get used to working with Linux?

    If you don't know how webserver's work, now is a good time to install one and play with it, how about Apache?

    If you don't understand the scripting languages that make the internet work, learn one, how about PHP?

    If you're not at least a little familar with how datbaases work, you should at least know how to get info from a database to a webpage, why not learn some SQL, so install and play with a database, how about mySql?

    With a few more basics (security + content management + etc) you're now fairly versed in what you need to develop websites using LAMP (linux + apache + mySql + PHP)

    The best part, you don't have to spend a dime to use any of these technologies. They are all free (as in beer). What I really like about all these technologies, is the ammount of documentation and help you can also find for free. Be sure to kick back a little, answer a couple questions after you've found a few thousand answers.

    And if you need links to find mroe (alias more mroe) info, you haven't heard of google. (i.e. look for LAMP)

    M@

    --
    Krispy Cream is people
  7. Re:You know embedded programming and C? by bunratty · · Score: 4, Informative
    C++ is too slow and too unpredictable for it to be used for proper control systems
    This is FUD, pure and simple. Several years ago I wrote low-level software for a wireless modem entirely in C++. It needed response times in the microseconds range. I found nothing "slow" or "unpredictable" about C++ in hard real-time embedded systems.

    The one problem we did have is that we couldn't do source-level debugging on an HP emulator we bought. When more tools are updated to support C++, you'll see lots of embedded systems development switch from C to C++, just like it switched from assembly to C many years ago.

    --
    What a fool believes, he sees, no wise man has the power to reason away.
  8. Re:Don't think you're skills are the problem. by michael_cain · · Score: 4, Informative
    Also, unless you have a major objection to it, focus your energy on smaller companies. Companies with 5 or 6 people can much more readily see the benefits of having a swissarmy knife
    I'm facing impending unemployment -- we are being acquired and the new owners are simply discarding the headquarters staff -- and am also a generalist. I was talking to my financial advisor yesterday, who also works with an outplacement firm, and he made the same point about smaller companies. He says a significant number are in need of technical help, and that they prefer getting a generalist who can solve one type of problem this week and a completely different problem next week.

    As the "networking" one might do to find those positions is quite different than looking for a position at another big corporation, his comments gave me something to think about in organizing my own job search.