Podcast hosts
No host has claimed this podcast yet, if you are the host you can verify ownership by claiming this podcast
Keywords
© All rights reserved
Go Time: Golang, Software Engineering
Reviews
jmze
5 out of 5 stars
Fantastic Podcast
I’m a new developer and learning Go. This podcast is full of great information, and the hosts and guests are fun to listen to and often quite hilarious. Love it!
CrimsonCode
5 out of 5 stars
New Gophers - make sure you Go check out this show!
I started exploring the Go programming language recently, and part of my research when learning about a technology involves searching for community resources such as podcasts. I was surprised to find that this appears to be the only currently active podcast for Golang (as I write in early 2022). However the breadth of topics and variety of guests they bring on makes it hard for me to argue there need to be many more. Thanks for keeping this great show going for all these years and providing a great backlog of content for new Gophers such as myself to dive into!
Nick8090908
5 out of 5 stars
Good
The podcast is good; holy moly to the guy conflating calling go “go lang” with being incapable of not deadnaming people... wow.
Matt19791979
5 out of 5 stars
I don’t write code but this is so informative!
So I’m not a developer, but this podcast has made me want to get started. I work with Kubernetes and helm and go is what they work with. I’ve learned so much not even within just go it’s a great podcast.
StreakInTheSky
5 out of 5 stars
Great Podcast, even for non-Gophers
I don’t program in Go. I thought that maybe this podcast would be a good introduction to it, but it actually made me think I’d prefer other (more functional) languages. That said, it’s still one of my favorite programming podcasts. Hosts are entertaining, knowledgeable, and give different insights. The content may circle around Go, but is relevant to all different kinds of software developers and programmers.
AndersM85
5 out of 5 stars
Insightful look at golang
This podcast is a great way to get the perspective of a variety of golang developers on questions all across the spectrum. Love that everything is touched on from process to language specs.
felts94
1 out of 5 stars
Clips episode sound is so annoying
Would have liked to listen to the best of episode but the laser sound effect when switching clips is so loud and annoying while listening on headphones.
nostormo
1 out of 5 stars
Stick to the topic
Hosts spend more time talking about themselves and how they are helping the go community (thankful for your contribution) rather than focusing on the topic at hand ... dependencies is the best topic which illustrates this .... I was really interested in that topic and Rus was an awesome host but they discussed it for may be 10 mins of 50 odd min podcast.
SteveC6
5 out of 5 stars
One of my favorite programming podcasts
Awesome show. The cast is funny, interesting and informative. Always great guests. More evidence of how great the Gopher community is.
LearnSurvivalDept.
5 out of 5 stars
Keep it coming!
It's encouraging to see a growing community around such a beautiful language.
Customer for life
5 out of 5 stars
Great
Good content, great to have some Go Lang Goodness and updates from some some great gophers of the community.
funky mink
5 out of 5 stars
An inspiring trip
Guidance on the most imprtant and subtle issues at hand.
Podcast information
- Amount of episodes
- 286
- Subscribers
- 106
- Verified
- No
- Website
- Explicit content
- No
- Episode type
- episodic
- Podcast link
- https://podvine.com/link/..
- Last upload date
- June 6, 2023
- Last fetch date
- June 6, 2023 9:09 PM
- Upload range
- WEEKLY
- Author
- Changelog Media
- Copyright
- All rights reserved
- The files & folders of Go projectsReturn guests Ben Johnson & Chris James join Mat & Kris to talk about the files and folders of your Go projects, big and small. Does the holy grail exist, of the perfect structure to rule them all? Or are we doomed to be figuring this out for the rest of our lives?0 comments0
- HallwayConf! A new style of conferenceConferences are an integral part of the Go community, but the experience of conferences has remained the same even as the value propositions change. In this episode we discuss what conferences generally provide, how value propositions have changed, and what changes conference organizers could make to realign their conference experience to a new set of value propositions.1 comments1
- Go + WasmThe DevCycle team joins Jon & Kris for a deep conversation on WebAssembly (Wasm) and Go! After a high-level discussion of what Wasm is all about, we learn how they’re using it in production in cool and interesting ways. We finish up with a spicy unpop segment featuring buzzwords like “ChatGPT”, “LLM”, “NFT” and “AGI”0 comments0
- Diversity at conferencesGo conferences are not as diverse as we’d like them to be. There are initiatives in place to improve this situation. Among other roles, Ronna Steinberg is the Head of Diversity at GopherCon Europe. In this episode we’ll learn more about the goal, the process and the problems, and how can each one of us help make this better.2 comments2
- The biggest job interview of GPT-4's lifeMat & Johnny interview everyone’s favorite LLM (Natalie with a special hat on) to see if it’d make a good hire as a Go dev. Also, Mat tries to turn it into his very own creepy robot by asking personal questions about his co-hosts. Things get weird. In a good way?0 comments0
- This will blow your docs offIn a world where most documentation sucks, large language models write better than humans, and people won’t be bothered to type full sentences with actual punctuation. Two men… against all odds… join an award-worthy podcast… hosted by a coin-operated, singing code monkey (?)… to convince the developer world they’re doing it ALL wrong. Grab your code-generator and heat up that cold cup of coffee on your desk. Because this episode of Go Time is about to blow your docs off!1 comments1
- Long-term code maintenanceOle Bulbuk & Sandor Szücs join Natalie to discuss the ins & outs of long-term code maintenance. What does it take to maintain a codebase for a decade or more? How do you plan for that? What about inheriting a codebase for the long term? Oh, and (how) can AI help?1 comments1
- Who owns our code? Part 2Tech lawyer Luis Villa returns to Go Time to school us once again on the intellectual property concerns of software creators in this crazy day we live in. This time around, we’re focusing on the implications of Large Language Models, code generation, and crazy stuff like that.1 comments1
- How Go helped save HealthCare.gov ♻️Paul Smith (from “Obama’s Trauma Team”) tells us the tale of how Go played a big role in the rescuing and rebuilding of the HealthCare.gov website. Along the way we learn what the original team did wrong, how the rescue team kept it afloat during huge traffic spikes, and what they’ve done since to rebuild it to serve the people’s needs.1 comments1
- Go Time: Golang, Software Engineering Dec 8 · 57m Hacking with Go: Part 3Ivan Kwiatkowski joins Natalie once again for a follow-up episode to Hacking with Go: Part 2. This time we’ll get Ivan’s perspective on the way Go’s security features are designed and used, from the user/hacker perspective. And of course we will also talk about how AI fits into all this…1 comments1
- How Pinterest delivers software at scaleNishant Roy, Engineering Manager at Pinterest Ads, joins Johnny & Jon to detail how they’ve managed to continue shipping quality software from startup through hypergrowth all the way to IPO. Prepare to learn a lot about Pinterest’s integration and deployment pipeline, observability stack, Go-based services and more.1 comments1
- gRPC & protocol buffersOn a previous episode of Go Time we discussed binary bloat, and how the Go protocol buffer implementation is a big offender. In this episode we dive into the history of protocol buffers and gRPC, then we discuss how the protocol and the implementation can vary and lead to things like binary bloat.1 comments1
- Debugging GoNatalie & Ian welcome Liran Haimovitch & Tiago Queiroz to the show for a discussion focused on debugging Go programs. They cover good & bad debugging practices, the difficulty of debugging in the cloud, the value of errors logs & metrics, the practice of debugging in production (or not) & much more!1 comments1
Podcast hosts
No host has claimed this podcast yet, if you are the host you can verify ownership by claiming this podcast
Keywords
© All rights reserved