Hey - New Here

Hey - I'm new here just checking in to see what this is all about! I am
just starting on ruby, any suggestions on good books to read?

···

---
Dan Gleason

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can make a
few recommendations too.

Cheers

···

--
Greg Navis

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and good
community.

Best regards,
Samir

···

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can make a
few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Most of my programming experience so far has been through tutorials online
and this book I have called "Beginning Ruby" that walks you through certain
exercises. Some experience has been in industry. I am in the beginning
stages of building a web application that collects surveys but very much
learning as I go - finding YouTube and StackOverflow very helpful!

I am familiar with "object orientation" to the extent when people say
"everything is an object" in Ruby, I have a vague sense of what they are
talking about.

Also thanks guys for the reading / course recommendations! I'll check them
out

-Dan

···

On Mon, Aug 29, 2016 at 5:33 AM, Adam Wenham <adamwenham64@gmail.com> wrote:

Hey Danny,

What other programming experience do you have? Are you familiar with
object oriented programming?

Adam

On Mon, 29 Aug 2016 at 08:46 Samir Arapcic <samir.arap@gmail.com> wrote:

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and good
community.

Best regards,
Samir

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> >> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can make
a few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=
>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

---
Dan Gleason
Cell 978-696-1101

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has historical
significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:

Cheers,
Ben

···

On Aug 29, 2016 8:09 AM, "Danny Gleason" <danny.c.gleason@gmail.com> wrote:

Most of my programming experience so far has been through tutorials online
and this book I have called "Beginning Ruby" that walks you through certain
exercises. Some experience has been in industry. I am in the beginning
stages of building a web application that collects surveys but very much
learning as I go - finding YouTube and StackOverflow very helpful!

I am familiar with "object orientation" to the extent when people say
"everything is an object" in Ruby, I have a vague sense of what they are
talking about.

Also thanks guys for the reading / course recommendations! I'll check them
out

-Dan

On Mon, Aug 29, 2016 at 5:33 AM, Adam Wenham <adamwenham64@gmail.com> > wrote:

Hey Danny,

What other programming experience do you have? Are you familiar with
object oriented programming?

Adam

On Mon, 29 Aug 2016 at 08:46 Samir Arapcic <samir.arap@gmail.com> wrote:

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and good
community.

Best regards,
Samir

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> >>> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can make
a few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

---
Dan Gleason
Cell 978-696-1101

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Why's guide kept me away from Ruby for a couple years. "Programming Ruby"
by Thomas. Try the used books option on Amazon, they can be pretty cheap
and I'm enjoying my copy. My personal goal is to develop base skills in the
various chapters. There are lots of other good Ruby books to jump into
after you get the basics.

Leam

···

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has historical
significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
https://github.com/beemyfriend/tutorials/wiki/Ruby-Tutorial

Cheers,
Ben
--

Mind on a Mission <http://leamhall.blogspot.com/&gt;

Hey Danny,

What other programming experience do you have? Are you familiar with object
oriented programming?

Adam

···

On Mon, 29 Aug 2016 at 08:46 Samir Arapcic <samir.arap@gmail.com> wrote:

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and good
community.

Best regards,
Samir

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can make a
few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Ben, thanks for the tutorial and book recommendation! I'll have more time
this afternoon to look and give feedback

···

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has historical
significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub

Cheers,
Ben
On Aug 29, 2016 8:09 AM, "Danny Gleason" <danny.c.gleason@gmail.com> > wrote:

Most of my programming experience so far has been through tutorials
online and this book I have called "Beginning Ruby" that walks you through
certain exercises. Some experience has been in industry. I am in the
beginning stages of building a web application that collects surveys but
very much learning as I go - finding YouTube and StackOverflow very helpful!

I am familiar with "object orientation" to the extent when people say
"everything is an object" in Ruby, I have a vague sense of what they are
talking about.

Also thanks guys for the reading / course recommendations! I'll check
them out

-Dan

On Mon, Aug 29, 2016 at 5:33 AM, Adam Wenham <adamwenham64@gmail.com> >> wrote:

Hey Danny,

What other programming experience do you have? Are you familiar with
object oriented programming?

Adam

On Mon, 29 Aug 2016 at 08:46 Samir Arapcic <samir.arap@gmail.com> wrote:

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and
good community.

Best regards,
Samir

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> >>>> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can
make a few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

---
Dan Gleason
Cell 978-696-1101

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

Dan

I can see how Why's Poignant Guide could scare someone away, but if you
don't take it too seriously, then you can definitely learn a lot. It's a
fun, albeit hectic, alternative to more technical and dull tutorials.

Anyway, my learning process was, in chronological order:

1. Learn Ruby The Hard Way: Learn Ruby the Hard Way - Read for Free
2. Why's Poignant Guide to Ruby: http://poignant.guide/
3. The Book of Ruby: http://www.sapphiresteel.com/
ruby-programming/The-Book-Of-Ruby.html (also comes free with Ruby
installment)

