Activity Tracker Series
Activity Tracker Series
Building a Golang JSON HTTP Server

39 minute read

Learn how to build a JSON HTTP server using Golang in this tutorial. Discover the basics of creating a Golang web service, handling HTTP requests, and workin...

Command Line JSON Client In Golang

14 minute read

Learn how to build a command-line JSON client in Golang to interact with a REST service for storing workout activities. The article covers topics such as par...

Golang SQLite `database/sql`

50 minute read

Learn how to use Golang's `database/sql` package to work with SQLite databases. This tutorial covers topics such as installing SQLite, creating a database sc...

Golang gRPC Example

64 minute read

In this article, the author explores how to build a gRPC client and server in Golang. They explain the advantages of using gRPC over REST, demonstrate how to...

gRPC Gateway

19 minute read

In this article, the author explores different ways to create a gRPC gateway that accepts HTTP requests and proxies them to a gRPC service. They cover buildi...

Avoiding Common Protobuf's Pitfalls with Buf

7 minute read

Learn how to avoid common pitfalls when working with Protobuf using Buf, a suite of tools that simplifies dealing with protocol buffers. Discover how to use ...