Cql (Cassandra Query Language) is similar to SQL, but it is not SQL. And while Gocql brought a rich driver to Go developers, it was missing something. Now, inspired by sqlx, the Scylla developers have brought us Gosqlx to make life easier. Using Go and Scylla with the Gocql driver
This post details how easy it is to extend HashiCorp Terraform with new providers like Google Calendar. Learn about Terraform's plugin model, testing, and more.
This article aims to provide a simple introduction to building microservices in Go, using gRPC, and deploying them to a Kubernetes cluster. It shows how to set up two containerized, scalable services, talking to each other using request/response mechanism.