Writing

Notes from the journey.

Lessons from building fintech and government-scale systems — on engineering, scale, leadership, and doing work that matters. Thinking out loud as I go.

· 4 min read

Python: Decorators & Metaclasses

A deep look at two handy Python features — decorators for adding behaviour to functions without changing them, and metaclasses for customising how classes themselves are built.

python decorators metaclasses
Read article