GitHub Repo - configmanager This program configmanager reads a configuration file (.conf) and assigns values to a struct defined by the user. This...
Authentication through SSH key or User's password ยท In this tutorial, we are going to learn how to set up a remote server for secure file transfer...
In Part-1/2 of this series, we are going to implement a Golang API server that caters to HTTP GET requests from clients. We will create a hypothetical...
In this post, we will cover how to create a basic chat server for one-to-one chatting using gRPC bidirectional streaming. We are going to use Go...