Posts tagged golang:

  1. Switching my blog to a homemade SSG
  2. TIL: Build a Go project using gomod2nix
  3. TIL: Determine vendorSha256 for Nix Go build
  4. Stomper transactions and atomicity
  5. TIL: Deploying Go apps on Heroku
  6. TIL: Working with nullable rows and the Go driver pgx
  7. TIL: Using Go's selenium package to wait for something
  8. TIL: MongoDB array update with $push and $pull
  9. TIL: Interact with GPIO on Raspberry Pi with Go
  10. Lessons from writing Stomper
  11. TIL: Managing configuration with Viper in Go
  12. TIL: go vet and staticcheck for linting and analysis
  13. TIL: Go subtests
  14. TIL: Creating a custom bufio.Scanner in Go
  15. TIL: Go reflect.DeepEqual to compare maps
  16. TIL: Go bufio.Scanner only discards a single trailing newline
  17. A toy message queueing server in Go
  18. Structure of MQ Go
  19. TIL: Go loops and closures
  20. Simple regex written as FSM
  21. TIL: Using a struct as a map key in Go
  22. Creating a TUI for Pihole log exploration in Go
  23. TIL: Using anonymous functions in Go
  24. TIL: Parsing dates and times in Go with time.Parse(...)
  25. TIL: Use strings.Fields() to split strings on whitespace in Go