Benchmarking: What You Can't Miss in Go 1.24
For us Go developers, writing less code means fewer opportunities to make mistakes. But how about achieving more by doing less? That sounds appealing. Isn’t it? And how about spending less time writing code to force the compiler not to optimise the benchmarking functions?
Continue readingHow to Write Better Tests in Go
How do you know if what you are building is the right thing? How do you know if the product you just put into customers’ hands doesn’t harm them? Don’t put them into hospital or worse, kill them? Continue readingRules for New Go Programmers
You skyrocket your chances for success if you follow simple rules. The Go programming community at the Bitfield Institute of Technology (BIT) call them the 10 commandments of Go. Ready to dive in? Continue readingLearning Go: Tips for Developing the Right Mindset
How do I start? Where to look for resources and which to use? What are the best ways to learn how to program?
Continue reading