Activity Tracker Series
Activity Tracker Series

12 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...

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...

18 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...

24 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...

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...