#go
Read more stories on Hashnode
Articles with this tag
Introduction Time-Based One-Time Password (TOTP) is a widely used two-factor authentication (2FA) mechanism that enhances the security of online...
Introduction At Dwarves, a few of our projects require syncing data across multiple systems. Some data gets duplicated, but the bigger problem comes...
The release of Go 1.21.0 marks an exciting moment in the Go community, with the introduction of a new logging package, log/slog. This addition brings...
Introduction Performance issues in software applications, including Go programs, can have negative consequences on user experience and business...
Design patterns are general reusable solutions to common software design problems that provide a blueprint or a best-practice approach for structuring...
Error handling and failure management are crucial aspects of developing robust and reliable software applications. In a Go system, these practices...