The internet is brimming with curious content on just about everything. Here is some of my favourite pieces about software engineering, music, literature, and much more.
Notes on Distributed Systems for Young Bloods
Good collection of things to keep in mind when building/maintaining distributed systems. Case made for feature flags, extracting services, coordination and backpressure especially resonate.
Introduces different ways to approach optimisation, agnostic of the language. Complete with real world examples, this was a delight to read and ponder upon.
Excellent introduction to how Conflict-free Replicated Data Types work. Stumbled across this while reading about how conflict resolution happens in multi leader replication.