In this tutorial, you will learn how to work with the gRPC Golang library for microservice communication by creating a simple note-taking application. APIs and
Go, often referred to as Golang, is a popular programming language built by Google. Its design and structure help you write efficient, reliable, and high-performing
While Go provides a testing package and a go test command, the former only offers basic testing capabilities. The package also has some drawbacks, such
Have you ever written a Hello, World! application? In most of these tutorials the first step is to log words to the console. It’s an
All but the simplest applications borrow code. You could write everything yourself from just core language features but who has time for that? Instead you
At Speedscale, we’re always trying to find ways to iterate faster and reduce developer toil. In line with that mission, we slant our engineering decisions