Dominic St-Pierre

@dominicstpierre.com

I create software systems, usually in Go. Interested in SaaS / self-funded calm company. Founder at onparle.ca Courses: dominicstpierre.com Podcast: gopodcast.dev btw, I'm blind and use a screen reader.

I kind of hit a first plateau with the SaaS. We took a small 1 week vacation in august and things never restarted after like it was prior. It's always rough for me these periods and I usually go all over the places instead of trying to keep calm, it's always easy to say / advice, but hard to do

🎙️go podcast ep 92 is out. Lea Anthony talks about the Wails v3, we go over what's new, and dive a bit deeper on how the frontend communicate with Go aka wails://, and spoiled by the title, but Lea dropped that bomb at the end of the episode ;) apps on mobile. gopodcast.dev/episodes/092...

go podcast() | 092: Your Wails app... on mobile? With Lea Anthony

Hey Lea returns to the pod to talk about the soon to release v3 of Wails. We go over what's new, Wails is handling multiple windows, has a HTTP protocol now instead of using the v2 / send message w...

gopodcast.dev

gmail is not fun to use with a screen reader. I tried Thunderbird after almost 20 years using a web interface for email. Let's just say, I'm cleaning a lot of crap that I was just leaving there in the web app, not sure why, but it's unsub time. It feel like I'm more engage with my inbox now.

babe is everything okay? you've barely touched your five mutually exclusive boolean props that should have been a single enum.

ok, 0 to 1 is done in the sense that I've a first paying customer, someone booked a demo for tomorrow, and there's ~2 lead in the pipeline, it's so little but at the same time gigantesque. Did I freaking finally built something people want. Next step is 10 paying customers, which feels like ⛰️

🎙️go podcast() ep. 86 is out. Morten is debating about using ClickHouse for telemetry data, and I try to plant the seed of, use PostgreSQL for now. From my side, I released v1.7.0 of StaticBackend, the first real release since I un-archived the project. gopodcast.dev/episodes/086...

go podcast() | 086: Just use postgres, man

It's one of these week where we just talk about challenges we're facing with our respective product. Morten wants to use ClickHouse, with subtility Dominic try to say that maybe Postgres might be j...

gopodcast.dev

in my last r/golang post, a reply I got: > Wow, how did you manage to write so much code while being blind? People with disability are able to do as much as enable people, IF they're in an environment they can be productive in. Think about this when you gave your next interview.

day-to-day as blind software engineers - I once tried to get my profile in a website that help diversity in tech that helps open companies connect with talent, turns out I never was listed. Well guess what, finding job being disable if very hard as well, even if I'm white. Food for thoughts

StaticBackend v1.7, a Go mature backend API that allow to test product idea very quickly with everything typical web applications need. Yes it's similar to Supabase, we launched at exactly the same time and I became aware of them via a tweet when they got their 1st $30m. github.com/staticbacken...

Release Release v1.7.0 · staticbackendhq/core

StaticBackend v1.7.0 This release continues the restart work from v1.6.3, with most of the effort going into account/user administration, server-side function capabilities, query improvements, and ...

github.com

🎙️go podcast() ep. 85 is out. Am I the only one hearing Morten like he's talking via a phone? haha, nonetheless a traditional episode where we talk about our Go based product we're trying to sustain ourselve from. With the typical tangents and what not. gopodcast.dev/episodes/085...

go podcast() | 085: Morten received an ~acquisition offer, Dominic got his 1st paying customer

It's sounds way bigger than what it is, for both of us frankly. But hey, we're using Go to try and generate a living out of our respective products and there's no small achievements. We talk about ...

gopodcast.dev

One of the few advice that everyone is regurgitating for almost 20y in SaaS world that I believe in is use the boring stuff to build and don't jump in the unknown. Especially true with LLM these days. I love Gleam, a lot. But Go just allowed me to finally build a SaaS smbs want to pay for.

🎙️go podcast() ep. 81 is out. Morten closed the call, not sure if it was a msg to tell me to STFU lol I was deblatering about a Redis issue I have in prod, we moved to text editor tangent, neovim, text editor as blind / screen reader user. gopodcast.dev/episodes/081...

go podcast() | 081: Weird Redis bug and we talk text editors

I talk about a weird issue I'm having all of a sudden with Redis. VPS hosting in general, the famous 5 years mark for a server. Morten is using neovim, which I find very interesting, so we took an ...

gopodcast.dev

one thing I like about the ? in syntax like Rust is that my screen reader ask a question about a line, looking at Lisette language at the moment: let data = io.ReadAll(file)? Which naturally increase the intonation, really cool on top of not having if err != nil { return x, err }

🎙️go podcast() ep. 79 is out, Morten talks about trying WireGuard for his project and we talk about the danger of taking social engagement for product validation, the trap and how it feels like progress but might not convert to paying customers, like ever. gopodcast.dev/episodes/079...

go podcast() | 079: WireGuard and don't mix social engagement w/ product validation

This week we talk about what's new with what we're working on. And as always we cover / comment what we've found intreesting or disturbing in the last week or so.

gopodcast.dev

you know what, calm company just took a new definition for me, in addition to not grow at all cost, my definition expanded to not use LLM at all cost, the less of the better. Sorry if your new fav metrics is outputing 10k LoC per day or if your PM is able to generate code now. it's terrible code...

2026 is the year I say fairwell to nginx and finally adopt Caddy as my main reverse proxy server. What feature won me over? The on demand TLS, I mean it's nice for multi-tenant platform. Nice isn't the word, I'd say it's sick.

🎙️go podcast() ep.73 is live. We talk about things in the news, like Heroku in ~maintenance mode and we talk a little about observability since I'm looking to implement it in StaticBackend. As always we're in the Gophers Slack community in the #gopodcast: gopodcast.dev/episodes/073...

go podcast() | 073: Heroku in maintenance mode and surfacing observability

This week we talk about multiple in-the-news topics like the SalesForce announcement that Heroku is in ~maintenance mode and we surface the big observability topic as I'm preparing to implement som...

gopodcast.dev

Hey a quick teaser for tomorrow's go podcast() episode ;) - Are you using docker/podman as a dev to prevent installing "servers" on your dev env, like PostgreSQL, Valkey, Redis, Mongo, etc?

Go I love you a lot, but I would have hope that Ken, Rob, or Robert (whomever wanted short names) would have thought about screen reader users a bit: strconv.Itoa(params.Page)). The only thing I make sense of is params.Page.