Author Archives: Chris C

Saturday MP Show #6: Adding Unit Tests for the Standard Ruby Linter ToDo Bug Fix

I add a unit test for the Standard Ruby linter bug fix done in the last episode. When adding the unit test I find out someone has improved the todo generation logic. Thank you. I also find a remove a … Continue reading

Posted in Code Examples, Saturday MP Show | Tagged , , , | Comments Off on Saturday MP Show #6: Adding Unit Tests for the Standard Ruby Linter ToDo Bug Fix

Saturday MP Show #5: Fixing the Standard (Ruby Linter) Existing ToDo List Bug

In this episode I implement a fix for the todo file generation bug in the Standard (Ruby linter) and do some manual testing. Also use ChatGPT to explain some code that GitHub Copilot generated. Read about the bug being fixed … Continue reading

Posted in Saturday MP Show | Tagged , , | Comments Off on Saturday MP Show #5: Fixing the Standard (Ruby Linter) Existing ToDo List Bug

Saturday MP Show #4: Duplicating the Standard (Ruby Linter) Existing ToDo List Bug

I duplicate a todo file generation bug in the Standard (Ruby linter) and come up with a possible fix but don’t actually get to the fix. Read about the bug here. See episode #1 where I create a Docker development … Continue reading

Posted in Saturday MP Show | Tagged , , | Comments Off on Saturday MP Show #4: Duplicating the Standard (Ruby Linter) Existing ToDo List Bug

Saturday MP Show #3: Filling out the JetBrains Developer Ecosystem Survey 2023

I, Chris, spend a lot longer then I anticipated filling out the JetBrains Developer Ecosystem Survey 2023. Thought it would be a quick half-hour but turned into 2 hours. Sorry in advance for the long video. If you use the … Continue reading

Posted in Saturday MP Show | Tagged , , | Comments Off on Saturday MP Show #3: Filling out the JetBrains Developer Ecosystem Survey 2023

Saturday MP Show 2: Struggling to get the RubyMine Debugger Working

Chris fights to get the debugger working in RubyMine and does not make any progress on Standard. It was frustrating but overall Chris enjoys working with RubyMine so thank you JetBrains for creating it. If you have any questions you … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on Saturday MP Show 2: Struggling to get the RubyMine Debugger Working

Saturday MP Show #1: Creating a Docker Development Environment for Standard (Ruby Linter)

Chris creates a Docker environment for Standard which is a Ruby linter. Thank you to Test Double for creating Standard. If you have any questions you would like answered or constructive feedback please send an email to ask@saturdaymp.com. You can … Continue reading

Posted in Code Examples, Saturday MP Show | Tagged , , , | Comments Off on Saturday MP Show #1: Creating a Docker Development Environment for Standard (Ruby Linter)

Today I Learned about Gobuster

I’ve made it a goal for 2023 to increase my security knowledge. This was based on increase in security related questions from clients. Specifically related to website security as most of my current work is maintaining websites for clients. One … Continue reading

Posted in Security, Today I Learned | Tagged , , , , | Comments Off on Today I Learned about Gobuster

Rate Limiting Using Nginx and Fail2Ban – BSides Edmonton 2022

I’m honored to be presenting at BSides Edmonton on November 25, 2022. I’ll be demoing rate limiting using nginx and Fail2Ban. You can find the demo here in-case you want to follow along during the demo or you want a preview/spoiler. While I’m … Continue reading

Posted in Code Examples, Presentations, Security | Tagged , , , , | Comments Off on Rate Limiting Using Nginx and Fail2Ban – BSides Edmonton 2022

Back and Forth #7: Secure React Page

Birm shows Chris how to secure a React page so only authorized users can view it. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , | Comments Off on Back and Forth #7: Secure React Page

Back and Forth #6: Add Google Authentication to React App Using Firebase

Birm shows Chris add how to add Google Authentication to a React App using Firebase. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , | Comments Off on Back and Forth #6: Add Google Authentication to React App Using Firebase