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.
How to waste your career, one comfortable year at a time
Concise read that will urge you to introspect about your career goals and if your current job is meeting those requirements.
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.