Find me on Medium.com
| Jun 6, 2020
I’ve moved my writing and posts to Medium, please find me there: https://medium.com/@ryanbottriell
Python Decorators
| Aug 27, 2019

It can be easy to succumb to the sheer mystery or python decorators. Even if you use them, you may not understand how they work. Let’s fix that.

Exit First
| May 9, 2019

In our neverending persuit of clean and maintainable code, I present in this post a simple rule to reduce cognitive complexity and help your code stay easy to read.