Now that we’ve fully rolled out to Python 3, we wanted to talk about how our production deployment went and reflect a little on the project. (more…)
Read more »
Many of us use password managers to securely store our many unique passwords. A critical part of a password manager is the master password. This password protects all others, and in that way, it is a risk. Anyone who has it can pretend to be you… anywhere... (more…)
Read more »
How and why to implement Python “to string” conversion in your own classes using Python’s “repr” and “str” mechanisms and associated coding conventions.
(more…)
Read more »
Learn how simple is to start handling security, scalability, access, and documentation in a Serverless Python Data API on Google Cloud. (more…)
Read more »
Part 1 is dev-oriented. I talk about general optimizations that helped create the fastest image resize algorithm for x86 out there... (more…)
Read more »