Tag: golang

  • King Julian can code!

    Ever had a coding session guided by the self-proclaimed Lord of the Lemurs? No? Well, buckle up, because this Good Friday took a hilariously unexpected turn. Wrestling with the extensive Gemini API documentation felt like navigating a digital jungle. Then, a bizarre thought echoed in my mind: what if my coding companion had a crown…

  • Generate GRPC for Golang with “fixed protoc versions”

    An example repository that uses “fixed protoc versions” like protoc, protoc-gen-go can be found at https://github.com/MelleKoning/goproto. This ensures stability of the use of these code generation tools. Introduction When programming with #GoLang we can define interfaces to interact with other applications using Protocol Buffers. There are different versions of generating golang code for protoc, protoc-gen-go-grpc tools…