Search posts, tags, users, and pages
Bogdan N.
software engineer
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...
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
Sure, some people have mentioned it and there's a discussion about my article in this reddit thread that can be pretty helpful for anyone who wants to dig in deeper: reddit.com/r/golang/comments/z0t2qc/modern_api_de…
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