Robust Testing of the Template Method Pattern in Python with Pytest and Abstract Factories Posted on May 24, 2025 | 1640 words | AaronA Safe and Elegant Approach to Testing the Template Method Pattern [Read More]Design Patterns Software Testing Python Pytest Template Method Pattern Abstract Factory Pattern
On Nested Python Functions Posted on March 9, 2025 | 1259 words | AaronA discussion on the use of nested functions in Python and why you should use them. [Read More]python refactoring clean code
Api Pagination With Python Generators Posted on February 22, 2025 | 1177 words | AaronPython generators are an underutilized tool. In this article, we demonstrate how they can be used for pagination on API calls. [Read More]python api pagination generators