Do you have an idea for a future book promotion? Post it here!
~~~~~~~~~~~~~~~~~~~~~
Admin notes from Jeanne (edited Paul's post because I can't insert a post and don't want my comments buried amongst all the great suggestions)
I will be e-mailing publishers with suggestions from this thread. I will not be replying to individuals in this thread as I don't want to expose information from the publisher. (did the publisher not want to participate, did the author not want to participate, is the book too old, it was already promoted, etc).
Do keep the suggestions coming though - and "vote" by clicking the thumbs . I can point to the fact that multiple people want a book/topic promoted by pointing here.
-Jeanne
~~~~~~~~~~~~~~~~~~~~~
Gian Franco
blacksmith
Ranch Hand
Joined: Dec 16, 2003
Posts: 974
posted
1
Yes,
I don't know whether it can be done, but
back to the classics I'd like you to promote...
Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin
Kind regards,
Gian
"Eppur si muove!"
Jeroen Kops
Greenhorn
Joined: Jan 18, 2011
Posts: 9
posted
0
I think the book s written by Adam Bien are great:
Real World Java EE Patterns -- Rethinking Best Practices
Real World Java Ee Night Hacks -- Dissecting the Business Tier
Greets,
JK
Brad Appleton
Greenhorn
Joined: Feb 21, 2002
Posts: 1
posted
0
How about any of the following recent releases ...
Brad Appleton
"And miles to go before I sleep." --Robert Frost
Michael Dunn
Rancher
Joined: Jun 09, 2003
Posts: 4041
posted
0
any book on Android, but with a twist:
as well as the usual lucky draw winners (provided another couple of giveaway books are available),
ask the author to provide a simple theme (CD Collection, Tic-Tac-Toe etc) for people to write/submit
an Android program (with limits to submitted file size), to run in an emulator.
Author is judge, and awards books to best program/s (in his/her opinion).
That is indeed a good suggestion asked by Paul Wheaton
1. How about giving a bunch of books written on Head First Series? I think they have NOT been given much (am not very sure about it though!). And they have a very close relationship with JR/CR (JavaRanch, CodeRanch). Infact I got to know through JavaRanch through Head First Java, Servelt/JSP books.
2. Giving away books in the series of Beautiful Code, Beautiful Testing, Beautiful Architecture etc.,
3. Giving away books in the series of "97 Things a Programmer should know, ..."
paul wheaton wrote:Do you have an idea for a future book promotion? Post it here!
Cloud Computing: Principles and Paradigms
by Rajkumar Buyya, James Broberg and Andrzej M. Goscinski
Best Regards, Mohamed El-Refaey
www.egyptcloudforum.com
Harald Kirsch
Ranch Hand
Joined: Oct 14, 2005
Posts: 37
posted
1
For those who want to learn more about Java than they thought they could:
"Programming in Scala" by Odersky, Spoon, Venners
Learning what Scala can do on the JVM provides a whole new look on the features and some of the shortcomings of Java. I particularly liked the full chapter on equals/hashcode/compare and how easily you can make mistakes here.
Then the one book I think every Java develper should have read:
"Clean Code" by Robert C. Martin
There is no way around interpreting and adapting his straight advices in concrete situations, but all in all the book gave me a lot of hints about coding habits to reconsider.