InAvenue TechbyRafael VargasDependency Injection in GoSomewhere in the last few years, I feel a piece of our community wasn’t so concerned about engineering good practices, it may be derived by…Dec 27, 20217Dec 27, 20217
InThis CodebyYash PrakashGolang Development Utilities You Should KnowHow to easily make use of simple yet meaningful development tools in your Go projectsOct 2, 2022Oct 2, 2022
InGoingGo.iobyJoão Henrique Machado SilvaWhy use TestMain for testing in Go?The TestMain function was released with Go 1.4 about 2 years ago and I feel like it is still not used enough.Jan 7, 20179Jan 7, 20179
Mazen Kenjrawi[Golang] Error Handling, the neat way!Never abuse the language toolings. Propagate your errors and improve the debugging process by customizing your application errors…Sep 10, 20224Sep 10, 20224
InXendit EngineeringbyJason LuiIn Go, sometimes nil is not nil!Type is life in Go, especially in interface, hence nil may not be nil at times!Sep 22, 20221Sep 22, 20221
Teerapong Singthong 👨🏻💻Golang: Improving your GO project With pre-commit hooksThis article I will share about how my team deal with making code alignment, convention and adopt the pre-commit to go project.Sep 6, 20224Sep 6, 20224
InLevel Up CodingbyKevin VogelMicroservices in Go with gRPC, API Gateway, and AuthenticationCreating 3 Microservices and 1 API Gateway in Go with gRPC, GORM and ViperMar 29, 20227Mar 29, 20227
Viet-Minh Le5 concurrency patterns in GolangThis article will cover 5 simple concurrency patterns which are often used in GolangJun 1, 2022Jun 1, 2022