3

Any of you experienced Devs have any recommendations book wise for backend development (framework, unit testing, vcs, server deployment...) For java.
FYI I do have a LITTLE experience with MVCs

Comments
  • 0
    Clean Code by Robert Martin. It won't help with frameworks, etc, but I'd say it a must read for any developer
  • 0
    @linux-colonel thanks for the suggestion! And a good one too!
    I have a design patterns book I'm reading next, but after that I'll try coupling your suggestion with head first software development(it goes over frames works, ect...) . That seems like it'll touch base with all my need for the moment! Thanks again!
  • 1
    No worries. Also, I've found that adding "pdf" to the end of a search for any book usually comes back with a hosted copy somewhere. You get to read for free!
  • 1
    @linux-colonel haha nice, gotta love pdf and the web!
  • 1
    Code Complete and The Phoenix Project (a story that shows why you shouldn't write crappy code and cut corners)
  • 0
    @allanx2000 thanks for your suggestion! I'll look into those.
Add Comment