sm

Tagged "Go"

  1. in Articles
    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
  2. in Articles
    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
  3. in Articles
    Declaring variables in Go
    You can declare variables with var, :=, and const depending on your use case
  4. in Articles
    Learning Go
    Learning the Go programming language for professionanl development has been an enjoyable experience