Re: [go-nuts] Re: What books/tutorail/resources/blog for newcomer to golang?

2020-09-21 Thread Karlovsky Alexey
Also i can recommend this book:
https://go101.org/article/101.html

On Wed, Sep 16, 2020 at 1:15 PM Vladimir Varankin 
wrote:

> Hey!
>
> My peaks, that helped me a lot, back when I started with Go (depending on
> what's your prefered way to learn and how fast do you have to learn it,
> some might be less useful than the others. But it's worth to have the
> options):
>
> - Books
> Go in Action — an extreamly good introduction to the language
> Go Programming Blueprints — this one is focusing on some small but
> practical examples
>
> - Docs
> https://github.com/golang/go/wiki/CodeReviewComments — worth getting
> familiar after some time; it'd help with the understanding why lots of Go
> code in the wild is written in the way it's written ;)
>
> - Video series (YouTube)
> Go in 5 minutes
> Just for func
>
> - Blogs (no particular order)
> https://www.ardanlabs.com/blog/
> https://blog.gopheracademy.com/
> https://dave.cheney.net/category/golang
> https://peter.bourgon.org/blog/
>
> Hope that will help.
>
> On Tuesday, September 15, 2020 at 5:41:38 PM UTC+2 sachin...@gmail.com
> wrote:
>
>> If i had to learn golang now what are the best books/resources/blogs to
>> start with.  Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/e1c35720-af2c-4522-9403-dd655a01fda1n%40googlegroups.com
> 
> .
>


-- 
С уважением,
Алексей

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAMDzThhO9MOVovHTAaUnaEhhweqvFQM_Qj8On2%3DVBvgN87YC4A%40mail.gmail.com.


[go-nuts] Re: What books/tutorail/resources/blog for newcomer to golang?

2020-09-16 Thread Vladimir Varankin
Hey!

My peaks, that helped me a lot, back when I started with Go (depending on 
what's your prefered way to learn and how fast do you have to learn it, 
some might be less useful than the others. But it's worth to have the 
options):

- Books
Go in Action — an extreamly good introduction to the language
Go Programming Blueprints — this one is focusing on some small but 
practical examples

- Docs
https://github.com/golang/go/wiki/CodeReviewComments — worth getting 
familiar after some time; it'd help with the understanding why lots of Go 
code in the wild is written in the way it's written ;)

- Video series (YouTube)
Go in 5 minutes
Just for func

- Blogs (no particular order)
https://www.ardanlabs.com/blog/
https://blog.gopheracademy.com/
https://dave.cheney.net/category/golang
https://peter.bourgon.org/blog/

Hope that will help.

On Tuesday, September 15, 2020 at 5:41:38 PM UTC+2 sachin...@gmail.com 
wrote:

> If i had to learn golang now what are the best books/resources/blogs to 
> start with.  Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/e1c35720-af2c-4522-9403-dd655a01fda1n%40googlegroups.com.


[go-nuts] Re: What books/tutorail/resources/blog for newcomer to golang?

2020-09-15 Thread Brian Candler
There are lots of excellent resources here:
https://golang.org/doc/

I especially recommend "A Tour of Go" and "Effective Go", and many articles 
under The Go Blog, such as "Go Slices: usage and internals"

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/3d063f10-4a97-499d-9a88-17f024f067cfo%40googlegroups.com.