How to effective learn golang?

Hi, guys. I want to learn golang. How i can do it effective with big progress?

Start with https://tour.golang.org

1 Like

If you are an experienced developer, this question has definitely been asked before. Here is one thread with my response to it - Where should an experienced developer start?

2 Likes

Thanks. But how i think, this is only basic?

Wow! Thanks, this can help me.

The Go Wiki has two lists of online learning resources:

https://github.com/golang/go/wiki/Learn

and

https://github.com/golang/go/wiki/Training

2 Likes

Read, code, make mistakes, read, solve mistakes, read, code :smiley:

1 Like

Awesome :slightly_smiling_face:

What would be the best way to learn that coding, doing a side project or several smaller ‘tiny programs’ that deal with fixing a specific task?

Both of those have benefits and drawbacks, right.:slight_smile:

Is there any place where beginners can contribute in code or any sort of internship/collaborative project?

I am working on a single project from last 6-7 months but looking forward to work in the area of microservices etc. So, I am not sure where to start to be good in that area.

I found this is really useful for making good progress on GO learning…

Learn Go for free, brought to by Google’s Community Outreach: https://greatercommons.com/cwg Todd McLeod is great online instructor and this is an excellent course!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.