Category Archives: Software Development

SaturdayMP Show 71: Migrate From Rails to Jekyll (Part 4)

In this episode I fixe the broken build from the last episode. I also created a Bootstrap plugin to find the Bootstrap SCSS path to load with the help of Claude Code. Spoiler: I’m still not done, so there will … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , , | Comments Off on SaturdayMP Show 71: Migrate From Rails to Jekyll (Part 4)

SaturdayMP Show 70: Migrate From Rails to Jekyll Part 3

I’m still not done migrating to Jekyll. In this video I struggle to get Bootstrap customizations working with Jekyll, and I figure out that GitHub Pages gem will use the Primer theme by default. I then break the build by … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 70: Migrate From Rails to Jekyll Part 3

SaturdayMP Show 69: Migrate From Rails to Jekyll (Part 2)

In this episode I start migrating my Rails website to Jekyll and get the home page mostly done with the help of Claude Code. I do run into an issue with Visual Studio Code not setup correctly for Windows Subsystem … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 69: Migrate From Rails to Jekyll (Part 2)

SaturdayMP Show 68: Migrate Website From Rails to Jekyll (Part 1)

In this episode I create an empty GitHub Pages Jekyll project with the long-term goal of moving the existing Rails SaturdayMP website to GitHub Pages. While creating the new GitHub Pages project, I play with the GitHub Copilot Agent and … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 68: Migrate Website From Rails to Jekyll (Part 1)

SaturdayMP Show 63: Advent of Code 2024 Day 12 (Part 3 – Solved!)

In this episode I finish the Advent of Code 2024 Day 12 problem! I also figured out how to do parameterized tests in Python. Any constructive feedback on my solution? How would you have solved it differently? You can find … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , | Comments Off on SaturdayMP Show 63: Advent of Code 2024 Day 12 (Part 3 – Solved!)

SaturdayMP Show 62: Advent of Code 2024 Day 12 (Part 2 – Area Calculated)

In this episode I actually make some progress on the Advent of Code Day 12 problem and can calculate the area of a plot starting at a given point. Any feedback on my solution so far? Any Python tips for … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , | Comments Off on SaturdayMP Show 62: Advent of Code 2024 Day 12 (Part 2 – Area Calculated)

SaturdayMP Show 61: Advent of Code 2024 Day 12 (Part 1 – Python Import Difficulties)

In this episode I attempt the Advent of Code Day 12 challenge. I didn’t get very far as I struggled to figure out how imports work in Python. Is it just me or did others struggle importing Python files? Found … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , | Comments Off on SaturdayMP Show 61: Advent of Code 2024 Day 12 (Part 1 – Python Import Difficulties)

SaturdayMP Show 57: Something’s Rotten at the Gilded Rose: A Refactoring Tale

In this episode I tackle the famous Gilded Rose refactoring kata as practice for my upcoming Edmonton .NET User Group (EDMUG) presentation. One of the great things about the Gilded Rose kata is the different ways to “solve” it. What … Continue reading

Posted in Code Examples, Edmonton .NET User Group, Presentations, Saturday MP Show, Software Development | Tagged , , , , , | Comments Off on SaturdayMP Show 57: Something’s Rotten at the Gilded Rose: A Refactoring Tale

SaturdayMP Show 35: GitVersion Lighting Talk for EDMUG

This episode is a preview of a lighting talk I was giving later that day at the Edmonton .NET Users Group (EDMUG) about GitVersion. It’s a quick overview of GitVersion and how I use it in my projects. Found this … Continue reading

Posted in Edmonton .NET User Group, Presentations, Saturday MP Show, Software Development | Tagged , , , , | Comments Off on SaturdayMP Show 35: GitVersion Lighting Talk for EDMUG

SaturdayMP Show 34: Upgrade Website from Rails 6 1 to 7 0 Part 6 (Merging & Wrap Up)

In this episode I wrap-up the Rails 7.0 upgrade by merging the changes from removing Webpack and show how the GitLab and Render CI/CD pipelines. The episodes ends well but starts with me finding a Bootstrap Gem and Dart Sass … Continue reading

Posted in Saturday MP Show, Software Development | Tagged , , , , | Comments Off on SaturdayMP Show 34: Upgrade Website from Rails 6 1 to 7 0 Part 6 (Merging & Wrap Up)