I’m going to create a certification for an “ls” command.
GitHub Certifications (Beta)
101–110 of 129 posts
Re: GitHub Certifications (Beta)
#102I really don't understand those certificate business on computer related skills. It changes too rapidly and certificate of last year doesn't guarantee the current skill. Anyway, I quickly glanced the sample exam questions. https://github.com/certifications > Which statements are true about GitHub Marketplace? Honestly, I have never heard about the term GitHub Marketplace at all. Frankly, I don't want to relies on ran…
>How do I suppose to know that without getting any alert previosuly? By reading every GitHub documents and committing it to the brain? Isn't that how one normally prepares for an exam?
Re: GitHub Certifications (Beta)
#103Re: GitHub Certifications (Beta)
#104Re: GitHub Certifications (Beta)
#105Earlier quoted context omitted.
Thank god most of the non-corporate software industry regards certifications as a way to pad a non-impressive resume and not something actually valuable.
Why is it certificates are viewed this way and degrees are not? Is it a class thing? Or are there really just no good certificates.
Re: GitHub Certifications (Beta)
#106Ugh, this has Microsoft's playbook written all over it. Introduce a certification, thus increasing the gap between developers who (had their employee) pay Microsoft and developers that didn't. Conflate a generic concept (Git in this case) with Microsoft's specific implementation (Github), muddying the difference in managers' lexicons. Attempt to set Github as a standard to reach in everyone's mind. I mean there's a c…
> Introduce a certification, thus increasing the gap between developers who (had their employee) pay Microsoft and developers that didn't. Did anyone ever take Microsoft's "Microsoft Certified Application Developer" or "Microsoft Certified Solutions Architect" titles seriously? I was still in high-school when I heard about it. I asked some SWE friends of mine who told me that they didn't take it seriously due to the…
But Amazon is no different.
Re: GitHub Certifications (Beta)
#107Dumb enterprisey 'certification' aside, I can see the free course being effectively used during onboarding (esp. intern/grads, but anyone can not have used GitHub or even git before, just because it's not what previous employer used) at which point being 'certified' becomes a handy 'get out of going through that again' card...
At least at the university I went to we had multiple classes that required using git and plenty of freshmen came in with at least a basic understanding.
But not everyone, and even if so, there might be value in ensuring a base level understanding of 'use of git & GitHub', especially if you happen to do it in the GitHub proscribed way.
I'm sure many organisations have worse/more obvious/less worthwhile-as-viewed-by-new-hire on-boarding to go through!
Re: GitHub Certifications (Beta)
#108Earlier quoted context omitted.
Personally I've found certifications are a good way to show you're good at passing certifications, and nothing else. I have nothing against people who show up with their resumes filled with them, but it's not a valuable indicator in my opinion. I'd rather see what they've built. Show me some useful things on your github or blog. That I can see value in. Obviously we're talking about software-related certs, not pilots…
When recruiting, I usually take certifications as a token of the lack of skills rather than a demonstration of skills
Re: GitHub Certifications (Beta)
#109Oh my. This is the first new thing that's very "Enterprise Microsoft" since they bought it, isn't it?
Re: GitHub Certifications (Beta)
#110The main problematic thing about this is that it can be used as a way for Microsoft to push their beliefs and agendas. It further centralizes git even more. For example (extreme case to make a point), imagine if the questions were like: 1) Which is the most reliable git platform? (a) github (b) gitlab (c) gitweb 2) Which is the best license for new code? (a) MIT (b) GPLv3 (c) ALv2 3) Which is better for coding? (a) s…
Taking a look at the sample questions provided (questions and correct answers): Q4: Which licensing statement best describes a project to be truly open source? * it is recommended to choose a license because without it, the default copyright laws apply (technically correct but yeah) Q5: Which statements are true about GitHub Marketplace? * a digital catalog with hundreds of software listings from independent software…