After reading those books I worked on a bunch of exercises on Project Euler
(https://projecteuler.net/\), ,Rosalind (http://rosalind.info/
problems/locations/), and Ruby Koans (http://rubykoans.com/\).

The real learning happened during the exercises. Both Rosalind and Euler
provide the code from others who have successfully answered the exercises.
Reading and understanding other people's code is incredibly important.

···

On Mon, Aug 29, 2016 at 8:51 AM, leam hall <leamhall@gmail.com> wrote:

Why's guide kept me away from Ruby for a couple years. "Programming Ruby"
by Thomas. Try the used books option on Amazon, they can be pretty cheap
and I'm enjoying my copy. My personal goal is to develop base skills in the
various chapters. There are lots of other good Ruby books to jump into
after you get the basics.

Leam

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has historical
significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
https://github.com/beemyfriend/tutorials/wiki/Ruby-Tutorial

Cheers,
Ben
--

Mind on a Mission <http://leamhall.blogspot.com/&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

"Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:

Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub "

*Thought this tutorial was helpful! It has more detail than others that
I've found online. I would definitely recommend it to a friend*

···

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has historical
significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub

Cheers,
Ben
On Aug 29, 2016 8:09 AM, "Danny Gleason" <danny.c.gleason@gmail.com> > wrote:

Most of my programming experience so far has been through tutorials
online and this book I have called "Beginning Ruby" that walks you through
certain exercises. Some experience has been in industry. I am in the
beginning stages of building a web application that collects surveys but
very much learning as I go - finding YouTube and StackOverflow very helpful!

I am familiar with "object orientation" to the extent when people say
"everything is an object" in Ruby, I have a vague sense of what they are
talking about.

Also thanks guys for the reading / course recommendations! I'll check
them out

-Dan

On Mon, Aug 29, 2016 at 5:33 AM, Adam Wenham <adamwenham64@gmail.com> >> wrote:

Hey Danny,

What other programming experience do you have? Are you familiar with
object oriented programming?

Adam

On Mon, 29 Aug 2016 at 08:46 Samir Arapcic <samir.arap@gmail.com> wrote:

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and
good community.

Best regards,
Samir

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> >>>> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can
make a few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

---
Dan Gleason
Cell 978-696-1101

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

Dan

Thank you so much!

···

On Mon, Aug 29, 2016 at 10:03 AM, Danny Gleason <danny.c.gleason@gmail.com> wrote:

Ben, thanks for the tutorial and book recommendation! I'll have more time
this afternoon to look and give feedback

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has historical
significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub

Cheers,
Ben
On Aug 29, 2016 8:09 AM, "Danny Gleason" <danny.c.gleason@gmail.com> >> wrote:

Most of my programming experience so far has been through tutorials
online and this book I have called "Beginning Ruby" that walks you through
certain exercises. Some experience has been in industry. I am in the
beginning stages of building a web application that collects surveys but
very much learning as I go - finding YouTube and StackOverflow very helpful!

I am familiar with "object orientation" to the extent when people say
"everything is an object" in Ruby, I have a vague sense of what they are
talking about.

Also thanks guys for the reading / course recommendations! I'll check
them out

-Dan

On Mon, Aug 29, 2016 at 5:33 AM, Adam Wenham <adamwenham64@gmail.com> >>> wrote:

Hey Danny,

What other programming experience do you have? Are you familiar with
object oriented programming?

Adam

On Mon, 29 Aug 2016 at 08:46 Samir Arapcic <samir.arap@gmail.com> >>>> wrote:

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and
good community.

Best regards,
Samir

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> >>>>> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can
make a few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

---
Dan Gleason
Cell 978-696-1101

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

Dan

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Cool! Thanks!!

···

On Mon, Aug 29, 2016 at 3:13 PM, Ben <bortiz1988@gmail.com> wrote:

I can see how Why's Poignant Guide could scare someone away, but if you
don't take it too seriously, then you can definitely learn a lot. It's a
fun, albeit hectic, alternative to more technical and dull tutorials.

Anyway, my learning process was, in chronological order:

1. Learn Ruby The Hard Way: Learn Ruby the Hard Way - Read for Free
2. Why's Poignant Guide to Ruby: http://poignant.guide/
3. The Book of Ruby: http://www.sapphiresteel.com/r
uby-programming/The-Book-Of-Ruby.html (also comes free with Ruby
installment)

After reading those books I worked on a bunch of exercises on Project
Euler (https://projecteuler.net/\), ,Rosalind (
http://rosalind.info/problems/locations/\), and Ruby Koans (
http://rubykoans.com/\).

The real learning happened during the exercises. Both Rosalind and Euler
provide the code from others who have successfully answered the exercises.
Reading and understanding other people's code is incredibly important.

On Mon, Aug 29, 2016 at 8:51 AM, leam hall <leamhall@gmail.com> wrote:

Why's guide kept me away from Ruby for a couple years. "Programming Ruby"
by Thomas. Try the used books option on Amazon, they can be pretty cheap
and I'm enjoying my copy. My personal goal is to develop base skills in the
various chapters. There are lots of other good Ruby books to jump into
after you get the basics.

Leam

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has
historical significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft,
but if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub

Cheers,
Ben
--

Mind on a Mission <http://leamhall.blogspot.com/&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

Dan

I'll check these out as well!

···

On Mon, Aug 29, 2016 at 3:13 PM, Ben <bortiz1988@gmail.com> wrote:

I can see how Why's Poignant Guide could scare someone away, but if you
don't take it too seriously, then you can definitely learn a lot. It's a
fun, albeit hectic, alternative to more technical and dull tutorials.

Anyway, my learning process was, in chronological order:

1. Learn Ruby The Hard Way: Learn Ruby the Hard Way - Read for Free
2. Why's Poignant Guide to Ruby: http://poignant.guide/
3. The Book of Ruby: http://www.sapphiresteel.com/r
uby-programming/The-Book-Of-Ruby.html (also comes free with Ruby
installment)

After reading those books I worked on a bunch of exercises on Project
Euler (https://projecteuler.net/\), ,Rosalind (
http://rosalind.info/problems/locations/\), and Ruby Koans (
http://rubykoans.com/\).

The real learning happened during the exercises. Both Rosalind and Euler
provide the code from others who have successfully answered the exercises.
Reading and understanding other people's code is incredibly important.

On Mon, Aug 29, 2016 at 8:51 AM, leam hall <leamhall@gmail.com> wrote:

Why's guide kept me away from Ruby for a couple years. "Programming Ruby"
by Thomas. Try the used books option on Amazon, they can be pretty cheap
and I'm enjoying my copy. My personal goal is to develop base skills in the
various chapters. There are lots of other good Ruby books to jump into
after you get the basics.

Leam

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has
historical significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft,
but if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub

Cheers,
Ben
--

Mind on a Mission <http://leamhall.blogspot.com/&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

Dan

Thanks!

···

On Aug 30, 2016 8:27 AM, "Danny Gleason" <danny.c.gleason@gmail.com> wrote:

"Also, i've been working on a tutorial. It's still just a rough draft,
but if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:

Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub "

*Thought this tutorial was helpful! It has more detail than others that
I've found online. I would definitely recommend it to a friend*

On Mon, Aug 29, 2016 at 8:40 AM, Ben <bortiz1988@gmail.com> wrote:

Hey Danny,

You should look up 'why' s poignant guide'. It is free and has historical
significance in ruby.

Also, i've been working on a tutorial. It's still just a rough draft, but
if you could check it out and send me your thoughts, then I would be
grateful. Here is the link:
Ruby Tutorial · beemyfriend/tutorials Wiki · GitHub

Cheers,
Ben
On Aug 29, 2016 8:09 AM, "Danny Gleason" <danny.c.gleason@gmail.com> >> wrote:

Most of my programming experience so far has been through tutorials
online and this book I have called "Beginning Ruby" that walks you through
certain exercises. Some experience has been in industry. I am in the
beginning stages of building a web application that collects surveys but
very much learning as I go - finding YouTube and StackOverflow very helpful!

I am familiar with "object orientation" to the extent when people say
"everything is an object" in Ruby, I have a vague sense of what they are
talking about.

Also thanks guys for the reading / course recommendations! I'll check
them out

-Dan

On Mon, Aug 29, 2016 at 5:33 AM, Adam Wenham <adamwenham64@gmail.com> >>> wrote:

Hey Danny,

What other programming experience do you have? Are you familiar with
object oriented programming?

Adam

On Mon, 29 Aug 2016 at 08:46 Samir Arapcic <samir.arap@gmail.com> >>>> wrote:

Hi,

Maybe you can try to learn Ruby and Ruby on Rials if you follow this
courses on the coursera.org
https://www.coursera.org/specializations/ruby-on-rails

On this site you have a lot of video tutorials, practical tasks and
good community.

Best regards,
Samir

On Mon, Aug 29, 2016 at 9:24 AM, Greg Navis <contact@gregnavis.com> >>>>> wrote:

Hey Danny!

Welcome to the community. I recommend the following books:

1.* Practical Object-Oriented Design in Ruby* by Sandi Metz
2. *Confident Ruby* by Avdi Grimm
3. *Programming Ruby* by Dave Thomas, Chad Fowler, and Andy Hunt

I'm not sure whether you're also interest in Rails but if so I can
make a few recommendations too.

Cheers
--
Greg Navis

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

---
Dan Gleason
Cell 978-696-1101

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--

Dan

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;