Posts
All the articles I've posted.
-
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.