Author: Melle
-
“LLM Prompting” becomes “VIBE Coding”
Developer generating code with the help of a Large Language Model, figuring out the details of the Prompt to use.
-
XML Parsing from Protobuf in Golang: Marshaling to RFC3339
As Golang developers we are familiar with Protobuf as a way to expose data via API endpoints via GRPC, so that data can be serialized over the wire. Being familiar with Protobuf steers us towards defining data in PROTObuf files, which can be used to transfer the data over the wire but we could also…