vote up 4 vote down star
1

Does going for technical certifications helps one grow as a programmer or it is just to demonstrate that you are a field matter expert ?

flag

63% accept rate

15 Answers

vote up 8 vote down

I'm taking some certifications, and I assure you there is a lot that you don't discover working.

link|flag
if you don't discover this info while working, is it really useful info? can you give an example? – Steven A. Lowe Oct 16 '08 at 15:57
Yes it is, i'm slowly certifying myself as a SQL Server DBA, and the amount I don't know about SQL Server is quite amazing. This is after working with SQL Serve since SQL Server 6.5. For example: resolving deadlocks, configuring maintenance jobs, and tracing and debugging slow queries. – Bravax Oct 16 '08 at 16:02
The thing to consider is that certs are only useful if you are learning something, because it will improve your knowledge. The problem is that most people don't take anything away from certifications other than a "trophy" on their resume. – joseph.ferris Dec 14 '08 at 12:59
I agree... I used to think there was no value in it. That's not true; training of any form - leading to a test or not, helps your skills grow. – Sam Feb 25 at 3:48
vote up 7 vote down

It demonstrates that you have the time and money to take a subjective quiz that is easy to cheat.

Hard work, reading and experience makes you a better coder.

link|flag
What certifications do you specifically mean? Because definitely not all of them fall in the category of "subjective quiz that is easy to cheat". – Jonik Jan 31 at 12:17
vote up 5 vote down

It provides a tangible form of 'level of expertise' metric to companies. It is flawed in the way that all metrics are flawed though, in that it only measures certain measurable objectives and doesn't provide any meaningful information outside of that.

It can be a foot in the door though, as it can get your resume to the top of the pile for consideration quicker. I wouldn't say they improve expertise though (certainly, someone who has certifications in certain areas won't for certain be more compentent in said areas than another programmer... it just means they bothered to buy a piece of paper that says they are)

link|flag
vote up 4 vote down

Some can be helpful, as they force you to study material in areas where you might not have had much experience. The real problem is that the testing really sucks. It becomes more of a problem in test taking than one of learning new material.

The other problem is the requirements that some organizations have that require you to do the basic certs before you're allowed to do the more advanced ones. Often the basic certs are a waste of time and money.

link|flag
vote up 4 vote down

All of the below assumes that you want to use the certification as a structure for improving your skills as opposed to working the system to get a piece of paper....

A good certification curriculum forces you to learn the subject matter in a more comprehensive and systematic way than you'd learn on the job, where you tend to know only the subset of the API that your stuff relies on, and where if something works, there can be a lot of pressure to move on to the next thing rather than satisfying yourself that it works for the right reason, that it's going to work on every platform, etc.

Multiple choice quizzes have a bad reputation, and rightly so if the only reason you can answer a question is because you happened to memorise the answer in your cramming session- "oh, I know this one!". But there's another kind of preparation that enables you to give an answer to a multichoice question by thinking through each of the answers, coming up with a reason in your head why (b) is correct, and for each of (a), (c), and (d) coming up with a reason why those can't be the right answer. That kind of preparedness for a test starts to resemble real world expert knowledge: you can predict how a system is going to behave given certain starting conditions, rather than guessing or muddling through, and you can give sure, unambigious, logical reasons why.

link|flag
vote up 3 vote down

You might even ask if getting a degree in IT make you a better programmer. Just because you studied to take a test, doesn't necessarily mean you are a good programmer.

In retrospect, I suppose a company should try to develop the perfect test, so that if a programmer studied to pass it, it would have the affect of influencing coding behaviours, but often a .NET or PHP, or Python test (name whatever language you want here), will only be testing on general concepts needed to effectively use the language, but won't go deep enough to figure out if you can create a helper or controller class for a contact address book, or some simple application.

Nonetheless, if you're a good programmer, and you know this, and want to give interviewers a warm fuzzy, who may happen to not know how to program but need you to fill their one programmer slot, then a certification may help you get the job, especially if your soft skills may not shine in the interview.

link|flag
vote up 2 vote down

It pushes you to do some studying that you might not otherwise fit in.

link|flag
vote up 2 vote down

You may learn some minor new functionality via the certification process, but overall they demonstrate that you are a subject matter expert. People that I have spoken to only take the certifications to: 1. Get a bonus from their current company, or 2. Make it easier to get hired by a new company.

link|flag
You didn't deserve the negative that some idiot gave you, so I gave you a thumbs up. You are RIGHT that this is how certifications are used. – Richard T Oct 17 '08 at 0:06
vote up 2 vote down

I think it depends on how you approach studying and preparing for an certification exam. If you just cram then no. If you research and practice the skills the cert exam covers then maybe there is a chance you will be a better programmer.

I do feel the cert exams exposes one to more areas that they would normally not use in day to day work and can give one insight into different ways to do some things. In my experience something I have seen preparing for a cert exam over weeks has come back up months later and I have turned to my study material or books or even knew what to look up to use something I have never used before.

So it just depends. Your approach and attitude are the key.

link|flag
vote up 1 vote down

It does neither. Taking the courses can help you to learn new techniques and skills. However, the simple fact that one possesses a technical certification says nothing about whether they actually know any of the material. I've met people with MCDBAs, who were unable to write a simple select query, or configure log shipping. Many certifications are only tested with multiple choice, and therefore, can be obtained with a couple days-weeks of intense studying.

link|flag
vote up 1 vote down

I don't think that technical certifications can improve your programming skills. If anything, it demonstrates your ability to study and retain material long enough to take a test. I've seen plenty of people who I didn't think were great programmers pass certification exams like it wasn't a problem.

However, I do believe that it can expand your base of knowledge. For example, the Microsoft certifications that I've obtained gave me a passing familiarity with some things that I hadn't used before.

Perhaps it depends on the attitude with which you approach studying.

link|flag
vote up 1 vote down

Yes, absolutely, if you have to practice programming outside your comfort zone while studying.

You can either take it for the right reasons or the wrong reasons, but forcing yourself to learn in the benefit of most certifications.

link|flag
vote up 0 vote down

Either can really be the answer depending on the situation. If someone has spent decades in a technology then the certification may not improve their skills, whereas if someone is going into a new technology in pursuit of a certification this may make them a better programmer by adding something else to the various technologies that someone knows.

Sometimes the information can be academic in going for a certification or handling those multiple choice tests that can be a pain to do because how often when confronted with a problem will you know that one of a,b,c, or d will be the solution? :)

link|flag
vote up 0 vote down

I think certifications are just for HR staff, if you read the biographies of the great programmers you never see Certification section. It's just another title :)

link|flag
vote up -1 vote down

Does going for technical certifications helps one grow as a programmer

No

link|flag

Your Answer

Get an OpenID
or

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