InProperty Finder Engineering and Tech BlogbyTiGran KhanagianGo and MySQL: Setting up Connection PoolingAll this affects performance and fault tolerance. I have some tips to share with you to make your Go code more reliable in terms of MySQLJun 23, 20221Jun 23, 20221
Ian MacalinaoWhy Go’s structs are superior to class-based inheritanceGo is unique from a lot of object-oriented languages in that it doesn’t have classes. Instead, Go has two awesome features that make its…Jun 28, 201614Jun 28, 201614
InCodeXbyStefanie LaiOur Go Cache Library ChoicesCompare golang bigcache, go-cache, groupcache, and golang-lru in all aspectsApr 6, 20221Apr 6, 20221
InMartin Ombura Jr.byMartin Ombura Jr.Go Tools: The Compiler — Part 1 Assembly Language and GoThe Go compiler is at the heart of Go’s build process, taking code and generating executables from that code. Go’s compiler is available…May 10, 20192May 10, 20192
InA Journey With GobyVincentGo: Overview of the Compilerℹ️ This article is based on Go 1.13.Sep 7, 20192Sep 7, 20192