From 5d80173e8935570daac1559a5df40faf3d8f5f5d Mon Sep 17 00:00:00 2001 From: peggyfisher <39573187+peggyfisher@users.noreply.github.com> Date: Mon, 1 Oct 2018 15:52:58 -0400 Subject: [PATCH] Update readme.md Hi, I thought this title might be great addition to your list of resources/videos/books. This is my first Java book, but I have been teaching Java for over 15 years and I wrote the book from a teacher's perspective. Thank you for your consideration. --- readme.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index bd6cef4..0796717 100644 --- a/readme.md +++ b/readme.md @@ -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)