Episodes

  • 051: Event sourcing with Morgan Hallgren
    Feb 18 2025

    This week I'm joined by Morgan Hallgren and we talk about Event Sourcing. Morgan created an open source library that helps with the parts involved when doing event sourcing.


    Links:

    • eventsourcing library (GitHub)


    As always the best way to support the show is by talking about it. If you'd want to chip in as it's time consuming and costly to host a podcast, the best way is to purchase my courses which listeners get 50% off: Build SaaS apps in Go and Build a Google Analytics in Go.

    Show more Show less
    57 mins
  • 050: Security, devops, testing in Go with Jakub Jarosz
    Feb 11 2025

    This week I'm joined by Jakub Jarosz and we talk about security, devops, testing a lot of topics that are fun and comfortable doing in Go.


    Links:

    • Jakub on Bluesky
    • Jakub's website


    As always I'd appreciate any mention about the podcast and reach out if you'd like to join as a guest. If you'd want to support the show you can purchase my courses at 50% off Build SaaS apps in Go and Build a Google Analytics in Go.

    Show more Show less
    1 hr and 3 mins
  • 049: I hate e2e tests, but I love unit tests
    Feb 3 2025

    go podcast() is back. After debating about canceling or continuing the pod, I've took 2 months and decided to resume publishing episode. I'm looking at a formula for the 4th year of the podcast. I'll still do interviews with Gophers as much as I can. But to fill the gap, I'd like to have something special, maybe more story based that would allow me to publish regularely, like each week.

    In this episode I talk mostly about how innevitably my integrations and e2e tests sucks and are borderline untrustable after sometimes.

    If you'd like to record an episode as a guest reach out, these days I'm on BlueSky as @dominicstpierre.com

    As always you can support the show by talking about it, sharing the links. You may also purchase my courses at 50% off: Build SaaS apps in Go and Build a Google Analytics in Go

    Show more Show less
    34 mins
  • 048: Lea Anthony on Wails
    Nov 27 2024

    I'm receiving Lea, creator of the Wails project. Allowing Gophers to build desktop application using web tech for the frontend.

    Links:

    • Wails.io


    Want to support me with the show, talk about it and rate it where you're listening. Also you can purchase my courses at 50% off for listeners of the show: Build SaaS apps in Go and Build a Google Analytics in Go.

    Show more Show less
    1 hr and 6 mins
  • 047: Fyne toolkit with Andy Williams
    Nov 6 2024

    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:

    • Fyne website


    Join us on #gopodcast in the Gophers Slack. Any mention of this podcast would be extremely appreciated. To support the effort of running the pod you can purchase my courses at 50% off for listeners: Build SaaS apps in Go and Build a Google Analytics in Go.

    Show more Show less
    1 hr and 9 mins
  • 046: Let's talk about Rust with John Arundel
    Oct 29 2024

    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:

    • John's website
    • The secrets of Rust, Tools
    • John on Twitter

    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.

    Show more Show less
    1 hr and 7 mins
  • 045: Gomponent with Markus Wustenberg
    Oct 15 2024

    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:

    • Gomponent main website
    • Markus's blog
    • Markus's Go course


    There's a channel in the Gophers slack community, join #gopodcast.

    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.

    Show more Show less
    1 hr and 9 mins
  • Toying with static analysis of HTML templates
    Sep 30 2024

    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.

    Show more Show less
    36 mins