I was reading Rodrigo's blog the other day, and came across a great point in his How I prepare a technical talk article. He says: I don't script my...
Leadership—whether in the military or in a software company—isn't about titles, and it's definitely not about personal glory. If you want to build a...
Dynamic form selection widgets with autocomplete can transform how users interact with your application. They make navigating through long lists of...
Optimize Migration Squashing with django-model-info · My django project currently has almost 300 models (and another 80-ish 3rd party models), along with...
I've been working on a Django package for a couple of years now that solves a specific, but common problem in B2B SaaS applications. If you've ever...
I hope to expand on some thoughts I have been mulling over regarding the (over)use of BooleanField in Django projects. I rarely use BooleanField in a...