Exploring lazy sorting algorithms in Python using generators. Partial quicksort beats built-in sorted(), but heapq outperforms both.
Read More
Generating unique SVG background patterns for non-user entities like case files, using seeded randomness for tiling patterns and color schemes.
Read More
Using Kombu’s undocumented filesystem transport as a lightweight Celery broker for development, avoiding the need for RabbitMQ or Redis.
Read More
A comparison of Java and Python focusing on team dynamics rather than language features. Java favors structure and error prevention; Python favors agility and fast iteration.
Read More