From c3eb91b6090e199aa0ec7729aee62dc6e0af8591 Mon Sep 17 00:00:00 2001 From: Petar Borisovski Date: Mon, 15 Oct 2018 23:36:05 +0200 Subject: [PATCH] =?UTF-8?q?Added=20Linux=C2=AE=20Notes=20for=20Professiona?= =?UTF-8?q?ls=20book=20to=20recommended=20books=20(#18929)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update index.md * Added Pro PHP Programming - Peter MacIntyre * Added C Notes for Professionals --- .../src/pages/guide/english/book-recommendations/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/pages/guide/english/book-recommendations/index.md b/client/src/pages/guide/english/book-recommendations/index.md index 1e38d7819f..9b97576384 100644 --- a/client/src/pages/guide/english/book-recommendations/index.md +++ b/client/src/pages/guide/english/book-recommendations/index.md @@ -71,6 +71,8 @@ title: Books to Read for Programmers - ISBN-13: 978-0596009656 ## C-lang +*C Notes for Professionals book +-https://books.goalkicker.com/CBook/ *The C Programming Language* by Brian W. Kernighan and Dennis M. Ritchie - [Amazon Smile](https://smile.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628/) @@ -220,6 +222,11 @@ The Mythical Man-Month: Essays on Software Engineering *Deep Learning* - [Amazon](https://www.amazon.com/Deep-Learning-Adaptive-Computation-Machine/dp/0262035618/ref=sr_1_4?s=books&ie=UTF8&qid=1539402410&sr=1-4&keywords=deep+learning) - ISBN: 978-0262035613 +*Oracle® Database Notes for Professionals* +https://books.goalkicker.com/OracleDatabaseBook/ + +*Pro PHP Programming - Peter MacIntyre* +[Amazon]https://www.amazon.com/Pro-PHP-Programming-Peter-MacIntyre-ebook/dp/B005PZ09AG This list was compiled from multiple suggestion threads on Reddit and Stackoverflow.