Category Archives: Saturday MP Show

SaturdayMP Show #90: Claude Code Plugin Marketplace

Join me as I finish creating a Claude Plugin Marketplace and my first plugin that validates and fixes GitHub PR review feedback. P.S. – The “Marketplace” logo was created using Claude. I usually use ChatGPT or Gemini as they create … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show #90: Claude Code Plugin Marketplace

SaturdayMP Show 89: PostCast (Part 10 – Integration Tests and Keyring Saving)

Omar is back! We really got into the zone and recorded our longest PostCast video yet. Might be the longest SaturdayMP Show video yet. We don’t edit out mistakes, so watch along as we learn in real time: Do you … Continue reading

Posted in Code Examples, Saturday MP Show | Tagged , , , , | Comments Off on SaturdayMP Show 89: PostCast (Part 10 – Integration Tests and Keyring Saving)

SaturdayMP Show 88: Getting Started with Consulting

No Omar this week, so I decided to answer a question I get frequently: How do I get started with consulting? Be aware that the advice is worth what you paid for it. The feature image was generated using the … Continue reading

Posted in Business Side, Saturday MP Show | Tagged , , | Comments Off on SaturdayMP Show 88: Getting Started with Consulting

SaturdayMP Show 87: Creating PostCast (Part 9 – Figuring Out Testing in Go)

In this episode Omar and myself figure out how to add tests in Go. We try the built-in Go testing framework but then settle on using Testify. Testify allows writing assertions like other testing frameworks we are used to. We … Continue reading

Posted in Saturday MP Show | Tagged , , , , , | Comments Off on SaturdayMP Show 87: Creating PostCast (Part 9 – Figuring Out Testing in Go)

SaturdayMP Show 86: Creating PostCast (Part 8 – Investigate Keyring Libraries)

In this episode Omar Ashour and myself (Chris C.) investigate several Golang keyring libraries and try to get the keyring to work on my Windows Subsystem for Linux (WSL). Spoiler: it was working all along, I was just too dumb … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , , | Comments Off on SaturdayMP Show 86: Creating PostCast (Part 8 – Investigate Keyring Libraries)

SaturdayMP Show 85: Creating PostCast (Part 7 – Prompt for LinkedIn Credentials)

In this episode Omar and myself hook up the Post to LinkedIn button and prompt the user to enter the credentials for LinkedIn, and it all works. Not the best flow, but we are still in the proof of concept … Continue reading

Posted in Saturday MP Show | Tagged , , , , | Comments Off on SaturdayMP Show 85: Creating PostCast (Part 7 – Prompt for LinkedIn Credentials)

SaturdayMP Show 84: Creating PostCast (Part 6 – Create Fyne Main Screen)

In episode 84 of the SaturdayMP show, Omar Ashour and myself (Chris C.) create a very basic main screen using Fyne to input the text to post and a button to create the LinkedIn post. That said, the GUI doesn’t … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 84: Creating PostCast (Part 6 – Create Fyne Main Screen)

SaturdayMP Show 83: Creating PostCast (Part 5 – Go PoC for LinkedIn API)

We get a Proof of Concept (PoC) in Go that completes the LinkedIn authorization. We end up figuring out the difference between a LinkedIn code and token. Get a code by entering your LinkedIn username and password, then use that … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 83: Creating PostCast (Part 5 – Go PoC for LinkedIn API)

SaturdayMP Show 82: Creating PostCast (Part 4 – Figuring out LinkedIn API)

Turns out getting a LinkedIn API key is confusing, at least for us. Did you know you need an Organization Page on @LinkedIn to get a key? You can’t just get an API key for yourself. No actual coding in … Continue reading

Posted in Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 82: Creating PostCast (Part 4 – Figuring out LinkedIn API)

SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)

In this episode I’m joined by Omar, and we try cross-compiling and packaging our Fyne example app for Linux, Windows, and macOS. Spoiler alert: we get Linux and Windows working but fail because of a known bug with Fyne and … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)