|
|
|
|
|
by n00shie
5178 days ago
|
|
This is really good stuff. The roadmap from beginner to expert is generally consistent irregardless of the language or framework. 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? |
|
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.