cover image
Ruby's Top Exception Classes - Exceptional Creatures
28 Feb 2026
exceptionalcreatures.com

Exceptional Creatures is Honeybadger.io's documentation of Ruby's exception system, with a twist. Collect them all!

cover image
Advanced Python Error Handling in Python
29 Apr 2025
statology.org

In this article, we’ll look at advanced error-handling techniques that go beyond the standard try-except mechanism with practical examples and tips to help you improve the robustness of your Python applications.

cover image

Not long ago, I was auditing a codebase for work (looking for bugs) when I realized that despite the quality of the code, I was becoming mentally fatigued extremely quickly and had a hard time working on it for long stretches of time…

cover image
Basic to Advanced Logging with Python in 10 Minutes
30 Oct 2022
towardsdatascience.com

Logging crash course with common logging issues addressed

cover image

Why I stopped using print() statements for debugging and why you should too

Martin Heinz - Personal Website & Blog
3 Jun 2020
martinheinz.dev

Even if you write clear and readable code, even if you cover your code with tests, even if you are very experienced developer, weird bugs will inevitab...

cover image

How you can use a few simple static code analysis tools to avoid common programming bugs.