go-kit / go-kit.github.io

The gokit.io website.
MIT License
21 stars 28 forks source link

Getting Started: Experienced developer moving to Go #12

Open peterbourgon opened 7 years ago

peterbourgon commented 7 years ago

As part of the new website, we'll add a Getting Started guide for developers who have a good deal of experience with microservices and frameworks in other languages, and have decided to try Go kit as their introduction to Go. They will need additional help with Go idioms, and comparing/contrasting concepts they're already familiar with against Go kit's domain language.

ryan0x44 commented 7 years ago

Started working on it here: https://github.com/go-kit/go-kit.github.io/compare/source...ryan0x44:getting-started-experienced?expand=1

jstoja commented 5 years ago

I think that today, most of the points are discussed in the FAQ. Although, I think that the dependency graph example is very helpful to grasp how each layer operates with the others.