This git repo contains all the code that has been presented in different golang meetup by Nurali.
| ## | Topic | Code and Slides | Meetup | Recording |
|---|---|---|---|---|
| 01 | Concurrency in Go | concurrency | golang-meetup-21 | |
| 02 | Understanding Type system in Go | type | golang-meetup-23 | link |
| 03 | Understanding io.Reader/Writer | reader | golang-meetup-24 | link |
| 04 | Understanding Slice & Map in Golang | ds | golang-meetup-25 | |
| 05 | First-class Functions in Golang | func | golang-meetup-27 | link |
| 06 | Error Handling in Golang | errors | golang-meetup-31 | |
| 07 | Understanding ‘Context’ in Golang | context | golang-meetup-38 | |
| 08 | Using gRPC with Golang | microservice | golang-meetup-41 | |
| 09 | Authentication in Microservice with Golang | microservice-auth | golang-meetup-43 | link |
| 10 | Overview of Go Tools | golang-meetup-45 | link | |
| 11 | Go with Kafka | go-kafka | golang-meetup-49 | |
| 12 | Concurrency in Go | go-concurrency | ||
| 13 | Go Modules | go-modules / module-demo / module-app | golang-meetup-55 | link |
| 14 | Go http package | code / slide | golang-meetup-57 | |
| 15 | Go struct and interface | code | golang-meetup-74 |