I am a beginner in programming and I obviously have a lot of questions.
Since I know most of you are highly experienced in ruby, my questions might
sound simple. I read through the great Chris Pine’s book (Learn To Program,
Second Edition) and now I study from the Ruby Monk website. (This is all
that I have reached so far). So please, if someone has a desire to lose
some time for me, it will be highly appreciated. Or may be some of you may
tell me where I can find additional information for beginning level. Thank
you so much!
I suggest joining the #ruby channel on the Freenode IRC network. Lots of good people there as well.
-- Matt
It's not what I know that counts.
It's what I can remember in time to use.
···
On Thu, 9 Oct 2014, boris_atanasov wrote:
I am a beginner in programming and I obviously have a lot of questions.
Since I know most of you are highly experienced in ruby, my questions might
sound simple. I read through the great Chris Pine’s book (Learn To Program,
Second Edition) and now I study from the Ruby Monk website. (This is all
that I have reached so far). So please, if someone has a desire to lose
some time for me, it will be highly appreciated. Or may be some of you may
tell me where I can find additional information for beginning level. Thank
you so much!
Hello Boris,
first of all, welcome to the world of Ruby and Ruby development. I hope you
find it a nice and pleasant language to work with and also enjoy the Ruby
community.
That being said, you already are at the perfect place for your questions.
There is not division into beginners, intermediates and pros or something
similar. Just ask away using a concise subject for your e-mail.
I very much hope you like it here.
Cheers!
--- Eric
···
On Thursday 09 October 2014, 14:15:40, boris_atanasov wrote:
I am a beginner in programming and I obviously have a lot of questions.
Since I know most of you are highly experienced in ruby, my questions might
sound simple. I read through the great Chris Pine’s book (Learn To Program,
Second Edition) and now I study from the Ruby Monk website. (This is all
that I have reached so far). So please, if someone has a desire to lose
some time for me, it will be highly appreciated. Or may be some of you may
tell me where I can find additional information for beginning level. Thank
you so much!
Welcome Boris,
This is a great place to come for answers to some of the tougher problems that you get stuck on, but as a relatively new Ruby programmer myself, don't forget to always check Stack Overflow first! Usually the easiest way to do that is to simply google search for the problem you are having (error message, 'how do I do...', etc.) and find the most relevant Stack Overflow entry.
That site is a Godsend for everything from incredibly simple beginner questions to pro's with 20 years of experience, extremely particular bug-fixing questions.
Hope this helps and good luck,
-Dave
>
> > > > > > >
Stack OverflowQ&A for professional and enthusiast programmers |
>
View on stackoverflow.com | Preview by Yahoo |
>
>
I am a beginner in programming and I obviously have a lot of questions. Since I know most of you are highly experienced in ruby, my questions might sound simple. I read through the great Chris Pine’s book (Learn To Program, Second Edition) and now I study from the Ruby Monk website. (This is all that I have reached so far). So please, if someone has a desire to lose some time for me, it will be highly appreciated. Or may be some of you may tell me where I can find additional information for beginning level. Thank you so much!
···
On Thursday, October 9, 2014 7:15 AM, boris_atanasov <79tedy@gmail.com> wrote:
Wow, thank you for your instant response. It is very encouraging for me. I
will use it for asking questions.
:))
···
On 9 October 2014 14:24, Eric MSP Veith <eveith@wwweb-library.net> wrote:
Hello Boris,
first of all, welcome to the world of Ruby and Ruby development. I hope you
find it a nice and pleasant language to work with and also enjoy the Ruby
community.That being said, you already are at the perfect place for your questions.
There is not division into beginners, intermediates and pros or something
similar. Just ask away using a concise subject for your e-mail.I very much hope you like it here.
Cheers!
--- Eric
On Thursday 09 October 2014, 14:15:40, boris_atanasov wrote:
> I am a beginner in programming and I obviously have a lot of questions.
> Since I know most of you are highly experienced in ruby, my questions
might
> sound simple. I read through the great Chris Pine’s book (Learn To
Program,
> Second Edition) and now I study from the Ruby Monk website. (This is all
> that I have reached so far). So please, if someone has a desire to lose
> some time for me, it will be highly appreciated. Or may be some of you
may
> tell me where I can find additional information for beginning level.
Thank
> you so much!
Funnily there is also #ruby-lang on freenode...
Cheers
robert
···
On Thu, Oct 9, 2014 at 2:06 PM, Matt Lawrence <matt@technoronin.com> wrote:
I suggest joining the #ruby channel on the Freenode IRC network. Lots of
good people there as well.
--
[guy, jim].each {|him| remember.him do |as, often| as.you_can - without end}
http://blog.rubybestpractices.com/
Hi Boris,
If you are looking for more books to read now that you have finished *Learn
to Program* (excellent choice, by the way), Justin Weiss made a blog post
<http://www.justinweiss.com/blog/2014/09/22/can-you-learn-rails-before-learning-ruby/>
on where to go from there as your skill improves. I'm not affiliated, but
highly recommend his blog in general.
Welcome to Ruby, you've come to the right place
Adam
···
On 9 October 2014 12:37, boris_atanasov <79tedy@gmail.com> wrote:
Wow, thank you for your instant response. It is very encouraging for me.
I will use it for asking questions.
:))On 9 October 2014 14:24, Eric MSP Veith <eveith@wwweb-library.net> wrote:
Hello Boris,
first of all, welcome to the world of Ruby and Ruby development. I hope
you
find it a nice and pleasant language to work with and also enjoy the Ruby
community.That being said, you already are at the perfect place for your questions.
There is not division into beginners, intermediates and pros or something
similar. Just ask away using a concise subject for your e-mail.I very much hope you like it here.
Cheers!
--- Eric
On Thursday 09 October 2014, 14:15:40, boris_atanasov wrote:
> I am a beginner in programming and I obviously have a lot of questions.
> Since I know most of you are highly experienced in ruby, my questions
might
> sound simple. I read through the great Chris Pine’s book (Learn To
Program,
> Second Edition) and now I study from the Ruby Monk website. (This is all
> that I have reached so far). So please, if someone has a desire to lose
> some time for me, it will be highly appreciated. Or may be some of you
may
> tell me where I can find additional information for beginning level.
Thank
> you so much!
--
== If you're doing it alone, you're probably doing it wrong ==
Thank you, Adam I will check this out.
···
On 9 October 2014 14:50, Adam Wenham <adamwenham64@gmail.com> wrote:
Hi Boris,
If you are looking for more books to read now that you have finished *Learn
to Program* (excellent choice, by the way), Justin Weiss made a blog post
<http://www.justinweiss.com/blog/2014/09/22/can-you-learn-rails-before-learning-ruby/>
on where to go from there as your skill improves. I'm not affiliated, but
highly recommend his blog in general.Welcome to Ruby, you've come to the right place
Adam
On 9 October 2014 12:37, boris_atanasov <79tedy@gmail.com> wrote:
Wow, thank you for your instant response. It is very encouraging for me.
I will use it for asking questions.
:))On 9 October 2014 14:24, Eric MSP Veith <eveith@wwweb-library.net> wrote:
Hello Boris,
first of all, welcome to the world of Ruby and Ruby development. I hope
you
find it a nice and pleasant language to work with and also enjoy the Ruby
community.That being said, you already are at the perfect place for your questions.
There is not division into beginners, intermediates and pros or something
similar. Just ask away using a concise subject for your e-mail.I very much hope you like it here.
Cheers!
--- Eric
On Thursday 09 October 2014, 14:15:40, boris_atanasov wrote:
> I am a beginner in programming and I obviously have a lot of questions.
> Since I know most of you are highly experienced in ruby, my questions
might
> sound simple. I read through the great Chris Pine’s book (Learn To
Program,
> Second Edition) and now I study from the Ruby Monk website. (This is
all
> that I have reached so far). So please, if someone has a desire to lose
> some time for me, it will be highly appreciated. Or may be some of you
may
> tell me where I can find additional information for beginning level.
Thank
> you so much!--
== If you're doing it alone, you're probably doing it wrong ==
I suggest joining the #ruby channel on the Freenode IRC network. Lots of
good people there as well.Funnily there is also #ruby-lang on freenode...
Yes, but does it have “good people” Robert? (just kidding of course).
I hang out at #ruby too, but IIRC #ruby-lang (sort of) *official* ruby language channel
Cheers
robert
--
[guy, jim].each {|him| remember.him do |as, often| as.you_can - without end}
http://blog.rubybestpractices.com/
Panagiotis (atmosx) Atmatzidis
email: atma@convalesco.org
URL: http://www.convalesco.org
GnuPG ID: 0x1A7BFEC5
gpg --keyserver pgp.mit.edu --recv-keys 1A7BFEC5
"As you set out for Ithaca, hope the voyage is a long one, full of adventure, full of discovery [...]" - C. P. Cavafy
···
On 10 Oct 2014, at 00:07, Robert Klemme <shortcutter@googlemail.com> wrote:
On Thu, Oct 9, 2014 at 2:06 PM, Matt Lawrence <matt@technoronin.com> wrote: