GopherLearn how to Setup a SFTP Server in Google Cloud Platform in 5 minutes!Here’s a step-by-step guide on how to create an SFTP server on Google Cloud Platform (GCP):May 3, 2023May 3, 2023
GopherThe Complete Guide to Deploying a Golang Application to KubernetesIn this article, I want to share an example of how you can deploy a simple Golang application to Kubernetes using Helm Charts and Scaffold…Nov 7, 20221Nov 7, 20221
GopherLearn how to use gRPC + REST in your Go application in 3 minutes!Let’s write a simple Golang application that will use gRPC as a main transport protocol. The application will also support a REST API and…Nov 1, 20221Nov 1, 20221
GopherStep-by-step instruction: How to create an NFT collection using Golang and Ethereum (Smart…In previous articles, we learned how to generate 10,000 images for our NFT collection using Golang and uploaded all generated images to…Mar 26, 2022Mar 26, 2022
GopherStep-by-step instruction: How to create an NFT collection using Golang and Ethereum (IPFS)In the last article, we learned how to generate images for the NFT collection, and today I want to share with you how we can publish the…Mar 26, 2022Mar 26, 2022
GopherStep-by-step instruction: How to create an NFT collection using Golang and Ethereum (image…The boring story began a year ago, when my boring artist friend came to me and offered to create an NFT collection on the Ethereum…Mar 25, 20221Mar 25, 20221
GopherLearn how to containerize your Go app in 5 minutes!Try to always use multi-stage builds to create more compact Docker images. Let’s look at an example of how a multi-stage build can…Mar 25, 2022Mar 25, 2022