Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,17 @@ This is different for other technologies. It doesn't make much sense to learn HT
4. [Refactoring - Improving the Design of Existing Code by Martin Fowler](https://martinfowler.com/books/refactoring.html)
5. [Compilers: Principles, Techniques, and Tools ("Dragon Book"), Alfred Aho et al]()
6. [The Java Programming Language, Gosling, Arnold, Holmes]()
7. [Apress Spring Persistence with Hibernate, Manning]()
8. [Security Engineering, Ross Anderson](https://www.cl.cam.ac.uk/%7Erja14/book.html)
9. [Database Systems](http://infolab.stanford.edu/%7Eullman/dscb.html)
10. [Growing Object-Oriented Software, Guided by Tests (Beck Signature)](https://www.amazon.co.uk/dp/0321503627/ref=as_li_qf_asin_il_tl?slotNum=3&ie=UTF8&linkCode=g12&linkId=58eb6083d58d6083419861c746c38e5c&imprToken=mOhjztiRSLnz68HXLBjBVA&creativeASIN=0321503627&tag=sandordargo-21&creative=9325)
11. [Code Complete by Steve McConnell](http://amzn.to/2FhxGGU)
12. [The Software Craftsman: Professionalism, Pragmatism, Pride by Sandro Mancuso](http://amzn.to/2Flt1nq)
13. [The Clean Coder by Uncle Bob Martin](http://amzn.to/2tlRjb8)
14. [Working Effectively with Legacy Code by Michael Feathers](http://amzn.to/2oZposq)
15. [The Complete Software Developer's Career Guide by John Sonmez](http://amzn.to/2oNRM1g)
16. [CODE: The Hidden Language of Computer Hardware and Software](https://en.wikipedia.org/wiki/Code:_The_Hidden_Language_of_Computer_Hardware_and_Software)
7. [Get Programming with Java by Peggy Fisher] (https://www.manning.com/books/get-programming-with-java)
8. [Apress Spring Persistence with Hibernate, Manning]()
9. [Security Engineering, Ross Anderson](https://www.cl.cam.ac.uk/%7Erja14/book.html)
10. [Database Systems](http://infolab.stanford.edu/%7Eullman/dscb.html)
11. [Growing Object-Oriented Software, Guided by Tests (Beck Signature)](https://www.amazon.co.uk/dp/0321503627/ref=as_li_qf_asin_il_tl?slotNum=3&ie=UTF8&linkCode=g12&linkId=58eb6083d58d6083419861c746c38e5c&imprToken=mOhjztiRSLnz68HXLBjBVA&creativeASIN=0321503627&tag=sandordargo-21&creative=9325)
12. [Code Complete by Steve McConnell](http://amzn.to/2FhxGGU)
13. [The Software Craftsman: Professionalism, Pragmatism, Pride by Sandro Mancuso](http://amzn.to/2Flt1nq)
14. [The Clean Coder by Uncle Bob Martin](http://amzn.to/2tlRjb8)
15. [Working Effectively with Legacy Code by Michael Feathers](http://amzn.to/2oZposq)
16. [The Complete Software Developer's Career Guide by John Sonmez](http://amzn.to/2oNRM1g)
17. [CODE: The Hidden Language of Computer Hardware and Software](https://en.wikipedia.org/wiki/Code:_The_Hidden_Language_of_Computer_Hardware_and_Software)



Expand Down