Forem

Go

A statically typed, compiled programming language designed at Google

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Why Queues Don’t Fix Overload (And What To Do Instead)
Cover image for Why Queues Don’t Fix Overload (And What To Do Instead)

Why Queues Don’t Fix Overload (And What To Do Instead)

Comments
6 min read
I Ported the Ollama Desktop App to Linux Just in Time for Ubuntu 26.04 LTS
Cover image for I Ported the Ollama Desktop App to Linux Just in Time for Ubuntu 26.04 LTS

I Ported the Ollama Desktop App to Linux Just in Time for Ubuntu 26.04 LTS

Comments
4 min read
End-to-End Supply Chain Security for a Go Project: TUF on CI, cosign, and SLSA L3
Cover image for End-to-End Supply Chain Security for a Go Project: TUF on CI, cosign, and SLSA L3

End-to-End Supply Chain Security for a Go Project: TUF on CI, cosign, and SLSA L3

Comments
10 min read
Stopping the Zombie Requests: Distributed Deadline Propagation in Go
Cover image for Stopping the Zombie Requests: Distributed Deadline Propagation in Go

Stopping the Zombie Requests: Distributed Deadline Propagation in Go

Comments
3 min read
4 Builder Patterns in Go That Aren't the Builder Pattern

4 Builder Patterns in Go That Aren't the Builder Pattern

Comments
6 min read
sql.Open() doesn't open anything

sql.Open() doesn't open anything

Comments
2 min read
Why FlatMap Isn’t Ideal for Go Error Handling — A Case for go-opera
Cover image for Why FlatMap Isn’t Ideal for Go Error Handling — A Case for go-opera

Why FlatMap Isn’t Ideal for Go Error Handling — A Case for go-opera

Comments
3 min read
False Sharing: The Silent Performance Killer in Concurrent Go

False Sharing: The Silent Performance Killer in Concurrent Go

Comments
7 min read
Parallelism in Go — Part 1: goroutines and WaitGroup

Parallelism in Go — Part 1: goroutines and WaitGroup

Comments
7 min read
I built a crash-safe AI memory daemon that survives kill -9. Here's what it does.

I built a crash-safe AI memory daemon that survives kill -9. Here's what it does.

Comments
3 min read
Boolean Blindness in Go: When true, false, true Tells You Nothing

Boolean Blindness in Go: When true, false, true Tells You Nothing

Comments
6 min read
Rust-ONNX Bidding Platform: Reducing Latency from 50ms to Under 15ms and Resolving Dependency Compatibility Issues

Rust-ONNX Bidding Platform: Reducing Latency from 50ms to Under 15ms and Resolving Dependency Compatibility Issues

Comments
9 min read
The Dependency Rule: One Import Statement Will Tell You If Your Go Architecture Is Broken
Cover image for The Dependency Rule: One Import Statement Will Tell You If Your Go Architecture Is Broken

The Dependency Rule: One Import Statement Will Tell You If Your Go Architecture Is Broken

Comments
3 min read
Go Interfaces Are Ports: The Language Feature That Makes Clean Architecture Free
Cover image for Go Interfaces Are Ports: The Language Feature That Makes Clean Architecture Free

Go Interfaces Are Ports: The Language Feature That Makes Clean Architecture Free

Comments
3 min read
Stop Passing *sql.Tx Through Your Go Service Layer
Cover image for Stop Passing *sql.Tx Through Your Go Service Layer

Stop Passing *sql.Tx Through Your Go Service Layer

Comments
3 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.