Dockerize and Push Golang Web App to Google Container Registry (GCR)

Dockerizing Golang Web App to Google Container Registry Hi! in this article we will discuss about how can we dockerize existing Golang web app and upload our image to Google Container Registry. Prerequisite : Docker Installed I am using docker for windows, version Docker version 20.10.7, build f0df350 Golang Web App You could use your existing Golang web app, use my boilerplate code from the source section, or just create your own basic web app....

October 25, 2021 · 6 min · Me

Creating API with Go using MVC & Service Layer Pattern

Creating API with Go using MVC & Service Layer Pattern Introduction Hello! I hope you have a good day. This article will be a tutorial kind of article that you might wanted to follow through step by step. We will be making a Restful API using Go, we will be also using library such as Gin & Gorm. The service we will be building are basic CRUD services so we don’t have to bother about any other complex mechanism....

October 20, 2021 · 20 min · Me