vote up 0 vote down star

Possible Duplicate:
Is a College/University Degree Still Relevant?

I am based in the UK, I want to start a new career in IT, at the age of 39! I used to code when i was a teenager, in Basic. Since then I embarked on a career as an artist, which is fantastic but doesnt pay the bills!

Anyway, I've always stuck at it with all things IT, and decided I need a new interest and career. Due to my 'advanced' age, i'm curious to know what people think might be the best route for me. Over the last year I've dipped my toes into Visual basic, .Net, Real Basic, Cocoa, web design languages like html, php, javascript, css etc, all to start to give me a grounding in software development, which is what I would like to do. The problem is the market is very competitive, and I'm thinking about doing an IT Masters degree, as I already hold a degree (though in 3d Design).

My question is this, should I do a degree and get some accredited qualifications, or continue to go down the self-taught route, take the odd accredited course and build up this way? I'm siding with the Ma degree at the moment, as it gives me a good general overview in IT, can help me make my mind up as to which field within IT would interest me, and gives me a better chance due its higher qualification.

I'm very serious about starting this new career, but I have reservations due to my age and also which 'course' to follow? Any thoughts would be appreciated.

flag
The question of whether or not to get a degree has been asked before. Here is one: stackoverflow.com/questions/25403/… – EBGreen Sep 2 at 21:00

closed as exact duplicate by Joel Coehoorn, EBGreen, Brandon, seth, Corbin March Sep 2 at 21:11

5 Answers

vote up 0 vote down

Hi

Of course, the most important thing is to become a proficient coder. If you have what it takes, you can absolutely teach yourself. There is tons of literature available, and by choosing wisely and sticking to it (rather than just dabbling by yourself), you can avoid aquiring bad habits and misconceptions. Pick a platform and get good at it - it's more efficient than learning a little of all. Also, concentrate on skills in demand - these days web application development are the biggest market by far, and so offers the greatest number of jobs.

However, as you mention, the market is competitive, and a great deal of employers are somewhat hung up on formal qualifications (no wonder, actually, because the business is full of poorly self-taught script kids who turn out to be bad investments). Getting a degree will get you through the door and into serious interviews.

Once you get that far, however, you'll have to be able to code convincingly. Any company in which you'll actually want to work will be serious enough to test candidates on actual coding skills. More often than not, the kind of tests you'll encounter will require knowledge of algorithms, concepts, textbook problems etc. that you might not encounter in "teach yourself"-books, and certainly not while playing around with your favourite dev environment. A degree will give you an edge there.

An alternative path, both quicker and cheaper, is to go for vendor certification. If you go for the .NET platform, for example, Microsoft offers an extensive program of certification exams for which you can take classes or teach yourself. Same for Java and other platforms. These certifications are actually very popular with employers, both because they demonstrate real knowledge of the platforms and also because they count towards their own credentials as 'Microsoft Gold Partners' and suchlike. With an MCPD Enterprise Developer, for example (which I have taken), you'll be taken seriously with Microsoft-oriented firms.

But the ultimate requirement is the necessary experience to attack a problem sensibly and carry it through with practical results. Only lots of coding will do that.

The bottom line is: - You will have to pick a platform (I suggest you go for .NET/C#, as it is very much in demand and a pleasure to work with too), and then get good at it. Your experience will be your primary asset. - If you can manage, financially and pracically, get a degree too. But concider certifications first.

Eh, I'm rambling ;-)

Good luck.

link|flag
Most people seem to agree that a half n half trajectory is the way forward, get a degree but also get some accredited or self-taught courses under my belt in something much more specific..Net is something i've started, as friends have said it still dominates. Useful advice, and you werent rambling! – unknown (google) Sep 3 at 7:24
vote up 0 vote down

Before enrolling to 6month diploma degree, try your hand at some tutorials. ( search for Ruby in 15 minutes) 6 Month diplomas will (probably) have you doing either something too low level that will turn you off from 'IT' or something too high level ( SOA ) that will not get you employed.

Given your degree/affinity for 3D Design, give Flash a try. You can re-invent yourself as a Flash/AIR/etc developer.

link|flag
vote up 3 vote down

You might want to try your hand at UI design. There are lots of great programmers out there who can't design their way out of a paper bag. They will literally beg for you to create a precise image that describes the web page/application/heads-up display that must be implemented. That kind of work pays very well, too, as not that many people can both draw very well and also communicate effectively with programmers. As a bonus, you can probably get experience actually programming at the same time.

link|flag
Agree - if you have graphic sense, leverage this. If you can also code, you have a winner. – Thorbjørn Ravn Andersen Sep 2 at 21:10
Lots of places would love an artist who can also code! Also consider game programming or the folks who do graphics for movies. – HLGEM Sep 2 at 21:30
Very interesting idea, some others have mentioned using my artistic background as well. This forum is really useful because i still dont know enough of how many different types of jobs are available within IT, software development is something i am familiar with, so yes this is all very very useful information and insight, thanks. – unknown (google) Sep 3 at 7:21
vote up 0 vote down

Over the last year i've dipped my toes into Visual basic, .Net, Real Basic, Cocoa, web design languages like html, php, javascript, css etc, all to start to give me a grounding in software development, which is what i would like to do.

IT is not software development. Software development is software development. Should you go back to school, you might consider a degree in Computer Science if you really do want to end up writing code or designing software.

(Queue complaints about how CS is different from software engineering and design)

link|flag
Obligatory "If you want to design and implement software, study software engineering, not computer science." – Thomas Owens Sep 2 at 21:11
I knew it! I only said CS because it tends to be used as a cover-all and often it is the route you need to take in undergrad. At my school, we only have Comp. Sci. - no software engineering department. As such, one needs to major in CS, and then perhaps specialize in SE. – Faxwell Mingleton Sep 2 at 21:13
Yep, sorry, i was generalising, i know the difference, thanks. – unknown (google) Sep 3 at 7:22
Ok! Didn't mean to come off as a jerk, I just know a lot of people who lump all that computer cruft together into IT. Wanted to be sure you're not getting into the wrong field after paying for a year of education :) – Faxwell Mingleton Sep 3 at 13:42
vote up 0 vote down

If you wanted to get into programming I'd recommend a 6 month diploma or something like that from a college. Sometimes Master degrees are seen as a bit too specialized. Employers are probably more interested in actual experience. Learn the basics in a fairly short course and then look for an entry level job where you can move up quickly. Getting involved in a few open source projects wouldn't hurt either.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.