1
vote
8answers
38 views
Starter project to learn a new language ?
DUPLICATES:
http://stackoverflow.com/questions/10936/projects-for-learning-a-new-language
http://stackoverflow.com/questions/1031926/standard-programming-problems-for-learning-a …
6
votes
13answers
216 views
Does using a framework prevent me from mastering JavaScript?
How would I become a master of JavaScript if I always used frameworks and did nothing by myself?
I asked a question on JavaScript and everyone recommend that I use framework (whic …
11
votes
32answers
769 views
Difficult lessons for new programmers?
I started off programming with no formal education in it all. I suspect this was (and still is) pretty normal, especially with the culture around programming. However, this inevi …
0
votes
3answers
48 views
Good learning materials for Lean Programming
Hello guys,
I am looking into improving my practice of web development and come across the popular term of LEAN Programming.
Have you guys got some recommended sources of informati …
0
votes
2answers
79 views
Transitioning from .NET to Lisp. Has anybody here done it?
I use ASP.NET during my day job, but I'm always looking to expand my programming knowledge. I've tinkered with everything from Ruby to 6502 assembly language, and now I want to le …
2
votes
2answers
56 views
learning http and cgi
I just learned ruby, and already have some html/javascript/css background. When i learn rails i found that there's just too much magic. I want to use ruby to create a dynamic websi …
5
votes
16answers
439 views
I am not the most logically-organized person. Do I have any chance at being a good ‘low-level’ programmer?
Background: I am entering college next year. I really enjoy making stuff and solving logical problems, so I'm thinking of majoring in compsci and working in software development. I …
-3
votes
6answers
105 views
What are the must learn technologies as a web developer today?
After being advised by our friends in this community to learn JSON based on a question i asked. I look at JSON for a while and discovered how great it was.
It really got me about …
0
votes
5answers
71 views
onClick does not work properly on p tag
Hi,
I want to bind a click event to every <p> but it does not seem to work properly.
When I run the script I instantly get three alerts. I only want to get them when clicki …
0
votes
1answer
22 views
Selection between ACE & Boost for learning
Hi everyone, I am an intermediate c++ programmer and done some work using ACE, now I want to learn one of those Libraries thoroughly to progress in to my career. That why I need yo …
1
vote
5answers
93 views
database knowledge in ruby on rails
I have learned the language itself as well as html/css/javascript. But with no database knowledge and (a bit)network knowledge. When I read the Pragmatic book on ROR, I found it co …
1
vote
3answers
115 views
Why purely functional languages instead of “impure” functional languages?
What's the advantage, for someone who is not a theoretical computer scientist, of learning a purely functional language like Haskell or Erlang instead of an "impure" language with …
2
votes
9answers
156 views
The step away from PHP [closed]
So, I spent some time now coding ASP.NET and C# for my studying, but I'm really not at all satisfied. You see, it is an amazingly complex language and Framework - probably just TOO …
0
votes
3answers
38 views
ruby object.hash
What's the meaning of an object's hash value? And in which case does two object has the same hash value?? Also it is said that Array|Hash can't be Hash keys, this has something to …
150
votes
239answers
23k views
Confessions of your worst WTF Moment. (What not to do.)
What wonderful advice can we learn from the "What not to do" school of hard knocks?
