Boards.ie uses cookies. By continuing to browse this site you are agreeing to our use of cookies. Click here to find out more x
Post Reply  
 
 
Thread Tools Search this Thread
13-06-2010, 00:26   #16
lmimmfn
Registered User
 
Join Date: Mar 2007
Posts: 1,804
Joshua Bloch's Effective Java Programming 2nd Edition - http://java.sun.com/docs/books/effective/

I only have the 1st edition, but its an absolute must have if you want to be a good java dev/programmer, it basically provides a set of rules on how things should be done in have, e.g. if you override .equals you must override the hashcode etc.

He wrote the Java Collections framework in the JDK so that should say it all really.

Last edited by lmimmfn; 13-06-2010 at 00:41.
lmimmfn is offline  
(2) thanks from:
Advertisement
25-10-2010, 15:30   #17
JohnathanM
Registered User
 
Join Date: Aug 2010
Location: Just over there... no, left a bit.
Posts: 410
A few I didn't spot in the list:

Clean Code - Uncle Bob's best text on decent, basic principles.
Pattern Oriented Software Architecture - Siemens and others, spread over five well-written books. The whole "Design Patterns" series is well worthwhile.
Pattern Hatching - Vlissides from the GoF offers a little more, practical insight.
xUnit Test Patterns - A nice reference text for common patterns in unit testing. Also doubles as a heavy-duty doorstop.
Refactoring - Martin Fowler's well-known book. In fact, read everything with his name even near to it. He has a genuine knack for explaining things in an easily understandable and yet thorough way.
JohnathanM is offline  
Thanks from:
28-10-2010, 16:58   #18
Naikon
Awaiting Email Confirmation
 
Join Date: Apr 2006
Posts: 4,533
Not a dev book par se, but Unix Power Tools really is a gem of a book. Contains pretty much everything a user(not a sysadmin) would possibly need under a *NIX enviroment. Worth the money.
Naikon is offline  
01-11-2010, 01:11   #19
Stockholm Syndrome
Registered User
 
Stockholm Syndrome's Avatar
 
Join Date: Nov 2010
Posts: 10
I'm also looking for a book to help me with Java. As I don't have a lot of money, I really can't afford to buy a book then realise there was a better one i could have bought. Which one should I get? Thanks
Stockholm Syndrome is offline  
01-11-2010, 08:43   #20
FruitLover
Butt Demon
 
FruitLover's Avatar
 
Join Date: Oct 2004
Location: 東京都
Posts: 2,475
See post #7. Can't do much better than free.
FruitLover is offline  
Advertisement
06-11-2010, 13:14   #21
BillShorey
Banned
 
BillShorey's Avatar
 
Join Date: Nov 2010
Posts: 116
Absolutely, Bruce Eckel's stuff is well recommended all over the net, can't go wrong with it.
BillShorey is offline  
19-11-2010, 23:31   #22
Korvanica
Registered User
 
Korvanica's Avatar
 
Join Date: Jan 2005
Posts: 2,935
Send a message via MSN to Korvanica
Quote:
Originally Posted by majestic0110 View Post
Head First Design Patterns

An excellent introduction in O-O design patterns.
All the head first series are brilliant....

Ive the Java,C# and HTML/CSS ones and I would really reccomend them, planning on getting Design Patterns ASAP and the android one when its out...
Korvanica is offline  
13-01-2011, 20:16   #23
dazberry
Registered User
 
dazberry's Avatar
 
Join Date: Oct 2001
Location: 2.54 centimetres from the middle
Posts: 1,697
As x86 assembly language questions pop up now and again, I'd recommend these oldies:

Assembly Language Master Class

Revolutionary guide to assembly language

For Win32 (another oldie) but really good:

Win32 System Services

For those of us that don't want to work in Delphi anymore:

.Net 2.0 for Delphi Programmers

and for those of us that still have to:

Algorithms and Data Structures

and for when we try to do some C#:

Visual C# 2005: The Base Class Library

Visual C# 2005 Recipes: A Problem-Solution Approach

and when we just go and do something complete different:

Programming In Scala: A Comprehensive Step-By-Step Guide

and as previously mentioned:

Head First Design Patterns
I can't tell you the number of people that I wish had read this, or planned to, or at-least had some idea that it even existed

D.

Last edited by dazberry; 14-01-2011 at 14:33. Reason: us != use
dazberry is offline  
15-01-2011, 11:51   #24
testtech05
Registered User
 
Join Date: Jun 2010
Location: Galway
Posts: 61
Can anyone recommend a good book for C ++ programming probably from beginners level, I did some in college but have been away from it for 3-4 years now and I want to brush up on what I used to know and improve on it.
If I could manage it it would greatly improve my chances of a promotion in work!!
testtech05 is offline  
Advertisement
24-01-2011, 13:11   #25
th3 s1aught3r
Closed Account
 
Join Date: Jul 2010
Posts: 2,181
Could anyone recommend a good book for Javascript for beginners ?
th3 s1aught3r is offline  
24-01-2011, 17:06   #26
Fergaloc
Registered User
 
Fergaloc's Avatar
 
Join Date: Nov 2009
Location: Ireland :D
Posts: 66
Send a message via Yahoo to Fergaloc
Quote:
Originally Posted by th3 s1aught3r View Post
Could anyone recommend a good book for Javascript for beginners ?
I've no experience with Javascript books, this might help though: http://www.tripwiremagazine.com/2010...ould-read.html
Fergaloc is offline  
Thanks from:
10-03-2011, 21:15   #27
Stockholm Syndrome
Registered User
 
Stockholm Syndrome's Avatar
 
Join Date: Nov 2010
Posts: 10
Is there any good books specifically for Java Graphics? As I want to learn it and any book ive come across has either nothing related to it or very dated content.
Stockholm Syndrome is offline  
16-06-2011, 08:16   #28
fasty
Registered User
 
Join Date: Jun 2005
Posts: 979
Hacker's Delight

No, the good kind. Covers all sorts of bit twiddling and shortcuts that are quite cool to know about. I think little tricks like this really help with how you think about programming.

Programming Pearls

After studying algorithms, after reading Code Complete, read this. It was like the final piece of the puzzle for me.
fasty is offline  
19-06-2011, 09:04   #29
Kadongy
Closed Account
 
Join Date: Feb 2011
Posts: 719
Programming .NET Components by Juval Lowy
Kadongy is offline  
22-06-2011, 13:19   #30
Galway K9
Registered User
 
Join Date: Jul 2010
Location: Galway
Posts: 1,264
Send a message via MSN to Galway K9
C++ from the Ground up!

C# Step by Step
Galway K9 is offline  
Post Reply

Quick Reply
Message:
Remove Text Formatting
Bold
Italic
Underline

Insert Image
Wrap [QUOTE] tags around selected text
 
Decrease Size
Increase Size
Please sign up or log in to join the discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search