Golang: Best resources to learn
Hello everyone,
So guys while I was learning the GO language, one thing that I noticed was a shortage of good resources to follow.
Other languages have a lot many tutorials, books and videos to learn from but not the case with GO.
So I thought that I should share all those that helped me.
Here is a list of all the best of Golang resources:
An introduction to programming in GO:-
This is the best book to get started with GO.Learn all the basic concepts with examples.
gobyexample.com
So guys while I was learning the GO language, one thing that I noticed was a shortage of good resources to follow.
Other languages have a lot many tutorials, books and videos to learn from but not the case with GO.
So I thought that I should share all those that helped me.
Here is a list of all the best of Golang resources:
An introduction to programming in GO:-
This is the best book to get started with GO.Learn all the basic concepts with examples.
gobyexample.com
If you don't prefer reading and want to refer only codes for any concept then this is the site for you.
It has a vast range of topics covering every aspect of GO programming.
If you like to be taught by someone else, watch these videos.They are pretty easy to understand and will help you get started.
Go Playground
If you want to run any Go code to test the output, use this site.
Go-SQL
Learn database connectivity with Go from this site.
Echo Framework
Learn the Echo framework which is used to make GO web servers from this channel.
Also follow labstack for Echo reading material.It is the official documentation.
Thats it!Get started from these sites and do leave a comment below if you need any help!
Go Playground
If you want to run any Go code to test the output, use this site.
Go-SQL
Learn database connectivity with Go from this site.
Echo Framework
Learn the Echo framework which is used to make GO web servers from this channel.
Also follow labstack for Echo reading material.It is the official documentation.
Thats it!Get started from these sites and do leave a comment below if you need any help!
Comments
Post a Comment