Building a Transparent Keyserver
A technical guide on building a transparent keyserver for age public keys using Go and transparency log technology to ensure operator accountability.
A technical guide on building a transparent keyserver for age public keys using Go and transparency log technology to ensure operator accountability.
Geomys, a professional open source maintainer group, discusses taking over critical but unmaintained Go projects like bluemonday and gorilla/csrf as a 'maintainer of last resort'.
A developer's updated critique of Go after 7 years of professional and OSS experience, covering language quirks, tooling, and conventions.
A guide on using Google's Gemini AI model with Go, covering setup, context length limitations, and practical application for chatting with health data.
A detailed review of Mat Ryer's 'Go Programming Blueprints' book, covering its strengths, weaknesses, and key takeaways for Go developers.
A tutorial on building a minimal distributed key-value database using Hashicorp's Raft library in Go, with a single-file example.
A developer's weekend project implementing Bitcask, a log-structured key/value database, in Go, detailing the design and challenges.
A developer creates a utility to automatically reboot a modem when internet drops, sharing code and logic details.