DadCod6 unique and lesser-known Go techniquesToday, we’re exploring 6 unique and lesser-known Go techniques.Jun 28, 20245Jun 28, 20245
Dua SarthakUnderstanding and creating your first gRPC service in Golang || by Sarthak Dua || mediumWhat is gRPC?Jun 25, 2024Jun 25, 2024
Andrew ZuoWhat I Don’t Like About GoGo claims to have three design goals: be fast to compile, be fast to run, and be enjoyable to program for. And Go has done a really good…Jul 2, 202417Jul 2, 202417
InLevel Up CodingbyPhuong Le (@func25)GO EP12: Go.mod File — What You Need to KnowThere are several directives we will talk about, including: module, go, require, exclude, replace, retract, and a new one, toolchain."Jun 25, 20243Jun 25, 20243
Harutyun MardirossianTricky Golang interview questions — Part 5: interface == nilAnother topic I would like to discuss in these series is the interface to nil comparison problem. This question is frequently asked during…Jul 2, 2024Jul 2, 2024
InTDS ArchivebySamuele MazzantiForget Statistical Tests: A/B Testing Is All About SimulationsHow simulations outperform traditional stats in that they are easier to understand, more flexible, and economically meaningfulJul 4, 202416Jul 4, 202416
Corey WinkelmannGo Best Practices: Avoid Pointers to InterfacesIn Go, interfaces are a powerful feature that enables polymorphism and flexible design. However, one common source of confusion is the use…Jun 28, 20241Jun 28, 20241