Recommended Jon Duckett's books for beginners (#21316)

pull/30807/merge
Tansica Sun 2018-11-09 18:55:29 -08:00 committed by Kristofer Koishigawa
parent 29c7800008
commit 9c77565661
1 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,6 @@ title: Books to Read for Programmers
### List of Books ### List of Books
## Algorithms ## Algorithms
*Introduction to Algorithms, 3rd Edition (MIT Press)* by Thomas H. Cormen and Charles E. Leiserson *Introduction to Algorithms, 3rd Edition (MIT Press)* by Thomas H. Cormen and Charles E. Leiserson
@ -121,7 +120,6 @@ title: Books to Read for Programmers
*Oracle® Database Notes for Professionals* *Oracle® Database Notes for Professionals*
- https://books.goalkicker.com/OracleDatabaseBook/ - https://books.goalkicker.com/OracleDatabaseBook/
## DevOps ## DevOps
*DevOps Handbook:How to Create World-Class Agility, Reliability, and Security in Technology Organizations* by Gene Kim et al *DevOps Handbook:How to Create World-Class Agility, Reliability, and Security in Technology Organizations* by Gene Kim et al
@ -220,7 +218,6 @@ title: Books to Read for Programmers
- [Amazon Smile](https://smile.amazon.com/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647/) - [Amazon Smile](https://smile.amazon.com/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647/)
- ISBN-13: 978-1118531648 - ISBN-13: 978-1118531648
## Python ## Python
*Automate the Boring Stuff With Python* *Automate the Boring Stuff With Python*
@ -338,14 +335,12 @@ title: Books to Read for Programmers
- [Amazon Smile](https://smile.amazon.com/Violent-Python-Cookbook-Penetration-Engineers/dp) - [Amazon Smile](https://smile.amazon.com/Violent-Python-Cookbook-Penetration-Engineers/dp)
- ISBN-13: 978-1597499576 - ISBN-13: 978-1597499576
## Ruby ## Ruby
*Practical Object-Oriented Design in Ruby* *Practical Object-Oriented Design in Ruby*
- [Amazon Smile](https://smile.amazon.com/Practical-Object-Oriented-Design-Ruby-Addison-Wesley/dp/0321721330) - [Amazon Smile](https://smile.amazon.com/Practical-Object-Oriented-Design-Ruby-Addison-Wesley/dp/0321721330)
- ISBN-13: 978-0321721334 - ISBN-13: 978-0321721334
## Soft Skills ## Soft Skills
*Soft Skills: The software developer's life manual* *Soft Skills: The software developer's life manual*
@ -361,7 +356,16 @@ title: Books to Read for Programmers
*Beginning Visual Basic: A Step by Step Computer Programming Tutorial by Philip Conrod* *Beginning Visual Basic: A Step by Step Computer Programming Tutorial by Philip Conrod*
- ISBN-13: 978-1-937161-75-0 - ISBN-13: 978-1-937161-75-0
## Web Development
*HTML & CSS Design and Build Websites* by Jon Duckett
- http://www.htmlandcssbook.com/
- ISBN-13: 978-1118008188
*JavaScript & jQuery Interactive Front-End Web Development* by Jon Duckett
- http://javascriptbook.com/
- ISBN-13: 978-1118531648
This list was compiled from multiple suggestion threads on Reddit and Stackoverflow. This list was compiled from multiple suggestion threads on Reddit and Stackoverflow.
Please feel free to add more that you have found useful! Please feel free to add more that you have found useful!