-
Ship secure high quality software faster.
-
Latest Posts
- SaturdayMP Show 67: picoCTF (Forbidden Paths & Login)
- 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
- SaturdayMP Show 64: picoCTF Format String 3 (Part 1 – Watch me Fail)
- SaturdayMP Show 63: Advent of Code 2024 Day 12 (Part 3 – Solved!)
-
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 picoctf 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 xamarin xamarin ios .net native-binding xplugins xplugins.iOS.BEMCheckBox
-
Archives
April 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 29 30
Author Archives: Chris C
A Rails 6 Template and Then Some
I appreciate people posting getting started examples and templates online. They are good for getting started and playing with a new technology. The problem is the templates are usually not production ready. They are also missing a bunch of the … Continue reading
Posted in Software Development
Tagged ruby on rails, software development
Comments Off on A Rails 6 Template and Then Some
Today I Learned Altering a SQL Column Removes it’s Default Value
This one I actually already knew but temporarily forgot about it so got to relearn it. In MySQL, and many other databases, updating the column with an ALTER statement will remove any properties not explicitly listed. For example, say you … Continue reading
Posted in Today I Learned
Tagged MySQL, Today I Learned, utf8mb4
Comments Off on Today I Learned Altering a SQL Column Removes it’s Default Value
My Takeaway from Reading Sometimes you Win, Sometimes you Learn
Book: Sometimes you Win, Sometimes you LeanAuthor: John C. Maxwell My takeaway from this book had nothing to do with it’s premise: learning from your mistakes. Instead my takeaway had to do with writing. Specifically make sure your audience can … Continue reading
Today I Learned About GitHub’s Dependabot
Recently I created a CI build for the Introduction to ORM for DBAs presentation example code. One of the reasons I picked this code base was so I could try out Dependabot for the security alerts I’m getting. The security … Continue reading
Posted in Today I Learned
Tagged C#, dependabot, GitHub, Today I Learned
Comments Off on Today I Learned About GitHub’s Dependabot
Notes on Fixing Ubuntu 18.04 VM not Booting
Some notes so I remember how to fix this problem if it happens again and I don’t waste a bunch of time figuring it out right before a customer production release. Not a great start to my day. This issue … Continue reading
Posted in Notes, Support
Tagged Ubuntu, virtual machines, virtualbox
Comments Off on Notes on Fixing Ubuntu 18.04 VM not Booting
Today I Learned How to Setup Azure Pipelines CI
Our last EDMUG meetup was an excellent presentation about Azure DevOps. Azure DevOps reminds me of GitLab where it is more then just continuous integration (CI). It includes issues tracking, repositories, and continuous delivery. All pretty standard stuff. However, one … Continue reading
Posted in Today I Learned
Tagged .NET Core, Azure DevOps
Comments Off on Today I Learned How to Setup Azure Pipelines CI
Introduction to ORMs for DBAs: Part 8 – Create Game Players CRUD – Part 1
I gave the Introduction to ORMs for DBAs presentation at SQL Saturday 710 but it didn’t go as well as I would have liked (i.e. I had trouble getting my demo working). Since the demo didn’t work live I thought I would show you … Continue reading
Posted in Introduction to ORMs for DBAs, Software Development
Tagged .NET Core, ASP.NET MVC, DataGrip, Entity Framework, Introduction to ORMs for DBAs, ORM, sql-server
Comments Off on Introduction to ORMs for DBAs: Part 8 – Create Game Players CRUD – Part 1
My Takeaway from Reading When
Book: When: The Scientific Secrets of Perfect TimingAuthor: Daniel H. Pink Any book that promotes napping is a win for me. These days it’s easy for me to catch a couple ZZZs as I work from home. When I was … Continue reading
Thank you for Attending my SQL Saturday 840 Presentation – Create a Time Travelling Database
Thank you to everyone who attended my SQL Saturday 840 “Create a Time Travelling Database” presentation. I enjoyed your questions and the discussion after the presentation. If you have any further questions feel free to reach out to me at … Continue reading
Posted in Uncategorized
Comments Off on Thank you for Attending my SQL Saturday 840 Presentation – Create a Time Travelling Database
Introduction to ORMs for DBAs: Part 7 – Create GamePlayers Table
I gave the Introduction to ORMs for DBAs presentation at SQL Saturday 710 but it didn’t go as well as I would have liked (i.e. I had trouble getting my demo working). Since the demo didn’t work live I thought I would show you … Continue reading
Posted in Code Examples, Introduction to ORMs for DBAs, Software Development
Tagged .NET Core, ASP.NET MVC, DataGrip, Entity Framework, Introduction to ORMs for DBAs, ORM, sql-server
Comments Off on Introduction to ORMs for DBAs: Part 7 – Create GamePlayers Table