Don't Overload Your Brain: Write Simple Go
This week we do small refactoring to illustrate how we can improve code readability and reduce cognitive load. Continue reading3 Career Mistakes New Go Developers Should Avoid
A few years ago, at the GopherCon UK conference, I asked three programming instructors and mentors a straightforward question: What early career mistake will you never make again? Continue readingBenchmarking: 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 reading