Implementing Raft: Part 2: Commands and Log Replication

"Beating" C with 400 lines of unoptimized assembly

Simple Go project lay-out with modules

RSA: Theory and Implementation

Go internals: capturing loop variables in closures

Position Independent Code (PIC) in shared libraries - Eli Bendersky's website

Load-time relocation of shared libraries - Eli Bendersky's website (2011)

Faster XML stream processing in Go

Passing callbacks and pointers to Cgo

Go compiler internals: Adding a new statement to Go