1
vote
What is the best C++ book for an intermediate to expert developer?
Bruce Eckel's Thinking in C++ is a pretty good book and it's available for free download.
…
0
votes
Starting javascript development - what to do?
If you already use InelliJ Idea, it also has pretty good support for javascript development. It does highlighting, autocompletion, and some level of code validation.
For debugging, the best tool I …
