Viewing profile — mthenw
mthenw
HN member- Joined
- Wed, Jul 13, 2011, 8:17 PM UTC
- HN karma
- 17
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About mthenw
No profile information was provided.
Recent public activity
-
comment
Comment #13271955
Thanks! I was using Consul because we had that already deployed. After quick research looks like etcd client doesn't provide nice abstraction for creating dist locks. I found [1] a…
- story
- story
-
comment
Comment #10355797
Short price comparison: AWS ECR: $0.10/GB-month (+ data transfer) quay.io: $12/month - cheapest plan (5 repos) docker.com: $7/month - cheapest plan (5 repos) https://aws.amazon.com…
-
comment
Comment #8109566
Don't test methods. Test behaviour that stands behind them. Unit in "unit testing" stands for behaviour not method/function. Private methods are private because they should not be …
- story
- story
- story