xeptore
| 1 min read

Ep. #1

In this episode I share what I’ve learned about data exchange, and API protocols, more specifically gRPC from the perspective of performance comparison, API design, data validation, and verification.
Read

| 3 mins read

Pin Go Installed Package Version

One of the problems that may arise when working with executables installed by Go is difference in versions. In this post, I’m going to share a solution that I use to resolve this issue.
Read