Published inITNEXTJSON Web Tokens in GoJSON Web Tokens is a well known and popular open standard that defines a compact way for securely transmitting information between parties…May 25May 25
Published inITNEXTComparing error handling in Zig and GoBoth Go and Zig treat errors as values, emphasizing explicit handling.Apr 28Apr 28
Published inITNEXTHow to use the new Go’s “tool” directiveGo 1.24 introduces a significant enhancement with the “tool” directive.Apr 17Apr 17
Published inITNEXTPractical OpenAPI in GoFrom OpenAPI Specification to Go Server.Feb 12A response icon1Feb 12A response icon1
Published inITNEXTRandom Art algorithm in GoImplementing Random Art algorithm in Go, working with pseudo random number generator, Go image package, trees and generating beautiful…Jan 13Jan 13
Published inITNEXTEssential CLI/TUI Tools for DevelopersAn opinionated list of CLI/TUI applications for developer productivity.Jan 7A response icon10Jan 7A response icon10
Published inITNEXTUnderstanding the Language Server ProtocolIn the past, many code editors were built just for the specific language, and to provide rich and smart code editing, tight integration…Jan 2Jan 2
Published inITNEXTIntegration Tests with GitHub Service ContainersNot so long ago we published an article about using Testcontainers for emulating external dependencies such as a database and cache for the…Dec 27, 2024Dec 27, 2024
Published inITNEXTHow to import an existing cluster into TerraformAs organizations transition to Infrastructure as Code (IaC), they often face the challenge of incorporating existing resources into their…Dec 27, 2024Dec 27, 2024
Published inITNEXTFuzz Testing Go HTTP ServicesA guide on fuzz testing in Go.Oct 28, 2024Oct 28, 2024