pull down to refresh
21 sats \ 0 replies \ @k00b 13 Jan 2024 \ on: Helpful materials devs
I focus more on finding books relevant to the problem I'm solving rather than generic books. It can be difficult to identity the problem you're solving in a way that allows you to find related books, but I highly recommend going through that process.
At my last job, when I began writing v2 of my distributed in-memory database, I read
- the papers of leading consensus algorithms
- The Linux Programming Interface so that I could solve fine-grained DX issues
When I worked on gitern:
- Pro Git
- SSH Mastery