Tagged Questions
1
vote
2answers
302 views
How to learn (master?) Visual Studio 2012 [closed]
What are good resources/books for learning this beast?
I quickly get overwhelmed when I get inside it (VS 2012 Ultimate), and feel overwhelmed that I'll never be able to fully learn it. There ...
1
vote
1answer
83 views
Does it ever make sense to license source code as a learning resource under GPL?
I recently came across a series of articles walking through how to make a scheme interpreter. I was browsing through the code when I realized that it was AGPL.
For the most part, the code itself is ...
35
votes
2answers
1k views
What is the proper way to do REST?
Everybody nowadays does SOA, even if some don't actually understand what is all about. So they do it wrong. Using that as an analogy I know what REST is (or at least I think I do) and want to do some ...
5
votes
3answers
1k views
NoSql databases - Decent tutorial/book that covers the concepts
Am looking for a good resource on learning the concepts behind NoSql databases.
Most things I find are related to a specific technology (MongoDb, CouchDB etc) but I'm after all the concepts behind ...
4
votes
3answers
545 views
Is wikipedia a valuable resource for studying data structures? (can we call it complete?)
Can I depend on wikipedia to learn data structures fully using the list of data structures http://en.wikipedia.org/wiki/List_of_data_structures and the links they refer to? The same question for ...
11
votes
3answers
464 views
Backups of Dive Into HTML5 [closed]
Dive Into HTML 5 was one of the best written introductions to HTML5 but as of a few days ago Mark Pilgrim 410'd his websites and basically left the internet. Dive Into HTML 5 was published under ...
4
votes
5answers
422 views
Is there a good resource for coding terminology definitions?
As a constant learner, as we all are, I crave better learning resources.
One thing I have never had is a go to place for definitions of coding terminology, does anyone here have any recommendations? ...
5
votes
1answer
133 views
Tools to support learning a new business domain
Suppose you just accepted a job, writing code in an industry sector that you've never worked in before. To be effective, you want to immerse yourself in the business domain - to understand the ...
1
vote
3answers
1k views
Looking for Online Video Training for C++ & Java [closed]
I am looking for online video (prefered) training for C++ & Java. Where can I find them? I used to learn alot of web development stuff from Lynda.com, Envato/Tuts+ Sites. But want to prepare for ...
7
votes
3answers
1k views
Choosing a JavaScript Asynch-Loader
I’ve been looking at various asynchronous resource-loaders and I’m not sure which one to use yet. Where I work we have disparate group-efforts whose class-modules may use different versions of jQuery ...
2
votes
7answers
4k views
1
vote
1answer
142 views
French Java resources for beginner/intermediate developers [closed]
Hi there I'm looking for some learning resources for a French-speaking student who's looking to improve his Java skills. Core JavaSE and tools would be the most important topics to cover, IMO.
A ...
3
votes
1answer
332 views
Checking out systems programming, what should I learn, using what resources?
I have done some hobby application development, but now I'm interested in checking out systems programming (mainly operating systems, Linux kernel etc.). I know low-level languages like C, and I know ...
1
vote
6answers
415 views
Structuring multi-threaded programs
Are there any canonical sources for learning how to structure multi-threaded programs? Even with all the concurrency utility classes that Java provides I'm having a hard time properly structuring ...
1
vote
2answers
156 views
best on line course [closed]
what are best on line video courses on computer science?
i know http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/
and http://videolectures.net/Top/Computer_Science/ .
some ...