Go Profiling in Production
https://blog.oodle.ai/go-profiling-in-production
In this post, we'll explore the profiling tools we use. Golang provides a rich set of profiling tools to help uncover code bottlenecks.
https://blog.oodle.ai/go-profiling-in-production
Terminating Elegantly: A Guide to Graceful Shutdowns
https://packagemain.tech/p/graceful-shutdowns-k8s-go
For applications deployed in orchestrated environments (e.g., Kubernetes), graceful handling of termination signals is crucial.
https://packagemain.tech/p/graceful-shutdowns-k8s-go
Mastering Golang Debugging in Emacs
https://blog.dornea.nu/2024/11/28/mastering-golang-debugging-in-emacs
https://blog.dornea.nu/2024/11/28/mastering-golang-debugging-in-emacs
Lessons learned adding OpenTelemetry to a (Cobra) command-line Go tool
https://www.jvt.iss.one/posts/2024/11/17/cobra-otel-lessons
https://www.jvt.iss.one/posts/2024/11/17/cobra-otel-lessons
The smallest thing in Go
https://bitfieldconsulting.com/posts/iota
What is the smallest thing in Go? Well, I’m glad you asked!
https://bitfieldconsulting.com/posts/iota
dRPC is looking for a backend developer with experience in Go and Kotlin
https://knowing-lift-507.notion.site/Backend-developer-Golang-Kotlin-14d03cb34a4d8007b00ced454ec06bb8
https://knowing-lift-507.notion.site/Backend-developer-Golang-Kotlin-14d03cb34a4d8007b00ced454ec06bb8
shortuuid
https://github.com/lithammer/shortuuid
A Go library that generates concise, unambiguous, URL-safe UUIDs. Based on and compatible with the Python library shortuuid.
https://github.com/lithammer/shortuuid
Gist of Go: Goroutines
https://antonz.org/go-concurrency/goroutines
This is a chapter from my book on Go concurrency, which teaches the topic from the ground up through interactive examples.
Let's skip the long talk about concurrency and parallelism and jump right into writing a concurrent program in Go!
https://antonz.org/go-concurrency/goroutines
Why People are Angry over Go 1.23 Iterators
https://www.gingerbill.org/article/2024/06/17/go-iterator-design
https://www.gingerbill.org/article/2024/06/17/go-iterator-design
bento
https://github.com/warpstreamlabs/bento
Bento is a high performance and resilient stream processor, able to connect various sources and sinks in a range of brokering patterns and perform hydration, enrichments, transformations and filters on payloads.
https://github.com/warpstreamlabs/bento