4
votes
35answers
896 views
What single Java book would you recommend for an experienced software developer?
Assuming an experienced software developer fluent in many languages, but having not entered the Java world from the ground floor, which single book related to the huge space that is the Java world …
1
vote
5answers
559 views
Excel: How can I display the data from several sheets in one?
I have written a script which creates a complex Excel sheet which contains data from several data sources. The data on each sheet is usually 1-5 rows. It would be great if I could create another sheet …
13
votes
15answers
1k views
Can someone tell me the very basics of how computer programming works?
Basically, my question is what makes all the words of a programming language actually do anything? I mean, what's actually happening to make the computer know what all of those words mean? If I …
3
votes
7answers
287 views
What are the best overviews for cloud technology?
There has been a lot of buzz around cloud technologies. What resources would you recommend that review the cloud computing world, and helps one get the big picture and current trends?
In addition to …
6
votes
10answers
505 views
Is there an overview of the most common algorithms?
I'm looking for an overview of algorithms, you need every now and then.
If there is a problem, you either do reinvent the wheel or spend a lot of time searching for an algorithm to a common known …
