Go Time: Golang, Software Engineering - podcast cover

Go Time: Golang, Software Engineering

Changelog Mediachangelog.com
Your source for wide-ranging discussions from all around the Go community. Panelists include Mat Ryer, Jon Calhoun, Natalie Pistunovich, Johnny Boursiquot, Angelica Hill, Kris Brandow, and Ian Lopshire. We discuss cloud infrastructure, distributed systems, microservices, Kubernetes, Docker... oh and also Go! Some people search for GoTime or GoTimeFM and can't find the show, so now the strings GoTime and GoTimeFM are in our description too.

Episodes

The magic of a trace

Felix Geisendörfer & Michael Knyszek join Natalie to discuss Go execution traces: why they're awesome, common use cases, how they've gotten better of late & more.

Apr 03, 202449 min

Debugging

In this episode Matt, Bill & Jon discuss various debugging techniques for use in both production and development. Bill explains why he doesn't like his developers to use the debugger and how he prefers to only use techniques available in production. Matt expresses a few counterpoints based on his different experiences, and then the group goes over some techniques for debugging in production.

Mar 26, 20241 hr 11 min

Questions from a new Go developer

In this episode we answer any/all questions from a new Go developer. Features, best practices, quirks of the language... it's all on the table for discussion.

Mar 20, 20241 hr 10 min

Jumping into an existing codebase

Jumping into a codebase you're unfamiliar with can be challenging. Are there better & worse ways to go about it? In this episode, Ian gathers a panel (Johnny, Kris & Jon) to discuss the ins & outs of familiarizing yourself with an existing codebase.

Mar 12, 20241 hr 27 min

How long until I lose my job to AI?

We're all thinking about it and wondering if our job is safe from AI. Maybe. Maybe not. In this episode Johnny Boursiquot is joined some industry veterans who have been through multiple innovation cycles to share their insights and advice on this subject.

Mar 05, 20241 hr 16 min

Creating art & visualizations with Go

Angelica is joined by the wonderful Anthony Starks to discuss creative coding to create art & visualizations with Go. Anthony is an independent developer/designer interested in data visualization, generative art, building tools & combining art + code.

Feb 27, 202459 min

Foundations of Go performance

In the first of a multi-part series, Ian & Johnny are joined by Miriah Peterson & Bryan Boreham to peel back the first layer of the things that matter when it comes to the performance of your Go programs.

Feb 20, 20241 hr

Gophers Say! GopherCon EU Athens 2024

Our award winning worthy survey game show is back, this time Mat Ryer hosts it live on stage at GopherCon EU Athens 2024! Join in & play along as we see which team can better guess what these GopherCon gophers had to say!

Feb 14, 202429 min

What's new in Go 1.22

Our “what’s new in Go” correspondent, Carlana Johnson, joins Johnny & Ian to discuss what’s new with the latest iteration of Go in version 1.22.

Feb 07, 20241 hr 4 min

Go Capture the Flag! 🚩

Angelica is joined by Neil S Primmer & Benji Vesterby to share their experience organizing "Capture the Flag" at GopherCon 2023. CTF events involve teams vying for supremacy as they strive to gather digital flags (presented as strings) and successfully submit them to the competition organizers. In essence, it's a thrilling "scavenger hunt for nerds." Join us as we unravel the intricacies and excitement of this unique gaming experience!

Jan 31, 202459 min

300 multiple choices

Over the past 8 years, Go Time has published 300 episodes! In this episode, the panel discusses which ones they loved the most, some current stuff that's in the works, what struggles the podcast has had & what we're planning for the future.

Jan 23, 20242 hr 51 min

All about Kafka

In this episode Matt joins Kris & Jon to discuss Kafka. During their discussion they cover topics like what problems Kafka helps solve, when a company should start considering Kafka, how throwing tech like Kafka at a problem won't fix everything if there are underlying issues, complexities of using Kafka, managing payload schemas, and more.

Jan 16, 20241 hr 26 min

What's new in Go's cryptography libraries: Part 2

Filippo Valsorda & Roland Shoemaker from the Go Team return & bring Nicola Murino with them to continue catching us up on what’s new in Go’s crypto libraries. This is everything we didn’t cover + deep dives from Part 1!

Dec 12, 20231 hr 12 min

Event-driven systems & architecture

Event-driven systems may not be the go-to solution for everyone because of the challenges they can add. While the system reacting to events published in other parts of the system seem elegant, some of the complexities they bring can be challenging. However, they do offer durability, autonomy & flexibility. In this episode, we’ll define event-driven architecture, discuss the problems it solves, challenges it poses & potential solutions.

Nov 14, 20231 hr 5 min

Principles of simplicity

