(no title)
n00shie | 14 years ago
I always hoped for a "knowledge map" for programming (example: http://www.khanacademy.org/exercisedashboard) that clearly shows knowledge dependancies.
Can this be a step towards developing a comprehensive, collaborative knowledge map which would benefit programmers of all levels?
Zarel|14 years ago
Having started doing web development before Django and jQuery were released, I definitely learned about JavaScript debuggers, POST requests, CAPTCHAs, AJAX (which, by the way, was positively painful before the invention of JSON), XHTML and the validation thereof, fake CAPTCHAs, cookies, passing session IDs in GET requests for people who block cookies, returning dynamically-generated images to an HTTP request... long before I ever learned about web frameworks, ORM, or any of those things.
dshah|14 years ago
But, I think the notion of creating a Khan Academy style map for web development would be really cool.
n00shie|14 years ago