2 followers
Technical Lead for CultureMap.com, InnovationMap.com, and SportsMap.com. Python, Django, Elm, and JavaScript. Living deep in the heart of Texas.
If you're asking this question, then it's time for you to dive into the details of Python's method resolution order (MRO). There's no better place to...
I got 99 problems and comprehensions solved all but one. --Not Jay Z More times than I can count, I have looked up the best way to solve a problem in...
Cloudinary preset (or named) transformations are powerful ways to group together dynamic alterations to your images. For example, you can create a...
Single page applications (SPAs) swept us all up in a hurricane. If you're like me, you've dabbled in or are currently using frameworks like React,...
Setting auto_now and auto_now_add to True will automatically set a DateField or a DateTimeField to the current date and time. This works great for...