I want to ask if there are any "Ruby on Rails certifications" out there.
Even if they are not too much formal, I think it would be a good idea to
follow the requirements of a certificate especially for beginners so
they at least no the pathway to learning "Ruby on Rails".
So, are there any certification programs on "Ruby on Rails"?
Thanks.
--
Posted via http://www.ruby-forum.com/.
Goodness, I hope not. A certification just says that you can pass a
test -- it is no guarantee that you're a good developer.
I think most employers sensible enough to adopt Rails in the first place
are also sensible enough to not care about that sort of certification.
> Even if they are not too much formal, I think it would be a good idea to
> follow the requirements of a certificate especially for beginners so
> they at least no the pathway to learning "Ruby on Rails".
Pathway:
Learn Ruby. Read the Rails Guides. Learn DB design. Practice!
>
> So, are there any certification programs on "Ruby on Rails"?
>
> Thanks.
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
Sent from my iPhone
If there is a certificate out there, that would be nice.
Thanks @marnen. Well, I think in addition for the certificate to be some
sort of pathway, it can make you commited to learning.
If there is a certificate out there, that would be nice.
Best regards
Peter De Berdt
For example, @marnen proposed the following:
Pathway:
Learn Ruby. Read the Rails Guides. Learn DB design. Practice!
Is there a more specific proposed pathway. For example:
- To START learning Ruby, check the following resources (i.e; Books,
blogs,...etc)
- To START learning Rails, check the following resources (i.e; Books,
blogs,...etc)
- After you gained the basics do the following (i.e; learn DB design,
...etc)
- The next step is to do the following (i.e; Project on GitHyb, ...etc)
To get a detailed pathway from expert RoR developers will be of much of
help to us new to RoR.
Thanks a lot for your replies on this.
Thanks @Dennis. Yes, I think http://railstutorial.org/would be a good
option.
Thanks @Riccardo for the nice advice. I think it makes sense.
I certainly agree that getting lots of experience with a language is
good (although a fairly obvious tip). But I fail to see how "the most
important thing" is to have code on Github?
I don't have anything on there other than a few Gists that I've put up
when helping people from this list. I use Mercurial as my SCM, so
Github isn't much use to me, and the majority of the code I work on is
not open source - my clients would shoot me (worryingly literally for
one of them...) if I was to push their code to a 3rd party host.
If you mean that it's a good thing to help publicly in a community;
then again, that's true, but such a broad and flat statement as "most
important" doesn't really help a discussion - especially when it's not
necessarily even nearly true (as my case shows).
BTW how would you suggest someone gets "good code" on github as
opposed to "bad code"?... there's nothing in Github as a tool that
helps you learn to use Ruby or Rails, or to write "good" code (in
quotes, because the definition of "good" can vary depending on
context). I'd refer the OP to the previous posts on not taking
certification as point of fact of ability, and instead work through
the tutorials and the books, and learn the subject of OO programming
in some breadth - even if that includes learning some Java, PHP, C#,
etc too - all of which will improve your Ruby by having a larger
understanding of patterns used in development.