Explore every episode of the podcast go podcast()
| Title | Pub. Date | Duration | |
|---|---|---|---|
| 058: Starting in Go with Yann Bizeul | 03 Jun 2025 | 01:06:12 | |
| 057: I unite with another technical professional, and we talk about being blind in tech (part 2) | 15 Apr 2025 | 01:27:02 | |
The part 2 of my talk with Ivan Fetch. We cover the remaining listener questions and go over some aspects in more details of being blind in tech. | |||
| 048: Lea Anthony on Wails | 27 Nov 2024 | 01:05:51 | |
I'm receiving Lea, creator of the Wails project. Allowing Gophers to build desktop application using web tech for the frontend. Links:
| |||
| 047: Fyne toolkit with Andy Williams | 06 Nov 2024 | 01:08:43 | |
This week I talk with Andy Williams about the Fyne toolkit. It's impressive how much you can do with Fyne targeting mostly all platform where you'd want your application to run. In a world where web is getting a little bit out of hand, it's refreshing to see that desktop still have its place in the software world. Links:
| |||
| 046: Let's talk about Rust with John Arundel | 29 Oct 2024 | 01:07:23 | |
John is proposing learning Rust to enhance Gophers programming knowledge. I do enjoy learning new thing personally, Rust always has been or at least seems to required an extra effort to get started with. John is trying to make it more approachable. Links: If you enjoy the show the best way to support it is by sharing and talking about it to your circle and if you can by purchasing my courses (50% off for listeners of this show). Build SaaS apps in Go and Build a Google Analytics in Go. | |||
| 045: Gomponent with Markus Wustenberg | 15 Oct 2024 | 01:08:48 | |
This week I'm joined by Markus Wustenberg, the author of Gomponent, a library that lets you write your HTML directly in Go using a component approach with type safety. Links:
If you'd want to support the show consider purchasing my Go courses, which are 50% off for listeners of this show. Build SaaS apps in Go and Build a Google Analytics in Go. | |||
| Toying with static analysis of HTML templates | 30 Sep 2024 | 00:36:23 | |
After last episode with Templ maintainers I was really pumped to try Templ and see if it would work for me. Without spoiling too much I believe it would have been easier to start from scratch with Templ vs. trying to migrate an existing project. This led me to try and see if I could add static analysis of my templates in my library tpl. I don't really have a PoC yet, but kind of getting close to it. If everything continue I should be able to capture errors in using of wrong field in template, like typos in field name that are caught at runtime at this moment. Links: https://github.com/dstpierre/tpl Also if you want to support this show, this is a 50% discount on my courses: Build SaaS apps in Go and Build a Google Analytics in Go. | |||
| Adrian Hesketh and Joe Davidson on Templ | 10 Sep 2024 | 01:08:36 | |
In this episode Adrian Hesketh and Joe Davidson from Templ joins me and we talk about the what, why, and how of Templ. If you haven't checked it out, Templ helps creating strongly typed html template and use a component based approach to building web interface in Go. Links:
| |||
| 042: Gate keeping and teaching of programming with Ramesh Sringeri | 03 Jul 2024 | 00:51:31 | |
Ramesh joins me this week to talk about his experiences teaching programming in Girls who code club and gate keeping that can discourage some people from choosing computer science as their career path. Links:
I'd appreciate any mention you can share about the pod. If you'd like to support the effort, the best way if to purchase my courses, listeners of the show get 50% off Build SaaS apps in Go and Build a Google Analytics in Go. | |||
| 041: Speaking at conferences with Matt Boyle | 25 Jun 2024 | 01:01:32 | |
Getting out there, showing what you're currently doing / learning, starting a blog, creating content to help other software engineers, those are all good way to distinguish yourself. You might want to consider speaking at conferences as well. In this episode we're talking with Matt Boyle about the what, why, how of getting your first conference talk accepted. Links:
| |||
| 040: CLI in Go and other tech talks with Marian Montagnino | 18 Jun 2024 | 01:00:29 | |
I'm joined by Marian Montagnino this week. We talk about CLI in Go, programming languages. Java and Elm mentioned, be warned .;) and other tech related stuff. Marian wrote a book on building CLI in Go and presented multiple talks at Go conferences. We had some connectivity glitches during our call making it challenging. You won't here the internet cuts as we did, but the lag is real, sorry about that. Links: As always I'd highly appreciate any mention of the pod and if you want to support the show the best way is to grab my courses at 50% off for listeners of the show: Build SaaS apps in Go and Build a Google Analytics in Go | |||
| 039: Go is now more fun to build web apps | 05 Jun 2024 | 00:34:46 | |
I started a monolith-style web application couple of weeks ago and force to admit that Go is more and more fun to use where I was considering more like Django or Rails before. For me there was still the templates aspect that needed to be fixed, and I wrote a library for that. The other major place where I was not enjoying myself was the database code, found it way to repetitive for application that had a lot of SQL tables. We're in a very good place at the moment and the benefits of having a compiled language to build heavy backend web application is great. Links:
| |||
| 056: I unite with another technical professional, and we talk about being blind in tech | 01 Apr 2025 | 01:14:04 | |
This week I'm joined by Ivan Fetch. We talk about challenges and day-to-day life as tech professionals being blind, using a screen reader. This is the part one as we've a lot to cover. Since I started this pod after telling guests I'm blind and use a screen reader everyone wants to know more, so I thought doing an episode would be interesting to people wanting to know more. The best way to support the show is by talking about it and sharing the episodes. If you can you can buy my courses which help keeping the lights on for the efforts invested to bring the pod, there's a 50% off discount for listeners of this show: Build a SaaS app in Go and Build a Google Analytics in Go. | |||
| 038: Finally, found a good use case for Go's plugin | 21 May 2024 | 00:30:41 | |
I've restarted active development on my open source Go backend server API StaticBackend. For a long time I wanted to make its CLI size smaller, and I decided to use Go's plugin package to extract a functionality that used a dependency that was accounting for more than 50% of its 170 MB. Go plugin were the solution I decided to use for this and I explain the problem and the solution in this episode. Links:
| |||
| 037: Is Go a good choice for your Startup? | 09 May 2024 | 00:32:30 | |
I've been building SaaS since 2008 and built two with Go. Big spoiler, the technology you choose has a little impact in the early stage of a software business. There's some danger to over-engineer and use complex construct while you still does not even know if what you're building is desirable. Heck, you don't even know what you're building at first. I'm giving some example of common traps and pitfails technical founder tend to fail into when jumping into a startup venture for first times. And yes, times is plural, because it takes multiple attempt before learning lessons. If you enjoy the pod please consider sharing / talking about it. You may also contribute by purchasing my courses Build SaaS apps in Go and Build a Google Analytics in Go courses, they're at 50% off for listeners of the show. | |||
| 036: Game UI in Go with EbitenUI maintainer Mark Carpenter | 02 May 2024 | 01:05:05 | |
I'm joined by Mark Carpenter, the maintainer of EbitenUI, a UI library you may use with your Ebitengine Go game. Game dev is slowly making its way to Go with game library like Ebitengine and Raylib. The nice thing about Ebitengine is that it's built in Go, have great cadance in its development and is simple to use. EbitenUI is a UI library that allows you to build UI for your games. It's a simple library that integrates smoothly with the programming model of Ebitengine games. Links:
| |||
| 035: Going deeper into Encore with its founder André Eriksson | 16 Apr 2024 | 01:11:27 | |
A follow-up episode on last week episode. We go a little bit deeper into Encore with André Eriksson. Encore can do a lot for your Go project and infrastructure. It allows your team to focus on your product and provides local development and DevOps tooling that help your team go faster. Links:
| |||
| 034: Encore, domain design in Go with Bill Kennedy | 10 Apr 2024 | 01:12:07 | |
This week I'm joined by Bill Kennedy. Bill makes me discover Encore which can handles service-to-service communication while programmers focus on their application. We talk about domain design in Go and how to architect an isolated system following the 3-tier layer design. Links:
| |||
| 033: Deployment orchestrator in Go, part of my upcoming SaaS | 02 Apr 2024 | 00:36:52 | |
My upcoming SaaS product at first wasn't suppose to be rolled out as a product, but was for my own usage. Turns out as I was using it and selling my online courses that it appears to me as being fairly usefull and could compete against existing course selling platform. The hic is that it wasn't built as a SaaS in mind, so I have to deploy one application per customer. It's completely multi-tenant. To help with automating the deployment of a new tenant, I wrote and orchestrator with agents to facilitate the deployment of a new application. I thought this part could be interesting to hear about as it's written in Go. Want to support the show? The best way is by purchasing my courses Build SaaS apps in Go and Build a Google Analytics in Go. Listeners of this show get a 50% discount on all store product. | |||
| 032: Go cryptography with John Arundel | 19 Mar 2024 | 00:55:26 | |
In this episode I talk with John Arundel about cryptography in Go. John wrote a great book on the subject called Explore Go: Cryptography. Security is a growing concerns and you should up your game as a Go programmer. We're lucky to have such a solid crypt package in the standard library. I'd encourage you to get familiar with it if you haven't yet. Links:
| |||
| 031: Using shim on API to prevent breaking changes | 14 Mar 2024 | 00:17:08 | |
In 2021 Twilio sent a termination email on their Fax services. I was consulting as the CTO in a credit bureau that was in the start of an acquisition process with Equifax Canada. There was just no time to "waste" on changing provider and rewriting this part of the system to satisfy the new provider API. Would have been grand if the provider would have offered a shim that replicated Twilio's API and map that to their own API. Imagine how many companies needed to rewrite this part at the same time. Offering this as the provider that receives X thousands new customers would have been a superb engineering experience. So maybe we can apply this concept internally as well. When a team needs to introduce breaking changes, a good solution might be for them to provide a shim over the old API so no other teams need to do anything. This is obviously a tad dangerous and might introduce some technical debt. But as everything, it depends. | |||
| 030: gRPC in Go with Chris Shepherd | 07 Mar 2024 | 00:46:58 | |
I receive Chris Shepherd and we talk about gRPC in Go. If you're building systems with lots of micro-services, gRPC is a good way to provide strong contracts between your services and improve communications. Links:
| |||
| 029: I've a confession to make, I've wrote 2 apps in Django | 28 Feb 2024 | 00:31:43 | |
This episode was supposed to be focussing on templ, the tempalte library, but as I was going in details I found it hard not to explain the back story of why I started looking for something to help html/template be more "fun" to build rapid side projects, you know, CRUD heavy web application. Links:
| |||
| 055: Zog, a Go validation pkg with Tristan Mayo | 18 Mar 2025 | 01:26:16 | |
This week I'm joined by Tristan Mayo, the creator of Zog, a Go library that helps with validation when receiving data from an HTTP POST or parsing data. Links: | |||
| 028: To TDD or not... or when | 16 Feb 2024 | 00:19:35 | |
Quick solo episode on TDD and when I experienced it was used best and when I personally not use it but use an approach of writing a bit of code, than tests, thant another bit of code, etc. Buying my courses is the way to support this show, here's a direct discount for listeners. | |||
| 027: Debugging in Go with Matt Boyle | 05 Feb 2024 | 00:39:01 | |
I chatted with Matt Boyle about debugging Go code. Matt is creating a course about this topic and discussing debugging as a tool you may add to your toolbelt. Links
| |||
| 026: We can do better with interviews and onboarding | 25 Jan 2024 | 00:20:41 | |
I believe we can do better regarding software engineer interviews and this entire process (also including onboarding). I think companies that will be mediocre at those two aspects will have a hard time with younger programmers, which I fully support. | |||
| 025: Iterators are coming to Go | 17 Jan 2024 | 00:17:10 | |
Iterators are going to be useful to process large amount of data without having to load an entire slice or maps in memory but instead create iterators that can be used from a for item := range myIterators(). If you'd like to support this show and/or are interested in Go courses I have, here's a direct discount link specially for listeners of this show. | |||
| 024: Do you understand this weird production behavior? | 10 Jan 2024 | 00:18:49 | |
Something absurd happened in 2024 for one of my consulting client's production web application, and this code for a time. The time zero value is behaving differently than it has been since 2018. Date has a value: No date, zero value | |||
| 023: Reaction to reddit post on null pointer error in Go | 03 Jan 2024 | 00:19:05 | |
I react to the post on the Go subreddit of last week talking about a null pointer error occuring in production for a Go program. This is the YouTube video I made. If you'd want to support this podcast, I have Go courses available for purchase here, I just launch my latest course Build a Google Analytics in Go with a 50% discount for listener of this show. | |||
| 022: What to answer to "Why Go?" | 19 Dec 2023 | 00:24:53 | |
Typical reasons to use Go might sounds exciting for us used to Go, but might not be as attractive for people that haven't experienced Go yet and might not realize they have some small heritants that Go fixes/improves. I've pre-launched my new course call Build a Google Analytics in Go, as listener to this podcast you're getting a 50% off during pre-sale, the course is due to launch before the end of December. If you want to support this show, purchasing the course is the best way, also talking about it ;). | |||
| 021: Why I had to work 30h straight in 2002 | 06 Dec 2023 | 00:20:23 | |
Things were very different when I started as a junior developer. This is a story of an out of the ordinary day where worked from ~9h am to 11am (the next day), the two of us that were in charge of everything at a small financial company. This one has nothing to do with Go, but I thought it was worth telling as a story. I'm soon to launch (pre-launch) my next course Build a Google Analytics in Go. If you're interested make sure to sign-up for the newsletter on my store. https://store.dominicstpierre.com/ | |||
| 020: Discipline is required to build long-live software | 23 Nov 2023 | 00:16:04 | |
As we're building more and more of distributed systems I believe that one trait / culture successful team will require is discipline. Personal opinion, we tend to complicate our lives in the last decade compare to what things were before. But without an extra attention to some details, it will be a nightmare to maintain systems in the long run. As always, if you'd like to support the show the best way is to purchase my course. Sharing it also very much appreciated. | |||
| 019: Dependencies maintenance in Go | 14 Jul 2023 | 00:13:54 | |
I talk about dependencies management in Go. How to keep your dependencies up-to-date and how to check if there's any updates available. What to do when a package change their major version. List all packages and latest versions: Update all packages to their latest minor versions: If you'd like to support this podcast consider buying a copy of my course Build SaaS apps in Go. | |||
| 054: Datastar with Delaney Gillilan | 11 Mar 2025 | 00:56:33 | |
This week I talk with Delaney Gillilan, the creator of Datastar, a framework that helps building web applications with the reactivity of a single page app but with the programming model of a good old server-rendered page from the backend. Datastar combines the power of HTMX and Alpine.js in a simple and lightweight way. Links:
| |||
| 018: WebAssembly runner, a real-world use case | 30 Jun 2023 | 00:22:11 | |
I was toying with the idea of using WebAssembly runner as a plugin / extension mechanism from a Go (host) program to extend the capabilities of a program at runtime. * min/max bult-ins coming in 1.21: https://tip.golang.org/ref/spec#Min_and_max | |||
| Help your OSS with GitHub CLI, Codespaces and linters | 29 May 2023 | 00:17:39 | |
I'm trying to make my open source backend API project StaticBackend as easy as possible to contribute. Couple of things I've added lately was worth mentionning. GitHub Codespaces is helpful and nicely done. It goes 1-step further than Docker and make contributing to an open source project a simple task, especially for small and quick 1-time contribution. This couple with GitHub CLI, which I admit, have just starting using it. And linters to make sure the quality of the code is as high as it can be. StaticBackend website | GitHub repo If you'd want to support this podcast, the best way is to talk about it, sponsor my open source project or purchase my course Build SaS apps in Go. | |||
| 016: What I'd hope WASM brought to web dev | 08 May 2023 | 00:22:45 | |
I talk about what I'd love to see coming to web development. While WebAssembly can be used as an alternative to JavaScript, I believe we're not looking into the real problems related to building web application. | |||
| 015: How do you put things in production? | 27 Mar 2023 | 00:23:50 | |
It has been a rough last 4 months for me and I finally get a chance to restart publishing episodes. In this episode I talk a bit about what I've seen so far as process / flow for deploing software in production. Going from the old days when I started as a junior software dev where we were pushing straight into prod to what I discovered at a big organization where putting something in production spread accross multiple days and involves a lot of people. I'd like to hear how things are working for you, what is your process from bug fix/new feature to production. I'm genuinely curious after the experience I had seeing how thins can be tedious for this process. | |||
| 014: We should contribute more to open source | 23 Dec 2022 | 00:18:11 | |
This is the last episode of 2022. Those are my thoughts about how I think we should try to help more as user of open source project and librairies. This episode content was inspired by the Gorilla Web Tool Kit archiving their Go projects. On that note, I'll be back with more Go content on January, and will try to keep my 1 episode per two weeks plan for 2023. Thank you! | |||
| 013: Go's concurrency to the rescue | 30 Nov 2022 | 00:14:54 | |
Go's worker queue pattern: type WorderPool struct { func (wp *WorkerPool) start() { func (wp *WorkerPool) add(id int) {
| |||
| 012: Concurrency isn't Go main selling point | 16 Nov 2022 | 00:15:25 | |
Let's talk about Go's concurrency. It's a powerful tool to have at your disposal but a hard one to master and use correctly.
| |||
| 011: Options where to deploy your Go servers | 28 Oct 2022 | 00:27:22 | |
At beginning I was deploying my Go servers to a DigitalOcean droplet. But for the last 3 years I'm enjoying Render, which listen to my git push and automatically deploy app for me in a blue-green deployment. If you enjoy my podcast have a look at the following: - Build SaaS apps in Go, my course on building web application in Go | |||
| 010: internal package gotchas | 27 Sep 2022 | 00:14:34 | |
I recently created an exportable Go package from StaticBackend, an open source backend API which was self-hosted. I ended up using the internal package way to heavily and this design decision bite me when I decided to create an exportable package. Now all things that needed to be expose that was in the internal package had to be refactored into their own packages. Links: | |||
| 009: Set variables at build time with -LDFLAGS | 10 Aug 2022 | 00:15:27 | |
Usage of -ldflags: go build -ldflags "-X main.varName=from_build" -o mycli Inside your code: var varName string func main() { Here's what I'm using for StaticBackend -v flag: go build -ldflags \ Links:
| |||
| 053: My exp w/ Gomponent in prod with Markus Wustenberg | 04 Mar 2025 | 00:59:57 | |
Markus is back to talk about Gomponent. I've used the library in production and wanted to tell the story of my experience converting my html/template to Gomponent and get his thoughts and reactions. This is more of a real-world episode than anything else, a real story of real usage of Gomponent. Links:
| |||
| 008: The day my Go service got csharpify | 19 Jul 2022 | 00:19:08 | |
If you'd like to join the dev of StaticBackend a Firebase alternative I'm building in Go you're welcome, there's a discord if you'd want to chat. https://github.com/staticbackendhq/core If you'd like to checkout my course called Build SaaS apps in Go or want to support this show, that's the best way. If you're on Twitter make sure to follow me: https://twitter.com/dominicstpierre | |||
| 007: Is Go's database/sql verbosity that bad? | 01 Jul 2022 | 00:27:16 | |
sqlx: https://github.com/jmoiron/sqlx If you're looking to learn how to build web API with Go, checkout my course on building SaaS in Go. | |||
| 006: Build softwares that stand the test of time | 25 Apr 2022 | 00:13:20 | |
I've been maintaining 20 years old systems for a long time now. I've been working with legacy applications in .NET. To me Go has some great advantages built-in by design that should help in 10-15 years from now when the applications that are created today will be on maintenance mode. | |||
| 005: Spring arriving, so is Go 1.18 and Generics | 04 Mar 2022 | 00:15:22 | |
What are you thinking about Generics? What about 3rd party libraries that will pop from everywhere once Go 1.18 launched? Personally, I'll appreciate what the std lib offers and will wait before writing generics code, making sure I really need it. I'm currently working on a free and open-source self-hosted Firebase alternative - if such things sound interesting, please join the Discord group and contribution are very welcome (it's written in Go of course). This is my course on Building SaaS apps in Go. | |||