Tagged Questions
1
vote
2answers
336 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
550 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 ...
4
votes
5answers
432 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
134 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
3
votes
1answer
338 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
418 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
157 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 ...
2
votes
3answers
90 views
Is there a good resource to see clear language comparisons. E,g: Scope in C++ vs Javascript
When I am learning a new language, I often don't need much more then simple comparison to languages I already know. For example each language uses its own Scope rules and Dynamic vs Static typing ...
2
votes
3answers
271 views
Where can I find video resources of people programming? [closed]
This might be a strange question. I'm looking for videos of people actively coding something while explaining it. However, I don't want is a beginner video that delves into what variables and objects ...
7
votes
3answers
219 views
Beginning Design as a Programmer
I'm just starting to get in to web development. I'm learning Rails at the moment. I have lots of experience with various programming languages.
I've been searching for books to help me get started; I ...
0
votes
1answer
107 views
suggestions for resources for learning java ee - for a guy familiar with c and intermediate in oop concepts [duplicate]
Possible Duplicate:
Good books for JavaEE 6
Please suggest any good java EE learning resources that you have came across , and think is worth mentioning which are
simple enough for a ...
4
votes
2answers
171 views
Smalltalk learning resources [closed]
I like to learn Smalltalk. How should I start? Any suggestions regarding books or tutorials?
3
votes
4answers
570 views
What good Python resources are available? [closed]
I am a developer with good PHP background and I want to start learning python. I would like to ask for a good resources over the web to find some interesting things related to this programming ...