Readings
Books I read to become a programming God
- SCJP: The bible for starting programming in Java
- Effective Java: Numerous tips on how to program efficiently in Java. An all time favorite to which I often return
- Java Concurrency in Practice: A powerful guide to enable developers to unleash the power of multi threadings.
- Maven the reference guide: The bible to finally understand those pom.xml!