▶ Discussing Go 2 and The Future of Go— Go Time was a popular Go podcast until last year when it went on hiatus, but.. it’s back! Mat Ryer, Johnny Boursiquot, Jaana B. Dogan, and Mark Bates discuss Go 2, the future of Go, and what they like and dislike. Go Time podcast |
Bloom Filters Explained— Bloom filters are an interesting data structure that provide a fast and efficient way to test set membership (at the cost of occasional false positives). YourBasic |
Idiomatic Go Resources— “These articles represent only a fraction of the words that have been written about Go style, and this is by design my own opinionated list.” Opinionated or not, it’s a good list. Damian Gryski |
🤬 The challenges Go developers face the most |
Source: Go 2018 Survey Last week's results from the latest Go Survey show that Go developers are still having issues over modules and vendoring (though future Go versions will be ironing this out) and a lack of generics remains a pain point for many. If any of the above pain points give you any ideas for tutorials or tools to help Go developers out, let us know and we might be able to link you up :-) |
|