[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Real world experience needed

Chris Duncan

4/12/2007 6:34:00 AM

I am in the process of retraining myself in Ruby. I have books, a Mac
(with Textmate), Linux and Windows boxes, read online articles and
invent little coding exercises for myself. None of that is a
substitute for real world experience.

Is there anybody who would be willing to engage me in a sort of
internship whereby you give me a smallish Ruby project to do and I
complete it purely for the experience?

I'm physically located in the UK, but the 'Net has a long reach. ;-)
Please contact me off list if you can help.

Sorry, if this is not the correct forum for this sort of thing.

Regards,

Chris
http://rotsog.wor...


9 Answers

Chris Hulan

4/12/2007 12:25:00 PM

0

....
> Is there anybody who would be willing to engage me in a sort of
> internship whereby you give me a smallish Ruby project to do and I
> complete it purely for the experience?

Get thee to the Ruby Quiz (http://rub...). Lots of interesting
projects
of all levels with a bevy of solutions to compare/learn from

Cheers

dave rose

4/12/2007 12:28:00 PM

0

celldee wrote:
> I am in the process of retraining myself in Ruby. I have books, a Mac
> (with Textmate), Linux and Windows boxes, read online articles and
> invent little coding exercises for myself. None of that is a
> substitute for real world experience.
>
> Is there anybody who would be willing to engage me in a sort of
> internship whereby you give me a smallish Ruby project to do and I
> complete it purely for the experience?
>
> I'm physically located in the UK, but the 'Net has a long reach. ;-)
> Please contact me off list if you can help.
>
> Sorry, if this is not the correct forum for this sort of thing.
>
> Regards,
>
> Chris
> http://rotsog.wor...
...write a ruby recipe manager and start testing with chocolate chip
cookies (recipe of course)...Make sure it's units are capable for
worldwide consumption ie. we here in the US do not use the metric system

--
Posted via http://www.ruby-....

John Joyce

4/12/2007 1:04:00 PM

0


On Apr 12, 2007, at 9:27 PM, Dave Rose wrote:

> celldee wrote:
>> I am in the process of retraining myself in Ruby. I have books, a Mac
>> (with Textmate), Linux and Windows boxes, read online articles and
>> invent little coding exercises for myself. None of that is a
>> substitute for real world experience.
>>
>> Is there anybody who would be willing to engage me in a sort of
>> internship whereby you give me a smallish Ruby project to do and I
>> complete it purely for the experience?
>>
>> I'm physically located in the UK, but the 'Net has a long reach. ;-)
>> Please contact me off list if you can help.
>>
>> Sorry, if this is not the correct forum for this sort of thing.
>>
>> Regards,
>>
>> Chris
>> http://rotsog.wor...
> ...write a ruby recipe manager and start testing with chocolate chip
> cookies (recipe of course)...Make sure it's units are capable for
> worldwide consumption ie. we here in the US do not use the metric
> system
>
> --
> Posted via http://www.ruby-....
>
Maybe YOU don't use metric, but perhaps that's why you haven't
noticed that all food products are labeled with English and Metric
system measurements...?

Phillip Gawlowski

4/12/2007 1:25:00 PM

0

John Joyce wrote:

> Maybe YOU don't use metric, but perhaps that's why you haven't noticed
> that all food products are labeled with English and Metric system
> measurements...?

Besides, metric is part of the SI standard, and thus i18n safe. >:-)

--
Phillip "CynicalRyan" Gawlowski
http://cynicalryan....
http://clothred.rub...

Rule of Open-Source Programming #6:

The user is always right unless proven otherwise by the developer.

Alex LeDonne

4/12/2007 2:13:00 PM

0

On 4/12/07, celldee <celldee@gmail.com> wrote:
> I am in the process of retraining myself in Ruby. I have books, a Mac
> (with Textmate), Linux and Windows boxes, read online articles and
> invent little coding exercises for myself. None of that is a
> substitute for real world experience.
>
> Is there anybody who would be willing to engage me in a sort of
> internship whereby you give me a smallish Ruby project to do and I
> complete it purely for the experience?
>

Browse projects on RubyForge. Find one that sounds interesting to you.
Write some tests, then offer some code.

-A

Richard Conroy

4/12/2007 3:59:00 PM

0

On 4/12/07, celldee <celldee@gmail.com> wrote:
> I am in the process of retraining myself in Ruby. I have books, a Mac
> (with Textmate), Linux and Windows boxes, read online articles and
> invent little coding exercises for myself. None of that is a
> substitute for real world experience.

Like someone else mentioned - do the Ruby Quiz. It seems to be
The Way of Enlightenment.

Also check your books. Depending on your level of experience with
tech/programming in general, the book recommendations change.

I really like Brian Marick's 'Everyday Scripting with Ruby'. Chris Pine's
'Learn to Program' is good, but more for the novice. ESwR is very practically
focused for instance which I like (your first code example for instance
uses Files). Then everyone varies on their 'sagely' book: Pickaxe is the
lingua franca, but people tend to gravitate towards Bruce Tate's 'The
Ruby Way' or David Black's 'Ruby for Rails' for their more in depth advice.

YMMV - but I like being dumped into the trenches of practical stuff.

Theres also Rails, but to be pedantic, you are not strictly learning Ruby
there (you can accomplish great things in Rails without Ruby knowledge,
which is pretty impressive in itself) which will give you a lot of confidence
and visible results. Do Google Maps Mashups or Twitter mashups (get
some cheap hosting). But maybe core Ruby stuff is probably better
for pure learnign.

> Is there anybody who would be willing to engage me in a sort of
> internship whereby you give me a smallish Ruby project to do and I
> complete it purely for the experience?

> I'm physically located in the UK, but the 'Net has a long reach. ;-)
> Please contact me off list if you can help.

Theres UK/London/elsewhere Ruby Users Groups. Find a mailing list
and join, you might find locally placed people.

> Sorry, if this is not the correct forum for this sort of thing.

It is. We all participate in the big Ruby love-in, more converts and
awareness, increases the likelihood that I can get paid to program
in Ruby in the future.

James Gray

4/12/2007 4:31:00 PM

0

On Apr 12, 2007, at 10:59 AM, Richard Conroy wrote:

> ...Bruce Tate's 'The Ruby Way'...

Just a quick clarification here. Hal Fulton writes The Ruby Way.

James Edward Gray II

Richard Conroy

4/12/2007 4:42:00 PM

0

On 4/12/07, James Edward Gray II <james@grayproductions.net> wrote:
> On Apr 12, 2007, at 10:59 AM, Richard Conroy wrote:
>
> > ...Bruce Tate's 'The Ruby Way'...
>
> Just a quick clarification here. Hal Fulton writes The Ruby Way.

Oops. My bad. Apologies to the respective authors.

Bruce Tate wrote 'Beyond Java' which is another significant book in
Ruby book-space, though probably not for the OP.

Roseanne Zhang

4/12/2007 4:55:00 PM

0

Richard Conroy wrote:

>> Sorry, if this is not the correct forum for this sort of thing.
>
> It is. We all participate in the big Ruby love-in, more converts and
> awareness, increases the likelihood that I can get paid to program
> in Ruby in the future.

Yes, agreed!
I just started a job potentially to use ruby in the near future. :)


--
Posted via http://www.ruby-....