-
Ship secure high quality software faster.
-
Latest Posts
- 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)
- 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)
- SaturdayMP Show 61: Advent of Code 2024 Day 12 (Part 1 – Python Import Difficulties)
-
Tag! Your it!
.NET .NET Core ASP.NET MVC BackAndForth Behemoth Garden BEMCheckBox Birm C# DataGrip Docker Edmonton .NET User Group Entity Framework fun hack the box human resource machine Introduction to ORMs for DBAs ios kids thinking outside the box Mini-Compressor native-binding NUnit ORM python react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaymp show saturdaympshow security Smaller images software development sql-server standard ruby Takeaways TeamCity Temporal Database Today I Learned Ubuntu xamarin xamarin ios .net native-binding xplugins xplugins.iOS.BEMCheckBox
-
Archives
February 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Author Archives: Chris C
Saturday MP Show #10: Finally get the System Test Working for the Standard Ruby Linter ToDo Bug
I get my system test working at the start of video but the problem is it works so well that it still passes even after I re-introduce the bug when it should have failed. Crap! That means my test is … Continue reading
Posted in Code Examples, Saturday MP Show, Software Development
Tagged rubocop, ruby on rails, RubyMine, saturdaymp show, standard ruby
Comments Off on Saturday MP Show #10: Finally get the System Test Working for the Standard Ruby Linter ToDo Bug
Saturday MP Show #9: Add 1.9 (e.g. almost 2) System Tests for the Standard Ruby Linter ToDo Bug
I get one system test working for generating the todo file and almost get the second test working. The second test that actually tests the bug we fixed. Went down a bit of rabbit hole trying to get the optimal … Continue reading
Posted in Code Examples, Saturday MP Show, Software Development
Tagged ai, jetbrains, ruby on rails, RubyMine, saturdaymp show, standard ruby
Comments Off on Saturday MP Show #9: Add 1.9 (e.g. almost 2) System Tests for the Standard Ruby Linter ToDo Bug
BEMCheckBox v2.0.0 Released!
I’m happy to announce that BEMCheckBox v2.0.0 has been released! It is a open source library making it easy to create beautiful, highly customizable, animated checkboxes for iOS. You can find the install instructions here. This a forked release as … Continue reading
Posted in Releases, Software Development
Tagged BEMCheckBox, ios, Release, xplugins.iOS.BEMCheckBox
Comments Off on BEMCheckBox v2.0.0 Released!
Saturday MP Show #8: Another Failure at Adding System Test for the Standard Ruby Linter ToDo Bug Fix
Similar to the previous episode I fail at adding a system test. Should I be live coding all these failures? I think so. Maybe? Do they make boring videos? Probably. Should I say “ummm” less? Most definitely. I think there … Continue reading
Posted in Code Examples, Saturday MP Show, Software Development
Tagged ruby on rails, RubyMine, saturdaymp show, standard ruby
Comments Off on Saturday MP Show #8: Another Failure at Adding System Test for the Standard Ruby Linter ToDo Bug Fix
Happy System Administrator Appreciation Day!
Today, July 28th, 2023, is System Administrator Appreciation Day. A day I didn’t know existed until now but has been around since 2000. It was during one of my first paid technical positions that I realized that sys admins, and … Continue reading
Posted in Fun, Support
Tagged sysadminday
Comments Off on Happy System Administrator Appreciation Day!
Saturday MP Show #7: Trying to Add a System Test for the Standard Ruby Linter ToDo Bug Fix
I, Chris, try to add a system test for the todo bug fix in episode 5 but run into some issues. I find out I stupidly hard coded the todo file name when he first added the ability to generate … Continue reading
Posted in Code Examples, Saturday MP Show, Software Development
Tagged ruby, saturdaymp show, standard ruby
Comments Off on Saturday MP Show #7: Trying to Add a System Test for the Standard Ruby Linter ToDo Bug Fix
NConstraints v1.1.1 Released Now Targets .NET Standard 2.0
I’m happy to announce that NConstraints v1.1.1 has been released! This release updates the NuGet package from .NET Standard 1.6 to 2.0 and should work with all versions of NUnit 3. You can install NConstraints via the dotnet command line: … Continue reading
Posted in Uncategorized
Comments Off on NConstraints v1.1.1 Released Now Targets .NET Standard 2.0
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 ruby, RubyMine, saturdaymp show, standard ruby
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 ruby, saturdaympshow, standard ruby
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 ruby, saturdaymp show, standard
Comments Off on Saturday MP Show #4: Duplicating the Standard (Ruby Linter) Existing ToDo List Bug