Feel free to leave comments if you dont see a option or would like to elaborate on your response.
Poll: How do you learn new technologies?
1–10 of 50 posts
Re: Poll: How do you learn new technologies?
#2Re: Poll: How do you learn new technologies?
#3Additional option: build some thine.
Re: Poll: How do you learn new technologies?
#4Re: Poll: How do you learn new technologies?
#5I always start with the available documentation, coupled with code reading to help me understand certain aspects better. Once I have a good feel for the language, I buy books to help me understand the nuances I may have missed initially. I usually end up buying books on languages and systems I expect to use a lot. I used oreilly's safari for years, but eventually stopped because I discovered that its available changed my learning style: I browsed more and read less deeply that usual.
No videos but I do use blogs occasionally.
Re: Poll: How do you learn new technologies?
#6I believe the best way is to BUILD something, so in the past lynda.com has been useful to get code into the IDE because you can write it with video, tweak and experiment (where the real learning occurs), and then go back to the lessons.
Re: Poll: How do you learn new technologies?
#7The problems start simple, which is perfect for the "learn the syntax" / "learn the tools" phase.
Then the problems get harder, which is perfect for the "learn the advanced features" / "learn about the community" phase.
Re: Poll: How do you learn new technologies?
#8Re: Poll: How do you learn new technologies?
#9I usually end up seeking out reference material to supplement my experimentation, but by far most of my learning comes from actually "building something using the technology".