The only thing I know, is that I know nothing.
RSS FeedFeatured
-
A Pythonista's Review of Haskell
A Python developer's honest review of Haskell: the type system, tooling, learning curve, and practical tradeoffs.
-
Monads aren't as hard as you think
A practical, approachable introduction to monads in Python — no category theory required.
-
Concurrency with Python: CSP and Coroutines
Communicating Sequential Processes and Python coroutines as a structured approach to concurrency.
Recent Posts
-
Property-Based Testing with `hypothesis`, and associated use cases
An introduction to property-based testing in Python using the hypothesis library, with practical examples.
-
Postgres, as an App! (Now with one-click deploys to AWS + Heroku!)
Deploying a PostgreSQL-backed application with one-click deploys to AWS and Heroku.
-
#lifeprotip: Haskell-inspired "lifting into structure" for individual shell commands within a Docker context
Applying Haskell's 'lifting into structure' concept to compose individual shell commands cleanly within Docker.
-
Postgres...as an App?
An exploration of using PostgreSQL directly as an application backend, covering architecture and motivation.