Modern API design with Golang, PostgreSQL and Docker
Intro
Go is a powerful language that's highly performant and it has concurrency built in the language itself making it perfect for micro services. Here we will make a small API focusing on understanding HTTP and overall API design.If you want to know...
bognov.tech17 min read
Satria H R Harsono
Don't you consider to follow clean architecture? The way you instantiate the pgdb then passing it to model is a bit daunting