This post is an attempt to catalog some of my practices around testing Python projects. It's not meant to be treated as dogma- I anticipate I'll update this significantly over time. (more…)
Read more »
To support our migration to microservices we needed to find a new tech stack. Learn how we compared all the options and chose Kotlin... (more…)
Read more »
The "Monty Hall problem" is a classic example of how games of chance can have surprising results. Here’s a fun way to model the problem. (more…)
Read more »
This week I raised my first pull-request to the CPython core project, which was declined :-( but as to not completely waste my time I’m… (more…)
Read more »
Many of the ideas I've been playing around with lately are of the distributed, secure & networked kind. Since distributed asynchronous networks are tricky beasts, I want to leverage the existing network of such nature commonly known as email. This que... (more…)
Read more »