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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

would like to make a career change 1

Status
Not open for further replies.

timezone

Programmer
Dec 13, 2000
3
0
0
US
would like to make a career change where do i start

Maybe you could help. I am 46 and would like to make a career change. I would like to become a computer programmer . I have been told that you have to be very good at Math , could you please tell me what type of math.. Also if I were to make a change at 46 what type of computer programs should I start to learn. I have a goal that is to go to school for the next 3 years if need be ( at night ) to learn every thing I can in order to make around $100,000.00 per year by the time im 50 do you think this is possible and what type of classes should I take . I would very much like to take web design , E-Commerce and then from there enter into class for programmers . could you please point me in the right direction .

timezone
 
actually most people i'm working with are very bad in math and tho they are earning lots of money doing computer sciences - what i mean is not "don't do math !" coz i've been doing loads of complex math and it helps me to have a "higher" view when i code, but you don't NEED it to code
oh and web design and e-commerce ARE done by programmers (well ... usually ;-)) - but i know people who learnt html without having to take classes !!
it depends on what you already know in computer sciences
 
> I have been told that you have to be very good at Math

Well first lets point out that there are many levels of 'programmers'. There are many that are paid working programmers that are almost completely unqualified as far as I would be concerned. There are others that would consider my level of skill and knowledge to be humorous.

So there is no 'cookie recipe' for programmers, now what do you do? I can only provide you with my 'OPINION'. The things I look for in new candidates are ( in order of importance):

1) Problem solving.
2) Desire to learn.
3) No fear of failure.
4) Mutable.

I would rather work with a fresh high school graduate that was a Pit Bull at problem solving and was foaming at the mouth to learn, than I would with a CIS, EE PHD CIA XYZ with 20 years of experience and none of those other qualities.

"But, that's just my opinion... I could be wrong".
-pete
 
When I started, in 1967, you needed (1) logical skills to see what was needed to solve a problem, what could go wrong that had to be checked for, and (2) some ability to communicate in memo or report form how you coming along, what obstacles you needed help overcoming, and a REALISTIC assessment of when you thought you'd be done testing out you program to be sure it did everything correctly. Then there was documenting by comments within the program so after you moved on someoneelsde could make sense of what you had done quickly and easily. Then there was documenting in the formal sense to the company's standards with its forms or format. (3) Any programming language is very exacting, so good memory for rules and the "grammar" of the language speed programming enormously. (4) Unless you are doing statistical or scientific programming, the math involved is all arithmetic, but a good sense of accuracy is essential, to know if you have the decimal point in the wrong place, have lopped off the leading "most significant" part of the number or not given enough field size to accommodate every possible result the program could produce given possibly erroreous data entry. Knowing accounting principals is important in many kinds of financial programs.

Styles change every few years. Team programming is facilitated by some of the conceptually difficult features of C++ and Java. As far as I know C++ is the most common programming language, but you could begin with a first course in the subset language "C". Java is too rich in options and, as far as I know, still too poorly documented to be very easy to master. I'd start with C, move up to C++, and also get in as much as you can on database languages and different main brands of databases, because getting data in and out of databases is pretty fundamental. SQL would be a popular language of database programming to start with, but it has a Microsoft form and competing, somewhat different other forms and not just one standard for what the language is. Acess would be an equally useful starting point for leaning database programming.

For Internet development, you HAVE to learn HTML, which isn't really a language but a layout ("formatting") language. The newer Dynamic HTML or DHTML gives more flexibility. There are bunches of HTML generators, but you still have to able to go into the generated code, understand it, and adjust it to do exactly what was wanted. Javascript is a popular "helper" to do a lot of things that HTML by itself can't do, special graphics (image, or picture) effects and manipulating and validating user input and other things, and sometimes passing data down the pipeline to the program that gets data from or puts it into the database. XML refers to a broader set of capabilities that will eventaualy probably replace HTML, but start with the simple one, HTML, first I'd say, then build up in level of complexity and capability.

