We registered Three Dots Labs as a company in 2014, hoping to quit our jobs soon to work on our products.
The “soon” turned into ten years of launching side projects and working evenings and weekends.
We finally decided to take the leap last year, and we plan to share...
I was on episode 6 of the new Fallthrough podcast, talking about What’s New in Go 1.24. Check it out!
Had an amazing chat with Jonathan and Shay about GoReleaser and other topics.
One of my favourite features of Go 1.24 is the new functionality for managing developer tooling dependencies.
By this, I mean tooling that you use to assist with development, testing, build, or deployment – such as staticcheck for static code analysis, govulncheck for vul...
Back in 2017, I got tired of manually checking and creating git tags.
Go 1.24 contains an experimental package to aid in testing concurrent code.
Last week I was invited to join the wonderful Fallthrough podcast as a guest host, on a more time sensitive episode discussing the recent backdoor discovered in the Go module proxy, and the episode has just shipped, with a very good title!
This was actually my second episode with...
Not all bugs are created equal. Some may be easy to pinpoint and eliminate with the help of a debugger. Others might be subtle or infrequent, and tracking them down is like searching for a needle in a haystack. Choosing the right debugging technique can significantly raise the ch...
A new release of the Microsoft build of Go is now available for download.
The post Go 1.24.0-1 Microsoft build now available appeared first on Microsoft for Go Developers.