D
D
Daulet Nurzhanov2018-08-16 12:10:56
go
Daulet Nurzhanov, 2018-08-16 12:10:56

How would you start learning go?

I'm learning Node JS, I have several projects
. Now I want to try to rewrite the project in go
. But before I start, I want to study go well with its philosophy, approach to solving problems.
The essence of the question: if you started learning go, where would you start and how would you continue

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
igorzakhar, 2018-08-16
@igorzakhar

I started with books:
Plus articles from habr:
There are also courses on coursera:

  • Developing Web Services with Go - Language Basics
  • Developing web services in Golang, part 2

R
RidgeA, 2018-08-16
@RidgeA

https://tour.golang.org/welcome/1

D
Dmitry Dart, 2018-08-16
@gobananas

Learning Go is not much different from other languages.
I installed Go on my machine
Wrote hello world, launched it
Wrote a script for working with strings more complicated - launched
I felt the structures in the language
Installed a web server on the go server, launched it
Installed nginx, sent a request to Go
Well, that's all, then whatever you want, then and write

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question