Posts
All the articles I've posted.
-
Concurrency with Python: Separating Identity From State
Separating identity from mutable state to make concurrent Python programs easier to reason about, drawing from Clojure.
-
#todayilearned: Isolate your Development Environment
Why isolating development environments matters, and practical tools for doing it in Python.
-
Concurrency with Python: Functional Programming
Applying functional programming principles to simplify concurrent code in Python.
-
Product Dimensionality
A mental model for thinking about product dimensions when scoping features and making tradeoffs.