Networking
-
socketserver: the Python networking module you didn't know you needed written Dec 24, 2016
The Python 3 socketserver module makes network servers much easier and more readable than similar code using raw sockets.
-
Rewriting tinyhttpd in Rust, Part One written Oct 21, 2016
The beginning of the process of rewriting an old C webserver in Rust.
-
IPFS, the Interplanetary File System written Apr 10, 2016
A quick primer on the InterPlanetary File System (IPFS), including how it works and what its benefits and drawbacks are for hosting.