Gorilla: A fast, scalable, in-memory time series database
Joe Armstrong interviews Alan Kay at Code Mesh 2016
Even if you’ve no interest in the computing part of this, this is very much worth watching.
Fundamentals of an Enterprise Role-Based Access Control (RBAC) System
Jenkins: Making your own DSL with plugins, written in Pipeline script
placebo
Placebo allows you to mock boto3 calls that look just like normal calls but actually have no effect at all. It does this by allowing you to record a set of calls and save them to a data file and then replay those calls later (e.g. in a unit test) without ever hitting the AWS endpoints.