Functional programming

Achieve more by doing less

A short story about how a new feature in an open source library was scaled down and yet became more useful.

Partitioning data

Functions like map, filter, and reduce are useful tools that many developers keep in their toolbox. partition may not be as commonly known, but in this post I’ll show you why it should be.