▶ On Creating the Go Programming Language— The recently returned Go Time podcast has really been putting out some amazing episodes. This time out, they chat with Rob Pike and Robert Griesemer (two of Go’s creators) about Go’s origins, growth, influence, and future. Go Time Podcast podcast |
Publishing Go Modules— The last in a series of posts on the official Go blog about using modules. This time, how can you write and publish modules that other modules can depend upon? Tyler Bui-Palsulich |
Processing 40 TB of Code From 10 Million Projects with Go— There are two parts to this interesting study. First, the why and how of grabbing code from 10 million repositories, and secondly the results of his analysis over the downloaded code. There’s basically something for everyone in here, even if it’s just the most popular curse words in public repos(!) Ben E. C. Boyter |
![]() Get $100 to Demo Blue Matador's Alert Automation— Blue Matador is alert automation for cloud infrastructures. Our proactive alerts take the time and toil out of monitoring. See production issues before anyone else. We're so confident you'll love it that we're offering $100 to demo it with our team.
Blue Matador sponsor |
Introducing ent : An Entity Framework for Go— At Facebook’s Tel Aviv office, all new services are being written in Go and they’ve built their own ORM for modeling and querying data. Supports MySQL, SQLite, and Gremlin for now, but Postgres support is promised soon. GitHub repo. Ariel Mashraki |
Backend Developer (Berlin, Germany)— This fast-growing mobile advertising company is seeking a developer to work on data processing and machine learning infrastructure. Remerge |
Golang Developer at X-Team (Remote)— Work with the world's leading brands, from anywhere. Travel the world while being part of the most energizing community of developers. X-Team |
Find A Job Through Vettery— Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started. Vettery |
The Magic of Go Comments— A look at a few ways that comments can do a lot more than merely provide guidance or information to readers of your code. James Bowen |
How to Fuzz Go Code with go-fuzz (Continuously)— Fuzzing or fuzz testing is an automated way to provide semi-random data as input to a program or function in order to test its resiliency and ability to handle input that may be outside of the norm. fuzzit |
I Still Love You, GOPATH — Is GOPATH extinct in our brave, new module-based world? It’s still supported but likely on the way out.. so Ivan has penned ‘a little homage’ to the good parts of GOPATH . Ivan Daniluk |
🕰 ICYMI(Some older stuff that's worth checking out...) |
|