The Actor Pattern
An engineer mentioned the "Actor pattern" in a distributed systems conversation. It doesn't exist — but the Actor pattern does, and Go's goroutines are basically a live demo of it.
Technical writing on software, systems, and craft
An engineer mentioned the "Actor pattern" in a distributed systems conversation. It doesn't exist — but the Actor pattern does, and Go's goroutines are basically a live demo of it.
In which javascript is re-examined because it's weirder than I thought.
Because everyone needs a cheatsheet sometimes.
Defining order in Kotlin using comparators
Dijkstra was pretty good at his job and I want to be, too.
Building up the toolkit -- group by is crazy useful.
Unit testing continues to be a useful investment and a complete, mysterious pain.
As it turns out, learning to consistently focus is actually one of the more difficult skills to acquire.
Small beginnings, rewriting history and making the case for messy code (sometimes).