Rob Pike says, "Simplicity is the art of hiding complexity." If that's true, what is simplicity in the context of writing software in Go? Is it even something we should strive for? Can software be too simple? Ian & Kris discuss with return guest sam boyer.

Nov 08, 20231 hr 28 min

What's new in Go's cryptography libraries: Part 1

Filippo Valsorda & Roland Shoemaker from the Go Team sit down with Natalie to catch us up on what's new in Go's crypto libraries. No, not *that* crypto... good ol' cryptography! Don't miss Part 2!

Nov 01, 202359 min

The se7en deadly sins of Go

John Gregory's GopherCon talk "7 Deadly Gopher Sins" is the ostensible basis of this spooky Go Time episode, but with Mat Ryer at the helm... the only thing to expect is the unexpected. And failed jokes. Expect _lots_ of failed jokes.

Oct 25, 20231 hr 15 min

Experiences from GopherCon 2023

The 10th GopherCon took place the last week of September and it was a blast. In this episode, we’re talking about our experiences at the conference from several different viewpoints. Angelica as a conference organizer, Johnny as an emcee and workshop instructor, Kaylyn as a speaker, and Kris as a regular attendee.

Oct 11, 20231 hr 17 min

Zero Trust & Go

Michael Quiqley from NetFoundry joins Natalie to discuss Zero Trust concepts, why they are important for secure systems & how to implement them in Go.

Sep 27, 202351 min

Go templating using Templ

Go's known for it's fantastic standard library, but there are some places where the libraries can be challenging to use. The `html/template` package is one of those places. So what alternatives do we have? On today's episode we're talking about Templ, an HTML templating language for Go that has great developer tooling. Co-hosts Kris Brandow and Jon Calhoun are joined by Adrian Hesketh, the creator of Templ, and Joe Davidson, one of the maintainers on the project.

Sep 13, 20231 hr 6 min

Prototyping with Go

V Körbes returns to talk prototyping with Natalie, Johnny & Kris. Is Go good for prototyping? What makes a language prototypable, anyway? How does space radiation fit in to all this? Tune in and ride along to find out!

Sep 07, 20231 hr 5 min

What's new in Go 1.21

Our “what’s new in Go” correspondent Carl Johnson joins Johnny & Kris yet again to discuss what’s new with the latest iteration of Go in version 1.21.

Aug 30, 20231 hr 5 min

A deep dive into Go's stack

A technical dive into how the Go stack works and why we as programmers should care.

Aug 11, 20231 hr 13 min

Building world-class developer experiences

Today we’re talking with Alice Merrick & Andy Walker about building a world-class developer experience. You know it when you see it, things just feel right. But it’s more than just a pleasant UI or lipstick on a pig (which is a saying), it really matters.

Aug 02, 20231 hr 20 min

So do we like Generics or not?

So, do we like generics or not? Some people feared they'd be the end of the language. Others were very hopeful, and had clear use cases, and were thrilled about the feature coming to the language. It was also often touted as the reason a lot of people didn't adopt Go. So what do we think now? Mat and Kris are joined by Roger Peppe and Bryan Boreham to discuss the state of Generics in Go.

Jul 25, 20231 hr 28 min

The tools we love

The Go ecosystem has a hoard of tools and editors for Gophers to choose from and it can be difficult to find ones that are a good fit for each individual. In this episode, we discuss what tools and editors we're using, the ones we wish existed, how we go about finding new ones, and why we sometimes choose to write our own tools.

Jul 19, 20232 hr 38 min

Gophers Say! GopherCon EU 2023

Our award winning worthy survey game show is back, this time Mat Ryer hosts it live on stage at GopherCon Europe 2023! Elena Grahovac joins forces with Björn Rabenstein to battle it out with Alice Merrick & Mohammed S. Al Sahaf. Let's see who can better guess what the GopherCon Europe gophers had to say!

Jul 11, 202326 min

The solo gopher

Many Gophers build projects as a team of one. Sometimes these are side projects, other times they are projects used by millions of people but who are still maintained by a single individual. In this episode, the panel discusses techniques for developing and maintaining Go projects as a solo developer.

Jul 05, 202357 min

K8s vs serverless for distributed systems

Listener Joe Davidson recently tweeted: "I’d really be interested in an episode debating Kubernetes vs serverless functions for distributed systems. As someone working a lot with serverless to create large scale systems, for me the complexity in Kubernetes doesn’t seem worth it, especially when onboarding new people. But I’d like to see it from the other perspectives. I could be missing something." So we invited Joe on the show alongside Abdel Sghiouar and Srdjan Petrovic to discuss!

Jun 29, 202347 min

Neurodiverse gophers

Kaylyn Gibilterra returns as Natalie & the gang take our diversity conversation one step further. This time we're talking about neurodiversity as it relates to being a developer, a manager, a conference participant & more.

Jun 21, 20231 hr 14 min