Tagged Questions
22
votes
22answers
2k views
What comes next after “Learning Perl”?
I decided to learn Perl after realizing that most of my bash scripts were getting rather unwieldy in their current form and would become a maintenance nightmare if I continued down that path. A friend ...
4
votes
4answers
378 views
Can you recommend a MySQL Book for an “intermediate” developer?
I'm a web developer looking to improve my MySQL skillset. Basic CRUD, joins, etc are all pretty par for the course; I'm looking to learn more about efficiency, avoiding bottlenecks, optimizing ...
3
votes
8answers
1k views
Java book for programmer with intermediate experience
I am well aware of this previous question here and have heard great things about those books. I actually bought two of them, Effective Java and Java in a Nutshell as an early Christmas present.
I am ...
0
votes
0answers
69 views
I am an intermediate programmer… What book would you recommend me? [closed]
I am a computer science student. I've teach myself a lot about C's syntax, but I know a little of object-oriented programming. I want to learn more C++ or Java; However, I found very advance or very ...
0
votes
1answer
128 views
c++ for intermediate programmers? [closed]
Possible Duplicate:
The Definitive C++ Book Guide and List
ok so i know the basics of c++, and java (just like variables, loops, switch statements, a little on OOP, i have looked at ...