Y
Hacker News
new
|
ask
|
show
|
jobs
by
abdusco
1410 days ago
Is there a similar resource for golang? One that goes over things you need when developing for a cloud native app, for example.
There's gobyexample.com, but it contains usually basic stuff to get started with the language.
1 comments
rschachte
1410 days ago
Read the book Distributed Services in Go. You implement a complex micro service oriented commit log like Kafka. The code is beautiful and the author created Kafka.
link