Using Private Modules in Go from GitHub

Learn how to connect and use private Go modules in GitHub. We’ll take you through the steps of configuring your Go project to use a private module hosted on GitHub.

Use Docker Multi-Stage builds to keep the image size down

It is a daunting task to keep the size of docker images small. You might have seen your docker build get extensively large once you start adding more artifacts that would be needed in production....

June 13, 2021 · 4 min · Sanyam Khurana