In: Golang

Why using Interface and Dependency Injection is important in Golang
April 4, 2021In a Golang project that I have worked on so far, it’s pretty common to see developers creating concrete struct directly…
Read More
Importing modules from private repositories in golang
March 4, 2021In a typical enterprise application project, it is common to split the code into several repositories, especially if the architecture used…
Read More
Choosing logging library in a Go application
January 26, 2021When I used logging from SL4j, where log4j is one of the implementation, I have a flexibility like below. Log messages…
Read More