International PHP software diploma - worth?

AI Thread Summary
A discussion centers on the value of a PHP/MySQL certification from a business school in Macedonia for securing employment in Western corporations. Concerns are raised about the limited recognition of diplomas from European institutions, particularly non-university programs. The certification, which prepares students for the Zend Certified Engineer (ZCE) exam, is viewed as having low significance compared to actual work experience. Participants suggest that while PHP has improved, starting with it may not be ideal for someone with no prior programming experience. A strong emphasis is placed on the importance of obtaining a relevant computer science degree, as many employers require it for software development positions. Overall, the consensus is that pursuing a formal education in computer science would be a more beneficial path than a certification from a business school.
DaveC426913
Gold Member
Messages
23,838
Reaction score
7,833
A friend of a friend in E. Europe (Macedonia) wants to learn programming (PHP/MySQL) at a business college and hopes eventually to come here in work.

It has been my (possibly highly ignorant) understanding that, as far as Western corporations are concerned, diplomas from European are universally worth little more than the paper they're printed on. i.e. if he hopes to get a job here, he'd better pursue his education here. Generally true? or apocryphal?

This is the school: http://alexandria.com.mk/obuki/php-i-mysql-programer/?lang=en
 
Last edited by a moderator:
Physics news on Phys.org
There are some very good European universities. A PHP software diploma sounds pretty dubious though.
 
  • Like
Likes mafagafo
It's not a university. I don't think it's even a college. I guess it's a business school.
And yeah, it's not a diploma; it's a certification.

(link fixed to display in English)
 
DaveC426913 said:
It's not a university. I don't think it's even a college. I guess it's a business school.
And yeah, it's not a diploma; it's a certification.
The certification likely doesn't account for much, but if he's skilled, then it shouldn't matter.
 
Greg Bernhardt said:
...if he's skilled, then it shouldn't matter.
This is kind of what I was thinking. He'd need to get a few years of experience under his belt, and go on that strength, rather than on any education cred.

Of course, I still don't know whether the course itself will teach him what he needs to be a competent, competitive PHP programmer.
 
DaveC426913 said:
Of course, I still don't know whether the course itself will teach him what he needs to be a competent, competitive PHP programmer.
Does he have any other programming experience? I'd say it's a mistake to start with PHP.
 
Greg Bernhardt said:
Does he have any other programming experience? I'd say it's a mistake to start with PHP.
It would seem no. He's only 18.
 
The course prepares to pass the Zend PHP 5.3 Certification exam leading to Zend Certified Engineer (ZCE) certificate, which I am a holder of since three years. ZCE is conferred by Zend Technologies, not the Macedonian college. I believe it is recognized by some employers, but its significance is low compared to actual commercial experience. It may be useful in getting the first junior developer job.

Greg Bernhardt said:
I'd say it's a mistake to start with PHP.
PHP has gone a long way in the last few years. Lots of good code is written in it nowadays...
 
  • Like
Likes Greg Bernhardt
I'd stay away from the business school and get a real computer science degree.
 
  • Like
Likes Greg Bernhardt
  • #10
I have reviewed many, many applications for a software development job. If one would not list a relevant degree (CS, math or some natural science or engineering), it would need to have something EXTRAORDINARY to make it to the next stage. A "certification" would not count as such.

So my advice is: do not waste time and money on this.
 
  • #11
I don't think that the main "entry" in an application should mention a programming language, unless it is something like "Created C++."
PHP is the kind of token to appear in a listing, as Java, C, Flash, JS, SQL, and so on.

Confirming what voko said from experience, I have never seen a good job opening without requirement of at least a technical degree.
 
Back
Top