I have no degree, am self taught, and spent the last year moving a database from Access to SQL Server, programming the front end in VBA (in an Access project). I want to get into a programming role eventually and I'm wondering whether to study for MCTS Installing and Maintaining SQL Server (playing to my experience) or start studying for MCTS .NET. I guess to get a programming job I will need the latter anyway to prove I can program, so I'm veering towards it, I'd do both but they are a lot of work (ignoring the dumps etc out there) so I'd prefer to do the one.

link|improve this question

feedback

closed as off topic by Jeremy Banks, Lord Torgamus, Andrew Barber, OffBySome, Graviton Feb 3 at 8:08

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

up vote 3 down vote accepted

I would say no. I've worked for a number of places in an IT capacity and I would stay away from those that put too much emphasis on education and certifications over real-world experience.

No matter how many (or how few) certifications and college classes you take, real world experience will always beat it.

In my experience, those organizations that have degree and/or certification requirements and won't accept your experience in leiu are not the kind of places you want to work anyway.

link|improve this answer
Perhaps with this in mind i should study for .Net as im not using it in work and it would count as personal development. – g_g Oct 19 '09 at 17:34
That's sort of how I started. I got my first IT job writing documentation and studying VB in my spare time. When I kept finding bugs in the software while I was writing the manuals I offered to try to fix some of them. Most of the learning you do in life is going to be off your own back. Companies are only interested in teaching you to program what they need written. – Sonny Boy Oct 19 '09 at 18:14
feedback

Certifications will get you past the HR monkeys. I don't see the harm if you don't have a lot of actual work experience, because it will demonstrate more than a passing interest for entry level/junior positions.

link|improve this answer
feedback

If you want to be a programmer, your time would be better spent learning the basics of programming - not focusing on a specific technology for getting a cert. Certifications have limited value; they're good at demonstrating TEST aptitude and your ability to memorize trivia and they do help get past recruiters who use them as a baseline for candidate acceptability (right or wrong, they do it). They tell little to nothing about your programming skill.

"Proving you can program" requires considerably more than a certification. Pick a language and write an app for yourself; something you'd find useful. Get good with the basics of your language (C#, Java, Ruby, whatever). Do code kata's (http://codekata.pragprog.com/, http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata), participate in local user groups, read blogs.

Write. Code.

link|improve this answer
1  
Absolutely. Programming is not language-dependent. Either you're a good programmer or you're not. – Sonny Boy Oct 19 '09 at 18:12
feedback

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