Tag Archives: saturdaympshow

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 … Continue reading

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

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 … Continue reading

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

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 67: picoCTF (Forbidden Paths & Login)

In this episode I solve the Forbidden Paths and Login picoCTF challenges. You can find the source code in the video here. Found this video useful? Then help others find it by liking, subscribing, sharing, and sponsoring. Have question you … Continue reading

Posted in Saturday MP Show, Security | Tagged , , | Comments Off on SaturdayMP Show 67: picoCTF (Forbidden Paths & Login)

SaturdayMP Show 66: picoCTF Format String 2 (Solved in One Long Video)

In this episode I solve the picoCTF Format String 2 problem in my longest video yet. Jump right to the end if you want to see the solution which used pwntools. I think it gave me the knowledge to solve … Continue reading

Posted in Code Examples, Saturday MP Show, Security | Tagged , , , , | Comments Off on SaturdayMP Show 66: picoCTF Format String 2 (Solved in One Long Video)

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

In this episode I tackle the famous Gilded Rose Kata as practice for my upcoming Dev Edmonton JavaScript, Python & Ruby Meetup presentation. One of the great things about the Gilded Rose Kata is the different ways to “solve” it. … Continue reading

Posted in Code Examples, Presentations, Saturday MP Show | Tagged , , , | Comments Off on SaturdayMP Show 65: Something’s Rotten at the Gilded Rose: A Python Refactoring Tale

SaturdayMP Show 64: picoCTF Format String 3 (Part 1 – Watch me Fail)

In this episode you can watch me fail to solve the picoCTF Format String 3 problem. My lack of low-level programming is highlighted in this video as I struggle with the C printf exploits and how to read memory. Any … Continue reading

Posted in Saturday MP Show, Security | Tagged , , , | Comments Off on SaturdayMP Show 64: picoCTF Format String 3 (Part 1 – Watch me Fail)