This is all PC programming stuff. In a few years, we may be really more programming gadgets to interact with Internet communicated commands, or PALM pilots with much smaller memories and their own languages and operating systems (which one will dominate is still not clear). As you start off, know that the field is getting ever more complex and fragmented, so you have to choode which arena you are interested in. One of the really interesting developments in telecunications that will affect Internet programming is the ability to send sounds, more and more share of images as opposed to straight text, speech recognition systems, and inputting via writing with a stylus or the like instead of typing everything in "keyboarding").

Two habits to cultivate: (1) write "tight" code, usingas few instructions as possibl to get the entire job done correctly, to be ready for trhe demands of baby memories and operating systems built into wireless (cell) phones and other gadgets and (2) really think about how you display anything to the user so the average person can understand how to use the tool, enjoy playing with it, and not be confused by either highly tecgnical error messages or a poorly designed user interface that does does not guide the user through the menu of choices and make clear somehow (often through "Help" screens, what is legal and what is not in terms of what the program will accept. For example, if a password has to have a certain minimum length or contain both lettersand numbers, display that information so people do not become frustrated using what you set up for them.

Besides C++, a very popular and very differently structured language is Visual Basic. I'd personally rather have the full range of capabilities and choices more under my contol than having to do it Visual Basic's way, but it might be easier to learn, can do many things, and is an alternative to beginning with "C" and moving up to C++. Eventually, your job flexibility will be greater if you canprogram in both C++ and "VB" as is often shortened to.

I'd say, start with learning the basics of what a computer, and typically right now a PC, can do, what its major components are, how your program is going to be managed by an operating system, the flavors of modems, CD-ROMs, etc. Microsoft operating systems (Windows, whatever versionr) dominate the industry, but in 3 or 5 years no one really knows if that will still be true. But it would not be smart for job placement to learn a less popular system, like the Apple Computers line, as the first point of enrty into the profession. One thing you can bank on is that whatebver you learn now will be changing to something else as you go along, and rigt now the pace of new harware "gizmos" and technologies is moving much faster than in the past. "Pax Microsoft" might not last, but it is the market of today and no one successor has clearly emerged in terms of market share. So start with the industry biggies, but know that you can completely count on change, not stability, over the coming years.

I assume you use a browser, Internet Explorer or Netscape usually or AOL's custom variations. You can get surprisingly good jobs just knowing that plus Microst WORD, EXCEL spreadsheeting, PowerPoint presentations and graphics capabilities, and maybe a little Access database building and massage and extractring. The Microsoft Suite programs just mentioned talk to each other and are an industry standard at this moment in time.

Career wise, repairing and troubleshooting computers has probably a bigger number of entry level job opportunities than programming them, especially if the US economy keeps going down, so don't just think programming is the only option. Afteer several years of experience, it doesn't pay $100K, but 60K or more as the lead or supervisory person is realistic (usually a male dominated side, whereas there's more opportunity for women on the programming side). Also, broken computers get repaired where they are or nearby, but programming jobs are moving out to countries with good technology training and lower wages, especially India. An economic downturn will increase the exporting of software development. Also, being in the employ of a company that sells something or another through the intenet ansd maybe also stores, or a big company that communicates with itself via the Internet or a company Intrnet is much less risky than joining a web company, especially one that is not well known and publicly traded alwady.

The economic downturn is making for a lot of layoffs of already skilled people, so its tough to break in with that k8nd of competition. Think of an industry that is profitable, for example health care, and research what kinds of skills you need to become useful in it or some segment of it, then go get those skills.

Hope some of the above helps. One last bit of advice. A college degree, including an Associates from a fully accredited college or university, will represent you better all through your career than equal skills learned at an "Institute" or whatever, and these days most offer evening and or weekend courses. You will also have a better library to draw on and maybe borrowing privileges through "Interlibrary loan" from other colleges or unirsities. Regular semester courses that give you the time to develop one skill before moving on to he next, plus the availability of an instructorand classmates you can exchange e-mail and phone numbers with are otheradvantages. The worst way if you have no familiarity with computers would be a "distance learning" course where you can get confused on your own without the support of thiose class hours, listening to other students' questions, etc. Down the road, when you've already got some skills, distance learbing is a musch more attractive option than in the foundational phase, I believe.
 
You might checkout Computerworld for salary surveys of DP positions. This will give you an idea of what people are making with what experience level with what qualifications. I feel $100k is overly optimistic based on what you have given.

A site that has 'real' jobs is You can search for jobs by any location, language, etc. and this will give you an idea of the market rate. In looking through this often, $100k is not that common, espeically with someone new to the field. If you had just graduated from college and were 22 I don't think you would be making $100k as a programmer by the time you were 26 (4 years). You may be able to use experience from your current career as a springboard.

The 'big' money comes once you reach project leader or higher level.

THERE ARE EXCEPTIONS...people who know 'hot' stuff, like S.A.P. are in high demand but getting that training is expensive and there is no guarantee that you will even be hired.

This may go against the above advice, which I think is very valuable, but another language that is easy to learn and gets you productive quickly is COBOL. Laugh if you like, but look for COBOL on DICE and you'll see lots of jobs. There are still lots of mainframes around but you'll probably end up maintaining legacy systems rather than working in new development.
 
What every one says is true.
I made a career change from printing management when I was 46.
I sent my family oversees for two years while I went back to school.

I ended up getting a Certificate in Applications Programming from UCLA Extension.THis took me a litle under two years. I have been in classes at UCLA for the last 3 years just building skills.

My first fult time gig, other then contract multimedia work in Director using Lingo to so Shockwave games and puzzles, was for a consulting firm, entry level (at about $65K) did one or two programs in PERL, and then was moved to Business Analysis and Systems Design. A year later two project lead, and the year after that Account Manager.

At 50, I am now a software development manager at $115,000.

Programming doesnt pay the big bucks, but you need it as a steppint stone to get inter the lead and management positions. Check the Salary Survey on DICE.COM. But beware of doing this stuff for money. I do it because I love it, I have never had to negotiate any of my salarys. If I was willing to negotiate, I would probably be making a lot more.

I was fortunate that I was able to SEGWEY my MBA into a managment position. But the three years as a consultant doing coding, analysis, design and project management were intense.

Some opinions:
1) Stick with accredited Universities, avoid trade schools or private schools...my experience is that the trade schools and school like DeVry are not that good.
2) Programming will not pay as well as management. But I think is writing code is a joy.
3) Don't count on making much money until after your first year of coding. Getting the first job is a bitch.
4) Try to use the skills that you have acquired over the last 50 years as a segway or a building block.
5) Look at Dice for what sort of skills are required for the different positions and salary levels. Go forward accordingly.
6) For starters I would spend some time with C or C++, then hit Java. Key point is that you want to be grounded in the constructs of programming(once you get these down you can pick up any language fairly easily, like over a weekend) Java has the most robust set of classes, so you can do a lot of things well and fast (time is money). If you need to go to the Microsoft side, its easier to move from Java to Microsoft Foundation Classes then it is to go the otherway. By the way, welcom to the Open vs Closed school of software architecture.
7) Don't worry about offshore programming. I worked for the last three years with an off-shore based programming operation. In Bangalore. While the programmers where average, the management and leadership couldnt lead a parade. As a whole few Indian programmers can think out of the box or are really creative. Not their fault, I assign cupability on the British Raj, SOB's that they were. No way can an Indian programmer match a US educated programmer with a Masters In CS from UCLA or USC. No way....will these people be a long term threat despite the hype. And while there hourly rate is cheaper, the projects that I am running right now with a US educated staff, and WELL MANAGED and LEAD is moving through projects with less risk and defect rates of 1.8 per Function Point.

Lastly Good Luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top