Show Nav
Aaron King

Software Consultant & Developer at Atomic Object Grand Rapids

 
Featured

How to Be a Trustworthy Tech Partner

When a client hires you to build custom software, here's how you become not just a software consultant, but a true, trusted partner.
All Posts
Python

DIY Factories with Pytest

Factory Boy is great for using the factory pattern in your Python tests with popular ORMs. But what if you want a simple or customized factory solution?