Go

Go Podcasts

We found 16 Go Podcasts
Inside GopherCon
Ever wondered how GopherCon came to be, and how it’s put together every year. In this show we will be chatted with Erik St. Martin, who has been there from the start about how GopherCon came to be, how this year’s conference came together, as well as why events like GopherCon as so great! We are joined by Erik St. Martin, GopherCon Organizer and Co..
Go
1 year, 7 months ago
0 Comments
The art of the PR: Part 1
In this episode, we will be exploring PRs. What makes a good PR? How do you give the best PR review? Is there such thing as too small, or big of a PR? We’ll be debating the details, and trying to help our fellow gophers perfect the art of the PR. We are joined by three wonderful guests Jeff Hernandez, Sarah Duncan, and Natasha Dykes. Hosted by Ange..
1 year, 8 months ago
0 Comments
The pain of dependency management
Baruch Sadogursky (Chief Sticker Officer at JFrog) joins Natalie & Johnny to lament the current state of dependency management in Go and other languages. They discuss the problems dependency managers face, possible technical mitigations like SBOMs, people problems that will never be solved by tech, and take questions from listeners in the #goti..
1 year, 8 months ago
0 Comments
What's new in Go 1.19
Go 1.18 was a major release where we saw the introduction of generics into the language as well as other notables such as fuzzing and workspaces. With Go 1.19 slated to come out next month, one has to wonder what’s next. Are we in store to be blown away by new and major features like we saw in 1.18? Not exactly but there are still lots of improveme..
Go
1 year, 8 months ago
0 Comments
Might Go actually be OOP?
A conversation with Ronna Steinberg, who was an OOP developer for many years, and now is a Go Google Developer Expert. Ronna has been thinking about Go and OOP for awhile, asking herself whether or not Go is an object oriented programming language. Tune in to find out her answer and hear some of the options gophers have for object oriented design. ..
1 year, 9 months ago
0 Comments
Revisiting Caddy
Matt Holt & Mohammed S. Al Sahaf sit down with Natalie & Jon to discuss every gopher’s favorite open source web server with automatic HTTPS! In addition to laying out what Caddy is and why it’s interesting, we dive deep into how you can (and why you might want to) extend Caddy as a result of its modular architecture. Leave us a comment Ch..
1 year, 11 months ago
0 Comments
Focusing in on PostgreSQL
Choosing a database is hard. They each have their pros and cons, and without much experience it is hard to determine which is the best fit for your project. In this episode Johan Brandhorst joins us to talk about Postgres. When is it a good fit? How well does it scale? What libraries exist in Go for using Postgres? Leave us a comment Changelog++ ..
3 years, 9 months ago
0 Comments
Go at Heroku
We teamed up with some friends of ours at Heroku to promote the Code-ish podcast so we’re sharing a full-length episode right here in the Go Time feed. This episode features Johnny Boursiquot (Go Time panelist) on the mic with guests Edward Muller and Rishabh Wason talking about Go at Heroku. Learn more and subscribe at heroku.com/podcasts/codeish...
4 years, 3 months ago
0 Comments
Docker, Moby, Containers
Solomon Hykes joined the show to talk about all things Docker, Moby Project, and what makes Go a good fit for container management. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sponsors: Linode – Our cloud server of choice. Get one of the fastest, most efficient SSD ..
6 years, 11 months ago
0 Comments
Gopherize.me, GitHub Stars, BitBar
Mat Ryer joined the show to talk about creating your own Gopher avatar with Gopherize.me, the importance of GitHub Stars, his project BitBar, and other interesting Go projects and news. Special thanks to Kelsey Hightower for guest hosting too! Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disap..
7 years, 2 months ago
0 Comments
The Go Standard Library
Ben Johnson, creator of BoltDB, joined the show to talk about NoSQL vs. Sql databases, tradeoffs between the two, and choosing one over the other. We also talk about Ben’s Secret Lives of Data project, visualizing data structures, and go over his motivation and plans for his blog post series “Go Walkthrough” of the Go standard library. Leave us a ..
Go
7 years, 7 months ago
0 Comments
Matt Holt on CaddyServer, the ACME Protocol, TLS
This episode wins the contest for the most protocols discussed. Matt Holt joined the show to to talk about TLS, Let’s Encrypt, the ACME protocol, CaddyServer, and a host of other important information security issues. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sponsor..
7 years, 8 months ago
0 Comments
Jessie Frazelle on Maintaining Open Source, Docker, dotfiles
Jessie Frazelle joins us this week to talk about being an open source maintainer, Docker’s pull request acceptance workflow, dotfiles, getting started with public speaking. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sponsors: Linode – Our cloud server of choice. Pi..
7 years, 8 months ago
0 Comments
State of Go Survey and Go at Heroku
Ed Muller from Heroku join us to discuss his State of Go survey, vendoring and versioning, the Heroku Go Buildpack, how they use Go at Heroku, and more. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sponsors: Linode – Our cloud server of choice. Get one of the fastest..
7 years, 8 months ago
0 Comments
Sarah Adams on Test2Doc and Women Who Go
On this show we’re joined by Sarah Adams. We talk about creating safe spaces for women to get started in the Go community, about Women Who Go, and take a deep dive into her Test2Doc open source project. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sponsors: Linode – ..
7 years, 10 months ago
0 Comments
It's Go Time!
In this inaugural show Erik, Brian, and Carlisia kick things off by sharing some recent Go news that caught their attention, what to expect from this show, ways to get in touch, and more. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sponsors: Linode – Our cloud serve..
Go
7 years, 11 months ago
0 Comments

Go Podcasts

Podcasts is a fantastic medium for sharing ideas and staying on top with latest Go trends. Here you can discover and listen to the latest and best Go Podcasts that the world has to offer. All Go Podcasts are rated by the communtiy and new podcasts are added to the list as new podcasts episodes are released by each particular show.

Go

Go (Golang) is a programming language that is statically typed and compiled. The language was designed by Robert Griesemer, Rob Pike, and Ken Thompson at Google. Go compiles down to machine code which makes the language really fast. On top of that, the language provides garbage collection, memory safety, and structural typing, along with CSP-style concurrency. The language share many syntactically similarities with C and C++, which makes it easy to pickup by people working with similar languages.