Go / Golang Crash Course
https://www.youtube.com/watch?v=SqrbIlUwR0U
https://www.youtube.com/watch?v=SqrbIlUwR0U
YouTube
Go / Golang Crash Course
In this crash course we will get started with the Go programming language. There is no prior knowledge of Go required. We will setup a workspace and look at fundamentals like variables, slices, conditionals, maps, structs and more
Workspace - 1:35
Hello…
Workspace - 1:35
Hello…
How I Built Microservices In Go In 30 Minutes
https://www.youtube.com/watch?v=bM6N-vgPlyQ
https://www.youtube.com/watch?v=bM6N-vgPlyQ
Go’s Errors vs Exceptions
Why returning errors is better than throwing exceptions in production code.
https://medium.com/@henri.t.koski/gos-errors-vs-exceptions-6e106c0fbc66?source=---------0---------------------
Why returning errors is better than throwing exceptions in production code.
https://medium.com/@henri.t.koski/gos-errors-vs-exceptions-6e106c0fbc66?source=---------0---------------------
Medium
Go’s Errors vs Exceptions
Why returning errors is better than throwing exceptions in production code.
Grab a Slice on the Go
How slices offer a dynamic, resizable alternative to arrays in Golang
https://blog.gojekengineering.com/grab-a-slice-on-the-go-c606344186c1
How slices offer a dynamic, resizable alternative to arrays in Golang
https://blog.gojekengineering.com/grab-a-slice-on-the-go-c606344186c1
Pre-release Go 1.12, Go web architecture, Go concurrency bugs & PGP alternatives
https://medium.com/jexia/pre-release-go-1-12-go-web-architecture-go-concurrency-bugs-pgp-alternatives-more-af266c83ed59?source=---------1---------------------
https://medium.com/jexia/pre-release-go-1-12-go-web-architecture-go-concurrency-bugs-pgp-alternatives-more-af266c83ed59?source=---------1---------------------
Medium
Pre-release Go 1.12, Go web architecture, Go concurrency bugs & PGP alternatives
I’m Maarten, curator of this weekly Golang Ninjas Newsletter, and use Go to build developer platform Jexia. The newsletter is sent on…
What are goroutines? And how do they actually work?
https://medium.com/@joaoh82/what-are-goroutines-and-how-do-they-actually-work-f2a734f6f991
https://medium.com/@joaoh82/what-are-goroutines-and-how-do-they-actually-work-f2a734f6f991
Medium
What are goroutines? And how do they actually work?
One of the main reasons that the Go Language has gained incredible popularity in the past few years is the simplicity it deals with…