2025

Summer

3 min read

Study Python's cached_property decorator, how it stores computed values on instances, and where it fits in Django-style code.
2024

Winter

3 min read

Understand Python decorators as a design pattern, including first-class functions, simple wrappers, chained decorators, and common uses.