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 this video, just lots of reading the LinkedIn docs and getting some curl scripts to work. If you have any tips for using LinkedIn API, let us know in the comments.

[Read More]

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 macOS.

*PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.

PostCast Playlist:
https://www.youtube.com/playlist?list=PLYPcrKbLqwuvKQ97klk3bzyUPI6j154WC

[Read More]

SaturdayMP Show 79: Creating PostCast (Part 1 – Setting up Go Environment)

Happy New Year everyone! In this video I start on the PostCast* app, and this video turned out to be an hour of getting Go and Fyne set up. I’ve never used Go before, so it was a learning curve but not too bad.

Do you have any suggestions for improving my setup? If so, let me know. I’m sure I got something wrong and/or something could be improved.

[Read More]

SaturdayMP Show 72: Migrate From Rails to Jekyll (Part 5)

In this episode I fix the SASS depreciation warnings for @import and other statements. By fix I mean just ignore them as Bootstrap does not yet support the new @use and @forward.

Part 4:
https://youtu.be/eJbMn75dQKo Jekyll: https://jekyllrb.com/

Bootstrap:
https://getbootstrap.com/

SASS and Bootstrap:
https://sass-lang.com/documentation/breaking-changes/import/
[https://github.com/twbs/bootstrap/pull/41236
](<https://github.com/twbs/bootstrap/pull/41236

)
Have a question you want answered in a future video? Constructive feedback? A challenging or interesting problem you need a hand with? Then comment, DM me, or send an email to ask@saturdaymp.com.

[Read More]

SaturdayMP Show 73: Migrate From Rails to Jekyll (Part 6)

No major hiccups in this episode, just several small tasks such as migrating the about and contact us pages, the favicon, and updating the documentation. All are done using Claude Code.

Only one more step to update DNS entries, which I think I’ll make a video for. If you want to see the DNS entries update video, let me know.

Part 5:

[Read More]