Junior Rails developer looking for remote work

I’m doing Ruby & Rails development for almost a year now and I’m loving
it!
I’ve also done 2 commercial projects (their source is in private github
repos, I can provide it if needed) and I’m currently looking for a job.

Thanks.

Github: agis (Agis Anastasopoulos) · GitHub
Blog: http://agis.heroku.com
Twitter: http://twitter.com/corestudiosnet

Sample app: http://shoply.herokuapp.com (it’s in Greek)

Hi Agis,

Do you have much experience with Coffeescript / Backbone JS?

Hello.

No I don’t have JS experience at all.

Cheers.

@corestudiosnet

What’s the general level of Backbone JS does a typical Jr RoR
subcontractor
need?

One might need non of those skills at all in a general case; it depends
on
the job opening, really. That’s how your question was phrased to my
knowledge. As to this particular job, I’ve no idea.

2012/8/13 Weston P. [email protected]

@Dihital. Right. But being a Jr RoR freelance dev, what’s a good
benchmark
to shoot for in establishing myself as JS competent developer?

Oh, well then you should look into behavior / test driven development
and
testing (for JS) tools similar to http://pivotal.github.com/jasmine/

Also you must learn CoffeeScript as it comes bundled with Rails (also it
is
very good ;),
Next you should learn jQuery

With Jasmine + CoffeeScript + jQuery knowledge (and possible another
library like Cucumber) you’ll be able to do A LOT, IMO (just because BBD
is
so powerful).

2012/8/13 Weston P. [email protected]

Hi,

On 08/13/2012 09:11 AM, Gintautas Šimkus wrote:

Oh, well then you should look into behavior / test driven development
and testing (for JS) tools similar to http://pivotal.github.com/jasmine/

Also you must learn CoffeeScript as it comes bundled with Rails (also it
is very good ;), Next you should learn jQuery

JQuery I can agree with… but expecting a developer to know Coffescript
is laughable (no offense) if you ask me. What is the big deal when it
comes out as normal JS in the end anyways?

Coffeescript only slims it down in some ways and makes it a bit more
rapid for some programmers but others can program normal Javascript just
as fast. I know a Javascript developer who was completely hindered by
Coffeescript.

IMO with all things you should learn the actual language before you
bother with a framework and/or library. That means IMO you should
probably learn how to do your own requests with JS before you use jQuery
to do that request that way you understand how it works can debug a bad
situation, you don’t want to be that developer who builds something and
then doesn’t know how it works so when it all comes falling down you
have no idea what to do. Or the developer who does something the way
the framework implies and then it turns out you did it all wrong and
people are calling you bad. I know that doesn’t always apply but
clients like a developer who actually knows how what they are using
works.