-
Reviewing "Go By Example"
Go By Example is a great resource for learning the syntax and patterns of Go, but you might need to supplement it with other resources to learn how to work in the language
-
A quick comparison of JavaScript and Go executables
Go is the superior for executables based file size and execution time, but Bun and Deno offer a competitive option for developers familiar with the JavaScript ecosystem
-
Declaring variables in Go
You can declare variables with var, :=, and const depending on your use case
-
Learning Go
Learning the Go programming language for professionanl development has been an enjoyable experience