Back to home

Tag

Go

Go is a systems language widely used for backend services, CLIs, language servers, and cloud tooling, with a focus on simple syntax, concurrency, and reliable deployment. This tag also covers LSP work, observability, and agent SDKs that matter in production.

13 articles

Golang basics for beginners in 2026
Tools & Apps/Aug 6

Golang basics for beginners in 2026

Set up Go, write your first program, and build a small module with tests.

Rust vs Go in 2026: pick the right fit
Tools & Apps/Jul 31

Rust vs Go in 2026: pick the right fit

I break down JetBrains’ Rust vs Go guide into a practical decision template you can copy for your next backend or systems project.

Rust vs Go: 2026 latency gap, decoded
Tools & Apps/Jul 30

Rust vs Go: 2026 latency gap, decoded

I break down the 2026 Rust vs Go benchmark claims and turn them into a copyable decision template.

Boot.dev’s Go course turns syntax into services
Industry News/Jul 1

Boot.dev’s Go course turns syntax into services

17 lessons in Boot.dev’s Go course teach structs, interfaces, HTTP, and concurrency through hands-on code.

Golangci-lint’s FAQ turns CI noise into a policy
Tools & Apps/Jun 28

Golangci-lint’s FAQ turns CI noise into a policy

A practical read of golangci-lint’s FAQ, plus a copy-ready CI policy for Go version drift, typecheck pain, and new-code-only linting.

GORM query helpers turn SQL into guardrails
Tools & Apps/Jun 28

GORM query helpers turn SQL into guardrails

I break down GORM advanced queries and give you a copy-ready pattern for selective reads, locks, subqueries, and upserts.

Go 1.27 rc1 and 1.26.4 ship security fixes
Tools & Apps/Jun 24

Go 1.27 rc1 and 1.26.4 ship security fixes

Google released Go 1.27 rc1 plus Go 1.26.4 and 1.25.11, with telemetry, SSH fixes, and multiple CVE patches.

Go turns team chaos into boring builds
Tools & Apps/Jun 21

Go turns team chaos into boring builds

I break down how Go’s process-first design turns concurrency, builds, and testing into something you can actually ship with.

Wazero turns Go Wasm into plain Go
Tools & Apps/Jun 17

Wazero turns Go Wasm into plain Go

A practical breakdown of why wazero is the cleanest Go WebAssembly runtime, plus a copy-ready starter template.

Chocolatey’s Go package turns installs into policy
Tools & Apps/Jun 10

Chocolatey’s Go package turns installs into policy

I break down Chocolatey’s Go package page and show how to turn it into a repeatable internal install flow.

Go support policy turns releases into a checklist
Tools & Apps/Jun 10

Go support policy turns releases into a checklist

I turn Go’s release support table into a practical upgrade checklist you can copy.

5 Go-to-Rust reasons for 2026 teams
Industry News/May 31

5 Go-to-Rust reasons for 2026 teams

5 reasons Go teams should consider Rust in 2026, with benchmark data, migration paths, and cases where Go still wins.

Build language servers in Go without the boilerplate
Tools & Apps/Apr 4

Build language servers in Go without the boilerplate

A Go library for LSP 3.17 aims to make editor support easier, with auto-registered handlers and real-world Makefile and GoReleaser demos.