Reading List
Reading List
Git
- Short tutorial
- Pro Git book
- To achieve mastery
Bash / Linux
Coding
- The Pragmatic Programmer
- Aka the Black Book
- Reading and (really) understanding this is equivalent to accumulate 20 years of coding
-
It will change your life
- We should probably listen to the guy that started StackOverflow
- Today the 12 steps are obvious, but in 2000 these simple ideas were revolutionary
- And, yes you are correct noticing that Joel is holding the table tennis racquet incorrectly in the picture
Data analysis
- Python for Data Analysis
- Reading is not enough: you should have tried all the examples of the book
- Remember: whatever you want to do, there is a more effective pandas way to do it in one line
SRE
- Site Reliability Engineering
- "Members of the SRE team explain how their engagement with the entire software lifecycle has enabled Google to build, deploy, monitor, and maintain some of the largest software systems in the world."
- An outstanding reference drawing on a wealth of experience