Go 1.23's New unique Package — The package’s purpose is to make comparing values more efficient by using deduplication to point to unique, canonical copies, a concept called interning. Some knowledge is required, but Michael walks through everything you need to know, including a practical example.
Michael Knyszek (Go Team)
|
Go Beyond Limits with Golang, Rust, Docker & K8’s — Struggling with tech challenges? Ardan Labs offers unparalleled consulting in Go, Rust, Docker, and Kubernetes. Enhance your development speed, optimize your architecture, and manage tech debt. Propel your team to new heights with our expertise!
Ardan Labs Consulting sponsor
|
Slices in Go: Grow Big or Go Home — A deep dive into slices that focuses on how slices grow, something that can bite you right in the code when you don’t understand it. For example, do you know when (and why) a slice ends up on the heap (or not)?
Phuong Le (VictoriaMetrics)
|
Dumb Ways to Die: Random Values in Pointers — Storing non-pointer values in unsafe.Pointer is.. a Bad Idea™, but why? What happens? The journey and answer could help you better understand pointers and unsafe.
Phil Pearl
|
Tunalog: A No-Install Blogging System Built in Go — With Markdown, theming support, and Web-based editing, Tunalog provides all a simple blog framework needs. It’s been two years in the making, but its creator is finally happy with it, and judging by the screenshots it’s pretty slick. It’s cross-platform and uses SQLite.
Yami Odymel
|
wp2hugo: A WordPress to Hugo Blog Migrator — Hugo is a popular Go-powered static site generator and this tool makes it easy to convert WordPress-powered blogs over to it, including lots of edge cases WordPress’s REST API doesn’t help with.
Ashish Bhatia
|
|